@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
	background-image: url(imagenes/fondo.jpg);
}
.twoColFixLtHdr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 5px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
}
.twoColFixLtHdr #container #mainContent a {
	color: #FF9900;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #fondoimagengaleria {
	background-image: url(imagenes/fondoimagengaleria.jpg);
	height: 280px;
	width: 420px;
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #galeria {
	overflow: auto;
	height: 90px;
}



.twoColFixLtHdr #container #mainContent #descripcionlocations h2 {
	background-color: #FF6600;
	font-weight: normal;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent #barranavegacion {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #descripcionlocations {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 210px;
	float: right;
}
.twoColFixLtHdr #container #mainContent #fondovideo {
	padding: 40px;
	height: 240px;
	width: 320px;
	background-image: url(imagenes/videos/fondovideocentral.jpg);
}
.twoColFixLtHdr #container #mainContent #login {
	background-image: url(imagenes/fondologin.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 310px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 35px;
}
.twoColFixLtHdr #container #mainContent #leyenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	height: 85px;
	vertical-align: top;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #EBEBEB;
	background-image: url(imagenes/fondito.jpg);
}
.twoColFixLtHdr #container #mainContent #zonaimagen {
	float: left;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent #zonaimagen #zonaleyenda {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 315px;
}


.twoColFixLtHdr #container #mainContent #galeriafotos {
	overflow: auto;
	height: 154px;
}


.twoColFixLtHdr #footer {
	padding-top: 10px;

} 
.pieimagen    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textoformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.subtitulogaleria {
	color: #000000;
	padding: 0px;
	margin-top: -20px;
	margin-right: -2px;
	margin-bottom: 20px;
	margin-left: -2px;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}



.titulonoticiavinculo {
	font-size: 13px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixLtHdr #container #mainContent #listadevinculos a {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #listadevinculos a:hover {
	color: #990000;
	text-decoration: underline;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.estilopanel {
	padding-top: 35px;
}
.tituloprincipalinvestment {
	font-size: 14px
}

.letratitulolegal {color: #FFFFFF}
