@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}

img {
	border:none;
	}
	
a.more {
	color:#F00;
}

.clear {
	clear:both;
}


/* LAYOUT ---------------------------------------------------------------------------*/
#contenedor {
	width:990px;
	margin:0 auto;
	overflow:hidden;
	}

#header {
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	height:120px;
	}

/* HEADER ---------------------------------------------------------------------------*/

#header .logo {
	position:absolute;
	margin-left:30px;
	}

#header .logoFundacion {
	position:relative;
	margin:-28px 0 0 180px;
}

#header .content {
	margin-left:200px;
	}

#header h1 {
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:33px;
	position:absolute;
	margin:60px 0 0 200px;
}

/* --MENU--*/
#header ul {
	list-style:none;
	margin-top:21px;
	float:left;
	}

#header ul li {
	float:left;
	background-image:url(../img/header-sep.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:25px;
	padding-right:12px;
	margin-right:12px;
	line-height:10px;
	}

#header ul li a {
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	}

#header ul li a:hover {
	text-decoration:underline;
	}

/* --BUSCADOR--*/

#header .buscador {
	padding-top:15px;
	}
	
.text {
	width:126px;
	}

.search {
	background-image:url(../img/header-search.jpg);
	border:none;
	background-color:#F00;
	width:21px;
	height:20px;
	}

/* COL IZQ -------------------------------------------------------------------*/

#colIzq {
	float:left;
	display:inline;
	padding:40px 0 0 10px;
	width:195px;
}

.menu {
	margin-bottom:10px;	
}
.menu , .menu ul{
	list-style:none;	
}

.menu li a{
	color:#313173;
	font-size:12px;
	text-decoration:none;
}

.menu li a:hover {
	text-decoration:underline;
}

.menu li.open a{
	color:#e62129;
}

.menu li.open a.active {
	font-weight:bold;
}

.menu li ul{
	margin-left:5px;
}

/* COL DER -------------------------------------------------------------------*/

#colDer {
	/*margin-left:205px;*/
	border-left:1px solid #aba9a9;
	float:left;
	width:784px;
	overflow:hidden;
}



/* NOTICIAS */
#noticias {
	border-top:1px solid #aba9a9;
}

#noticias .box {
	padding:14px;
	border-right:1px solid #b3b1b1;
	width:160px;
	float:left;
}

#noticias .box h2 {
	padding:5px;
	background-color:#2e3092;
	color:#FFF;
	font-size:11px;
}

#noticias .box a {
	text-decoration:none;
}

#noticias .box a:hover {
	text-decoration:underline;
}

#noticias .box h3 {
	margin-top:10px;
}

#noticias .box h3 a {	
	text-transform:uppercase;
}

#noticias .box h3 a , #noticias .box p{
	font-size:11px;
	color:#282867;
}

#noticias .boxLink {
	padding:14px;
	width:189px;
	float:left;
	background-color:#f2f2f2;
}

#noticias .boxLink h2 {
	padding:5px;
	background-color:#e60c0c;
	color:#FFF;
	font-size:11px;
}

#noticias .boxLink ul {
	list-style:none;
	padding:3px;
}

#noticias .boxLink ul li {
	background-image:url(../img/bullet-red.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}

#noticias .boxLink ul li a{
	color:#e60c0c;
	font-size:11px;
	text-decoration:none;
}

#noticias .boxLink ul li a:hover {
	text-decoration:underline;
}

#noticias .box {
	/*height:105px;*/
}

/* PAGE */

#pageHeader {
	height:87px;
	background-color:#ab0e15;
	background-image:url(../img/page-header-bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

#pageHeader ul {
	list-style:none;
	float:right;
	margin:10px;
}

#pageHeader ul li{
	background-image:url(../img/bullet-white.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
}

#pageHeader ul li a {
	text-decoration:none;	
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

#pageHeader ul li a:hover {
	text-decoration:underline;
}

#pageSubHeader {
	border-bottom:1px solid #bab9b9;	
}

