@charset "UTF-8";
body {
	font: 1.7em/1em Georgia, serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

img, div {
	behavior: url(estilos/iepngfix.htc);
}

img {
	border: none;
	border-im
}

.clear {
	clear: both;
}

/* ~~ ELEMENTS ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

/* ~~ LINKS ~~ */
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ LAYOUT ~~ */
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}

#contenedor {
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	position: absolute;
	margin-top: -300px;
	margin-left: -400px;
	z-index: 3;
	text-align: center;
	vertical-align: bottom;
}

/* ~~ CONTENIDO  */
.content {
	width: 50%;
	height: 50%;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}