@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: #2B2B2B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/fondo_3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/cabecera_3.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 273px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: -150px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #footer {
	background-repeat: no-repeat;
	padding-bottom: 0;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.fundacion{
	color: #CCCCCC;
	width: 300px;
	font-size: 15px;
	line-height: 125%;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	top: 155px;
}
.titular{
	color: #CCCCCC;
	width: 300px;
	font-size: 28px;
	line-height: 130%;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	top: 200px;
}

.titular_promo{
	color: #CCCCCC;
	width: 300px;
	font-size: 28px;
	line-height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	top: 180px;
}


H1{
	color: #0B6151;
	font-size: 3px;
}
h2{
	color: #0B6151;
	font-size: 16px;
}
.lista_nuevas{
	color: #343434;
	font-size: 13px;
	list-style-type: square;
	width:290px;
	margin-top: 40px;
}

.lista_nuevas a{
color: #343434;
text-decoration:none;
}
.descripcion_nuevas a{
color: #999999;
text-decoration:none;
}
.descripcion_nuevas{
	color: #999999;
	font-size: 12px;
}

#fotos {
	width: 451px;
	height: 180px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 328px;
	position: absolute;
	top: 300px;
	background-color: #EBEBEB;
	visibility: hidden;
}

#promo1:hover {
	cursor: pointer;
	cursor: hand;
}

#fotos img {
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}

ul li{
	margin-top: 10px;
}


#banner{
	float: right;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(images/flash_gif.gif);
	background-repeat: no-repeat;
	background-color: #0B6151;
}

#navcontainer{
	float: right;
	width: 633px;
	margin-top: 0px;
	height: 57px;
}
#navlist
{
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	list-style-image: url(images/flechita.gif);
	display: inline;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #0B6151;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 6px;
	padding-top: 20px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 4px;
	background: transparent;
	color: #343434;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #343434;
}

#navlist a:hover {
	color: #000;
}

#columna0{
	margin-top: 20px;
}
#columna1{
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	width: 300px;
	float: left;
}

#columna2{
	font-size: 14px;
	line-height: 115%;
	float: none;
	text-align: justify;
	margin-left: 328px;
}
 
#columna3{
	font-size: 14px;
	line-height: 115%;
	margin-left: 328px;
	padding-top: 7px;
	text-align: left;
	width: 443px;
}
.nueva_promo{
	background-color: #EDEDED;
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 10px;
	height: 280px;
}
.promo_realizada{
	background-color: #EDEDED;
	margin-top: 30px;
	padding-bottom: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 10px;
	height: 190px;
}

.promo_realizada_2{
	background-color: #DADADA;
	margin-top: 30px;
	padding-bottom: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 10px;
	height: 190px;
}
.descripcion_promo{
	padding-left: 15px;
	font-size: 13px;
}
.titu_promo{
	color: #0B6151;
	padding-left: 20px;
	display: block;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}


.menu_promo ul, .menu_promo li {
	float: none;
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.actividades p{
	color: #0B6151;
	text-align: left;
	padding-top: 10px;
}
.actividades ul{
	text-align: left;
	list-style-type: square;
}
a {
	color: #0b6151;
	text-decoration: underline;
}

	a:visited { color: #0b6151; text-decoration: underline; }

	a:hover {
	text-decoration: underline;
	color: #333333;
}
.submenu_promo{
	display: inline;
	color: #0B6151;
	font-size: 13px;
	padding-left: 0px;
	float: left;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.submenu_promo li{
	display: inline;
	padding-right: 20px;
	padding-top: 20px;
}
.logo_promotora{
	float: none;
	clear: both;
	position: relative;
	display: block;
	margin-top: 10px;
}

.accesibilidad{
	padding-right: 7px;
}
.actividades p{
	font-size: 14px;
}
