/* CSS Genéricos para todo el site */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
a {
	text-decoration : none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ABABAB;
	text-align: center;
	background-image: url(../imagenes/fondo_body.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container {
	margin: 0 auto;
	width: 730px;
	background-color: #FFFFFF;
	background-image:  url(../imagenes/sombra_right.gif);
	background-repeat:   repeat-y;
	background-position: right;
}
/* COMO EL CONTENEDOR PERO ÉSTE SIRVE PARA PONER DE FONDO LA SOMBRA IZQUIERDA */
#sombra_left {
	margin: 0;
	background-image:  url(../imagenes/sombra_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/* CABECERA -- INICIO */	
	#cabecera {
		margin: 0px 15px 0px 15px;
		padding: 0;
		height: 190px;
		border-top: 10px solid #f8a420;
		background-image: url(../imagenes/fondo_cabecera.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #001a89;
	}
	#cabecera_eng {
		margin: 0px 15px 0px 15px;
		padding: 0;
		height: 190px;
		border-top: 10px solid #f8a420;
		background-image: url(../imagenes/fondo_cabecera_eng.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #001a89;
	}	
		#cabecera_izquierda {
			width: 520px;
			height: 190px;
			margin: 0;
			padding: 0;
			float: left;
			text-align: left;
		}
			#logo {
				padding: 16px 0px 19px 20px;;
				float: left;
			}
			#menu {
				margin: 0;
				padding: 0;
				height:30px;
				clear: both;
				background-image: url(../imagenes/fondo_menu.gif);
			}
			#menu ul {
				margin: 0;
				padding: 5px 0px 7px;
				list-style: none;
				text-align:center;
			}
			#menu li{
				padding-left: 10px;
				width:18%;
				float:left;
				display: block;
			}
			
			#menu a{
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: #B1DAF1;
			}
			#menu li a:hover{
				color: #FFFFFF;
				border-bottom: 4px solid #F8A420;
			}
			#menu .activado {
				border-bottom: 4px solid #F8A420;
			}
			#menu_pie {
				margin:0;
				padding: 0;
				clear: both;
				height: 45px;
				background-color: #FFFFFF;
				background-image: url(../imagenes/bottom_cabeceraizquierda.gif);
				background-repeat:  no-repeat;
				text-align: right;
			}			
			#mundo {
				margin: 0;
				padding: 0;
				float: right;
				background-image: url(../imagenes/mundo.jpg);
				background-repeat: no-repeat;
				height: 190px;
				width: 180px;
			}
/* CABECERA FIN */
/* INTERIOR INICIO */
#interior {
	background-repeat: repeat-y;
	background-position: 15px;
	text-align: left;
	background-image: url(../imagenes/fondo_contenido.gif);
}
#idioma_eng {
	background-image: url(../imagenes/ico_english.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-bottom: 15px;
	height: 20px;
	padding-top: 3px;
}
a #idioma_eng{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	display: block;
	cursor: hand;	
}
a:hover #idioma_eng{
	color: #555555;
}
#idioma_spa {
	background-image: url(../imagenes/ico_spanish.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-bottom: 15px;
	height: 20px;
	padding-top: 3px;
}
#idioma_spa a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
#idioma_spa a:hover{
	color: #555555;
}
	/* SUBMENU -- INICIO */
	#submenu {
		float: left;
		width: 168px;
		padding-left: 25px;
	}
	#submenu ul {
		margin: 0;
		list-style-type: none;
		line-height: 20px;
	}
	#submenu ul li{
		border-bottom: 1px solid #CCCCCC;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		border-left: 1px solid #CCCCCC;
	}
	#submenu ul li a{
		background: url(../imagenes/submenu_bullet.gif) no-repeat left;
		color: #999999;
		display: block;
		padding-left: 15px;
	}
	#submenu ul li a:hover{
		background: transparent url(../imagenes/submenu_bulletp.gif) left no-repeat;
		border-right: 5px solid #2185C0;
		color: #2185C0;
		background-color: #EEEEEE;
	}
	#submenu .activado{
		border-right: 5px solid #2185C0;
	}
	#submenu img
	{
	margin-top: 5px;
	margin-bottom: 20px;
	}	
	/* SUBMENU -- FIN */
	/* CONTENIDO -- INICIO */
	#contenido {
		float: right;
		width: 500px;
		padding-right: 25px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		line-height: 1.5em;
		color: #888888;
		text-align: justify;
	}
	#contenido ul{
	list-style-type: none;
	list-style-image: url(../imagenes/ico_listas.gif);
	padding: 10px 20px 15px 30px;
	}	
	#contenido .imagenderecha {
	padding: 5px;
	margin: 5px 0px 5px 15px;
	border: 1px dashed #F8A420;
	float: right;
	}
	#contenido .imagenizquierda {
	float: left;
	padding: 5px;
	margin: 5px 15px 5px 0px;
	border: 1px dashed #F8A420;
	}
	#contenido .imagencentro {
	clear: both;
	padding: 5px;
	margin: 5px 15px 5px 0px;
	border: 1px dashed #F8A420;
	}
	#contenido a.interior {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 10px;
	}
	#contenido a.interior:hover {
	color: #FFFFFF;
	background-color: #990000;
	}
	/* CONTENIDO -- FIN */	
