@CHARSET "ISO-8859-1";

/* GLOBAL STYLES */
a {
	text-decoration:none;
	color:#053e7c;
}

a:hover {
	color:#e98600;
}

body {
	background-color:#ffffff !important;	/* FIREFOX */
	*background-color:#ffffff !important;	/* IE7 */
	*background-color:#ffffff;				/* IE6 */
	
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	color: #053e7c;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}


/* ID STYLES */
#acercaFundacion {
	text-align:justify;
	text-indent:15px;
}

#banner {
	position:absolute;
	top:0px;
	width:900px;
	height:90px;
	background-image:url(../images/cabecera_fundacion.jpg);
}

#bannerHome {
	position:absolute;
	top:0px;
	width:900px;
	height:90px;
	background-image:url(../images/cabecera_home.jpg);
}

#estructura {
	position:relative;
	top:20px;
	left:20px;
	width:610px;
	border:1px solid #e9e7dc;
}

#estructura li {
	padding:5px;
}

#estructura li:hover {
	color:#e98600;
}

#estructura .estilo1 {
	color:#053e7c;
}

#estructura .estilo1Hover {
	cursor:pointer;
}

#estructura .estilo2a {
	text-indent:18px;
}

#estructura .estilo2b {
	text-indent:36px;
}

#estructura .estilo2Hover {
	cursor:pointer;
	color:#e98600;
}

#estructura .estilo3 {
	text-indent:60px;
}

#idioma {
	position:absolute;
	top:0px;
	right:5px;
}

#inicioFlash {
	position:relative;
	top:-8px;
	left:80px;
	width:460px;
	height:316px;
	border:1px solid #e9e7dc;
	margin-bottom:20px;
}

#inicioFlash2 {
	position:absolute;
	top:3px;
	left:10px;
	width:460px;
	height:316px;
	border:1px solid #e9e7dc;
	background-color:#ffffff;
}


#logo {
	position:relative;
	top:0px;
	left:10px;
	width:145px;
	height:85px;
	cursor:pointer;
}

#mensajeInfo {
	width:630px;
	text-align:center;
}

#navegacion {
	position:absolute;
	top:89px;
	width:900px;
	height:18px;
	background-color:#ffffff;
	color:#053e7c;
	border-bottom:3px solid #e98600;
}

#navegacion a {
	color:#053e7c;
	text-decoration:none;
}

#navegacion a:hover {
	color:#e98600;
	text-decoration:none;
}

#otrosEnlaces {
	position:relative;
	top:30px;
	left:10px;
	width:620px;
}

#otrosEnlaces tr {
	font-size:12px;
}

#pFundacion {
	position:relative;
	left:20px;
	height:20px;
	width:400px;
	text-align:center;
}

#pDivision {
	position:relative;
	top:-22px;
	font-size:20px;
}

#pEnlaces {
	position:relative;
	top:-42px;
	left:480px;
	width:400px;
	height:20px;
	text-align:center;
}

#titulo {
	width:646px !important;
	*width:640px;
	border-bottom:1px dotted #053e7c;
	font-size:13px;
}

/* CLASS STYLES */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.htmlStyle #contenedor {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 

.htmlStyle #cabecera {
	background: #ffffff;
	padding:0;
}

.htmlStyle #menu {
	float: left;
	width: 205px;
	background-color: #ffffff;
	color:#053E7C;
	margin-top:-3px !important;
	*margin-top:-8px;
	margin-left:5px !important;
	*margin-left:0;
	margin-bottom:10px;
	padding:0px !important;
	*padding:5px;
}

.htmlStyle #menu li {
	width:205px;
	height:30px !important;
	*height:28px;
	background-color:#e9e7dc;
	cursor:pointer;
	text-indent:15px;
	line-height:26px !important;
	*line-height:26px;
	border-top:1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin:-5px;
}

.htmlStyle #menu li:hover {
	color:#e98600;
}

.htmlStyle #menu a {
	width:200px;
	height:30px;
	text-decoration:none;
	color:#053E7C;
	cursor:pointer;
}

.htmlStyle #menu a:hover {
	color:#e98600;
}

.htmlStyle #altura {
	float:right;
	width:3px;
	height:400px;
}

.htmlStyle #cuerpo {
	margin: 0 20px 0 26%;
}

.htmlStyle #pie {
	padding: 0;
	width:900px;
	height:25px;
	color:#053e7c;
	border-top:3px solid #e98600;
	border-bottom:3px solid #053e7c;
}

.htmlStyle #pie2 {
	height:21px;
	line-height:22px;
	border-top:2px solid #e9e7dc;
	border-bottom:2px solid #e9e7dc;
}

