@charset "utf-8";

body  {
	color: #346498;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;

	color: # 999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColLiqLtHdr #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	border: 1px solid #4E6E7E;
} 
.twoColLiqLtHdr #menu { 
	background: #4E6E7E; 
	height:39px;
	width:780px;
	float:left;
	text-align:center;
	
} 

#boton {
	height:20px;
	width:90px;
	float: left;
	text-align:center;
	vertical-align: middle;
	border-right: 1px solid #4E6E7E;
	background-image: url(imagenes/fondomenu.jpg);
	background-repeat:repeat-x;
	padding-top:2px;
	
}


#boton:hover {
	background-image:url(imagenes/botonhover.gif);
	background-repeat:repeat-x;
	padding-top:0px;
	
}


A:link {text-decoration: none; color:#4E6E7E;}
A:visited {text-decoration: none; font-size:24; font-weight: normal; color: #999;}
A:hover {text-decoration: underline; color: #FFF; font-weight:bold;}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 205px;
	background-color:#FFF;
	padding: 0px 0;
}

.twoColLiqLtHdr #mainContent {
	margin: 0 0px 0 205px;
	padding: 10px;
	width: 555px;
	font-weight: bold;
}

.twoColLiqLtHdr #cuadro{
	width: 237px;
	padding:4px;
	margin-top:5px;
	height:150px;
	float:left;
}

.twoColLiqLtHdr #foto{
	float:left;
	width: 200px;
	}

.twoColLiqLtHdr #texto-foto{
	width: 450px;
	padding:5px;
	}

twoColLiqLtHdr #video{
	float:left;
	width: 320px;
	height:265px;
	}
twoColLiqLtHdr #video-texto{
	float:left;
	width: 100px;
	}
.twoColLiqLtHdr #footer { 
	padding: 0 10px; 
	background:#4E6E7E;
	color:#FFF;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align:center;
	font-size: x-small;
	}

/* Varias clases diversas para su reutilización */
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-weight: normal;
}