/* INTERIOR FIN */
/* PIE DE PÁGINA -- INICIO */
#pie {
	clear:both;
	text-align: left;
	background-image: url(../imagenes/pie.gif);
	height: 53px;
	padding-left: 25px;
	padding-top: 21px;
	background-repeat: no-repeat;
	background-color: #ababab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}
#pie a:hover {
	color: #FFFFFF;
}
#pie a{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
}
#pie img{
	height: 1px;
	width: 1px;
}
#pie div{
	height: 1px;
	width: 1px;
}
/* PIE DE PÁGINA -- FIN */
/* TIPO PARA LOS TITULARES GRANDES -- INICIO */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2185C0;
	margin: 0px 0px 10px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 4px;
	letter-spacing: 2px;
	text-align: left;
}
h1.titular:first-letter {
	color: #001A89;
}
/* TIPO PARA LOS TITULARES GRANDES -- FIN */
/* TIPO PARA LAS CABECERAS DE LOS MENUS -- INICIO */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 4px solid #c0c0c0;
	padding-bottom: 3px;
	line-height: 15px;
}
#secundarios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 0px 0px 20px;
	color: #C0C0C0;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 4px solid #c0c0c0;
	padding-bottom: 3px;
	}
/* TIPO PARA LAS CABECERAS DE LOS MENUS -- FIN */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #001A89;
	letter-spacing: 2px;
	background-color: #EAEAEA;
	padding-left: 20px;
	background-image: url(../imagenes/contenido_bulletazul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	font-style: italic;
	clear: both;
}
h4 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	margin: 0px 0px 5px;
	font-weight: bold;
}
h5 {
	font-size: 0.8em;
	font-weight: normal;
}
#destacado {
	text-align: center;
	background-color: #FBD562;
	font-weight: bold;
	color: #000000;
	margin-right: 40px;
	margin-left: 40px;
	border: 1px solid #666666;

}
#portales
{
	width: 323px;
	margin: 0;
	padding: 0px 10px 0px 0px;
	background-image: url(../imagenes/home_mapaportales_2.gif);
	background-repeat: no-repeat;
	height: 300px;
	background-position: left 45px;
	float: left;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}

.oportunidades
{
	padding-top: 10px;
	padding-left: 11px;
	float: right;
}
p.portales
{
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
p.noticias_titular
{
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 65%;
	line-height: 14px;
	padding-bottom: 10px;
	background-image: url(../imagenes/ico_mas.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
	text-align: left;
}
p.noticias_titular a
{
	color: #000;
}
p.noticias_titular a:hover
{
	color: #900;
}
p.noticias_entradilla
{
	font-size: 9px;
	line-height: 12px;
	padding-left: 20px;
	padding-bottom: 15px;
	clear: both;
}
p.noticias_seccion
{
	font-weight: bold;
	color: #ff9700;
	float: right;
	width: 30%;
	text-align: right;
}
p.noticias_fecha
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	float: right;
	width: 30%;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
}
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { 
  position:relative;
  width:500px; height:200px; z-index:1;
  clip:rect(0, 500px, 160px, 0); overflow:hidden;
  }

div#cnt { position:absolute; z-index:1; } /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt div.item {
	width:500px;
	height: 150px;
}
.lasnoticiasmas
{
	color: #001A89;
}
.lasnoticiasmas2
{
	color: #2185C0;
}