/* REVISTA */

#revista {
	position:absolute;
	background-image:url(../img/revista-bg.png);
	width:142px;
	height:172px;
	overflow:hidden;
	margin:-80px 0 0 20px;
}

#revista img {
	margin:11px 0 0 13px;	
}

.flecha {
	position:absolute;
	margin-top:33px;
}

.flecha.lft {
	margin-left:5px;
}

.flecha.rgt {
	margin-left:370px;
}

/* MAS INFO */

#masInfo {
	margin-left:170px;
	margin-top:20px;
	position:absolute;
}

#masInfo p {
	color:#2a2a79;
	font-size:13px;
}
#masInfo2 {
	margin-top:5px;
	margin-bottom:5px;
}

#masInfo2 p {
	color:#2a2a79;
	font-size:13px;
}

/*--LINKS--*/
#links {
	background-color:#f2f2f2;
	width:389px;
	height:100px;
	margin-left:395px;
}

#links ul {
	list-style:none;
	float:left;
	display:inline;
	margin-left:35px;
	margin-top:10px;
}

#links ul li {
	background-image:url(../img/bullet-red.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:15px;
}

#links ul li a {
	font-size:11px;
	font-weight:bold;
	color:#e60c0c;
	text-decoration:none;
}

/* --LISTADOS--*/

#pA {
	width:360px;
	border-right:1px solid #b3b1b1;
	float:left;
	padding:35px 0 0 35px;
}

#pB {
	width:330px;
	float:left;
	padding:35px 0 0 35px;
}
#pC {
	width:690px;
	float:left;
	padding:35px 0 0 35px;
}
.boxList {
	width:290px;
	margin-bottom:8px;
}

.boxList h1 {
	color:#5151ca;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	}
.boxList .titlesecondary{
	color:#5151ca;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}	
#pC .boxList{
	width:690px;
	margin-bottom:8px;
}
/*.boxListC {
	width:690px;
	margin-bottom:8px;
}*/

.boxList h2 , .boxList h2 a{
	color:#282867;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.boxList h2 a:hover {
	text-decoration:underline;
	}

.boxList p {
	font-size:11px;
	color:#282867;
}

.boxList p.bajar {
	background-image:url(../img/ico-pdf.jpg);
	background-repeat:no-repeat;
	background-position:0 8px;
	line-height:35px;
	padding-left:25px;
}

.boxList p.bajar a{
	color:#e62129;
	font-weight:bold;
	text-decoration:none;
}

.boxList p.bajar a:hover{
	text-decoration:underline;
}

.boxList p.resumen {
	background-image:url(../img/ico-resumen.jpg);
	background-repeat:no-repeat;
	background-position:0 8px;
	line-height:35px;
	padding-left:25px;
}
.boxList p.resumen a{
	color:#e62129;
	font-weight:bold;
	text-decoration:none;
}

.boxList p.resumen a:hover{
	text-decoration:underline;
}


a.resumen{
	color:#e62129 !important;
	font-weight:bold;
	text-decoration:none;
	width:80px;
	font-size:11px;
}

a.resumen p{
	color:#e62129 !important;
	font-weight:bold;
	text-decoration:none;
}

a.resumen:hover{
	text-decoration:underline;
}

/* -- SUB-HEADER --*/

#sub-header {
	border-bottom:1px solid #d8d8d8;
}

#sub-header .titulo {
	margin:21px 0 0 20px;
	float:left;
}

#sub-header .titulo h1{
	padding:0px 5px 15px 0px;
	
	color:#2a2a7a;
	font-size:22px;
	font-weight:bold;
	text-align:left;
}

#sub-header .titulo h2{
	background-color:#9797be;
	padding:5px;
	width:150px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	margin-left:10px;
}

#sub-header .pageLink {
	background-color:#e2e2e2;
	width:260px;
	float:right;
	padding:15px;
}

#sub-header .pageLink ul {
	list-style:none;
}

#sub-header .pageLink ul li {
	background-image:url(../img/bullet-red.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:15px;
}

#sub-header .pageLink ul li a{
	color:#e60c0c;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#sub-header .pageLink ul li a:hover{
	text-decoration:underline;
}

/* editor */
#text {
	padding:20px;
}

#text h1 , #text h2{
	font-size:13px;
	color:#282867;
	margin-bottom:10px;
}

#text h2, #text h3, #text h4, #text h5 , #text h6{
	font-size:11px;
}

#text h1 span {
	font-size:13px;
	color:#ff3b00;
}

#text p , #text ul li , #text ol li{
	color:#282867;
	font-size:11px;
	margin-bottom:15px;
}

#text dl dt a ,#text dl dt ,#text dl {
	color:#282867;
	font-size:11px;
}

#text dl dd {
	margin-left:20px;
	}

#text table tr td{
	color:#282867;
	font-size:11px;
	} 

#text ul li , #text ol li {
	margin-bottom:2px;
	}

#text a {
	color:#282867;
	text-decoration:underline;
	font-size:11px;
}

blockquote {
	padding:15px;
	background-color:#f2f2f2;
	display:inline-block;
	font-weight:bold;
}

blockquote p {
	margin:0 !important;
	padding:0 !important;
}
/* -- editor --*/


/* OCULTO */
.oculto {
	display:none;
}

/* EXAMENES FORMULARIOS */
.form_1 {
	margin-left:20px;
}
.form_1_h {
	font:Arial;
	font-size:18px;
	color:#000000;
	margin-left:10px;
}
.form_1_p {
	font:Arial;
	font-size:15px;
	margin-left:10px;
}
.form_1_label2 {
	font:Arial;
	font-size:14px;
	/*margin-left:10px;*/
	color:#333333;
}
.form_1_input {
	border:#CCCCCC, solid, 1px;
	width:300px;
	padding:2px 0px;
	margin:2px 0px;
}

.form_1_label{
	font:Arial;
	font-size:15px;
	color:#2a2a79;
}

.btnSubmit {
	border:none;
	/*padding-left:10px;
	padding-right:10px;*/
	padding:2px 10px;
	background-color:#d80505;
	font-weight:bold;
	color:#FFFFFF !important;
}
.linkHome {
	font-size:11px;
	text-decoration: none;
}

/* BANNERS */

#banners {
	padding-left:10px;	
}

.banner-mod1, .banner-mod2, .banner-mod3 {
	width:251px;
	height:459px;
	float:left;
}

.banner-mod1,.banner-mod2 {
	margin-right:5px;
}

.articulo h1{
	color:#2a2a7a;
	font-size:22px !important;
	font-weight:bold;
	text-align:left;
}

.articulo p {

}

/* FOOTER */

.space {
	clear:both;
	}
#footer {
	clear:both;
	margin-top:20px;
	margin-bottom:5px;
	padding:10px;
	background-color:#f2f2f2;
	display:block;
	}

#footer p {
	font-size:11px;
	}

/* BUSCADOR */
.search_index-box {
	margin-bottom:15px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:10px;
}

.search_index-box h3 {
	color: #282867;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.search_index-box p {
	font-size: 11px;
	color: #282867;
	margin-bottom:0px !important;
	margin-top:0px !important;
	}

.search_index-box a.ir {
	color:#e62129 !important;
	font-size:11px;
}

/*---*/
.by {
	position:absolute;
	margin-left:940px;
	margin-top:-2px;
}
#buscadorRevista{
	width:765px;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left:35px;
}
#buscadorRevista h3{
	color:#282867;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:5px;
}
#buscadorRevista label{
	font-size: 11px;
	color: #282867;
}
#buscadorRevista input{
	width:120px;
	font-size: 11px;
	color: #282867;
}
#buscadorRevista select{
	font-size: 11px;
	color: #282867;
	width:120px;
}
.italic{
	font-style: italic;
}