* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {

}

body {
}

div.separador_inv {
	width: 1px;
	height: 1px;
	clear: both;
	float: none;
}
div.separador_30 {
	width: 1px;
	height: 30px;
	clear: both;
	float: none;
}
div.separador_5 {
	width: 1px;
	height: 5px;
	clear: both;
	float: none;
}
span.separador_gris,
div.separador_noticia {
	display: block;
	width: 90%;
	height: 1px;
	margin: 10px auto;
	clear: both;
	float: none;
	border-top: 1px solid #c0c0c0;
}

.oculto {
	display: none;
}

.flota_izq {
	float: left;
	margin: 0 5px 5px 0;
}
.img_izq {
	float: left;
	margin: 0 5px 5px 0;
}
.img_dch{
	float: right;
	margin: 0 0 5px 5px;
}
.img_cen {
	display: block;
	float: none;
	clear: both;
	margin: 5px auto;
}

#supercontenedor {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #cacaca;
}

#contenedor {
	width: 100%;
	margin: 0;
	/*
	background: transparent url(imagenes/contenedor_fondo.png) no-repeat top left;
	*/
}
/*
#cabecera {
	width: 100%;
	height: 100px;
}
#cabecera_superior {
	width: auto;
	height: auto;
	float: right;
	margin-right: 10px;
}
#cabecera_superior p {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.8em;
	color: #034579;
}
#cabecera_superior p a {
	font-family: "Trebuchet MS", Arial, serif;
	color: #034579;
	text-decoration: none;			
}
*/

/*****************/
#idiomas {
	margin-right: 17px;
	float: left;
}
#idiomas p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.9em;	
	text-align: left;
	margin: 0;
}
/*hack safari*/
#idiomas p {
	font-weight: normal;#
}
#idiomas p a {
	color: #ffffff;
	text-decoration: none;
}
#superior_fecha {
	width: 200px;
	height:25px;
	float: right;
}
#superior_fecha p {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #e3b426;
	margin-left: 5px;
	margin-right: 5px;
	text-align: right;
}
/*hack safari*/
#superior_fecha p {
	font-weight: normal;#
}






#menu_superior {
	width: 600px;
	width: 100%;
	height: 25px;
	margin: 0;
	float: left;
	background-color: #034579;
}

#menu_superior ul, #menu_superior li {
	list-style: none;
}


/* 
	LEVEL ONE
*/
ul.dropdown{
	position: relative;
}
ul.dropdown li { 
	font-weight: bold;
	float: left;
	zoom: 1;
}
ul.dropdown a:active  {
	color: #f0f0f0;
}
ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #034579;
	padding-bottom: 0 !important;
	padding-bottom: 20px;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #034579;	
	color: #ffffff;
	float: none;
	margin: 0 !important;
	margin: 0 0 -15px 0;
	padding: 0;
	display: block;	
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
/*
	border-right: none;
	width: 100%;
	display: inline-block;
*/
} 
ul.dropdown ul a:hover {
	color: #ffffff;
	background: url(imagenes/submenu_hover.png) no-repeat left;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
	border-left: 1px solid #ffffff;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}


ul.dropdown li.separador_vertical {
	width: 1px;
	height: 25px;
	background: #ffffff url(imagenes/menu_superior_separador.png) no-repeat center;
	font-size: 0;
	display: block;
	float: left;
}
ul.dropdown ul li.separador_horizontal {
	width: 100%;
	height: 1px;
	margin: 0 0 0 5px;
	padding: 0;
	overflow: hidden;
	background: url(imagenes/menu_superior_separador_horizontal.png) no-repeat top left;
}
/************************************************************/


#cuerpo {
	margin-top: 30px;
	clear: both;
	float: none;
	background: #ffffff url(imagenes/cuerpo_fondo.png) repeat-y center;
}
#subcuerpo {
	width: 100%;
	height: 40px;
	float: none;
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 0;
	background: #ffffff url(imagenes/body_fondo_interreg.png) no-repeat center;
	display: none;
}

#banner_inicio,
#banner_inferior {
	width: 100%;
	float: none;
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 0;
	background-color: #ffffff;
}
#banner_inicio,
#banner_inferior {
	text-align: center;
}
#banner_inicio a {
	padding: 0 5px;
}
#banner_inferior a {
	padding: 0 10px;
}
#banner_inferior {
	display: none;
}
#banner_inicio {
	margin-top: 10px;
}

#contenido {
	width: 72%;
	margin-left: 1%;
	float: left;
}
#contenido h2 {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.3em;
	color: #034579;
}
#contenido h3 {
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.1em;
	color: #034579;
/*	clear: both;  */
	width: 90%;
	margin: 5px auto;
}
#contenido h4 {
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1em;
	color: #034579;
	width: 90%;
	margin: 5px auto;
}
#contenido h4.rojo_smallcaps {
	color: #990000;
	font-variant: small-caps;
	width: 90%;
	margin: 5px auto;
}
#contenido h5 {
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #034579;
	width: 90%;
	margin: 5px auto;
}
#contenido p {
	margin: 5px 0;
	font-family: Arial, serif;
	font-family: Georgia, Arial, serif;
	font-family: Verdana, Arial, serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	width: 90%;
	margin: 5px auto;
	text-align: justify;
}
#contenido p.firma_cargo {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #034579;
	width: 90%;
	margin: 5px auto;
}
#contenido p.separador {
	clear: both;
	float: none;
}
#contenido p.enlace {
	text-align: right;
}
#contenido p.izquierda {
	text-align: left;
}
#contenido p.grande {
	font-size: 105%;
	font-weight: bold;
}
#contenido p.pequeno {
	font-size: 0.65em;
}
#contenido p.pequeno_izq_no_margen {
	font-size: 0.65em;
	width: 100%;
	text-align: justify;
}





#contenido li {
	margin-left: 10px;
	list-style-position: inside !important;
	list-style-image: url(imagenes/li_item.png);
	font-family: Arial, serif;
	font-family: Georgia, Arial, serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	margin-left: 0 !important;
	margin-left: 30px;
}

*+html #contenido li {
	list-style-position: outside !important;
	margin-left: 30px !important;
}
#contenido li li {
	font-size: 1em;
	margin-left: 10px !important;
}

#contenido a {
	color: #990000;
	text-decoration: underline;
}
#contenido a.enlace_ciudad {
	font-size: 1.2em;
	text-decoration: none;
}
#contenido a.azul_nosub{
	text-decoration: none;
	color: #336699;
}
#contenido a.azul_nosub:hover{
	text-decoration: underline;
}

#contenido a.flota_izq {
	float: left;
	margin-left: 5px;
	clear: right;
	margin-bottom: 5px;
}

#contenido img.img_izq {
	float: left;
	margin: 0 10px 10px 0;
}
div#cuadro_izq {
	width: 180px;
	height: auto;
	float: left;
}
div.publicacion {
	width: 44% !important;
	height: 120px;
	height: auto;
	margin: 5px 2% !important;
	margin: 5px 1%;
	float: left;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}
div.publicacion_90 {
	width: 96%;
/*	height: 120px; */
	margin: 5px 2%;
	float: left;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}
div.publicacion_90 img,
div.publicacion img {
/*
	width: 75px;
	height: 100px;
*/
	float: left;
	margin: 0 5px 5px 5px;
}
#contenido div.publicacion p,
#contenido div.publicacion_90 p {
	text-align: left;
}

#contenido div.galeria_imagenes{
	clear: both;
	width: 90%;
	margin: 0 auto;
	background: #fafafa url(imagenes/galeria_fondo.png) repeat-x top;
}

#contenido div.galeria_imagenes_larga {
	clear: both;
	width: 98%;
	margin: 0 auto;
	background: #fafafa url(imagenes/galeria_fondo.png) repeat-x top;
}

#contenido div.galeria_imagenes a, #contenido div.galeria_imagenes_larga a{
	text-align: center;
	margin: 5px;
}
#contenido div.galeria_imagenes a img, #contenido div.galeria_imagenes_larga a img{
	margin-top: 5px;
	padding: 1px;
	border: 1px solid #b7b7b7;
}


#contenido  .foto_comentada {
	/*width: 300px;*/
	width: 94%;
	width: 375px;
	float: left;
	margin: 0 10px 5px 0;
}
#contenido  .foto_comentada_pequena {
	width: 250px;
	float: left;
	clear: none;
	margin: 0 10px 5px 0;
}
#contenido  .foto_comentada_pequena img,
#contenido  .foto_comentada img {
	/*float: left;*/
	display: block;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
	padding: 1px;
}
#contenido .foto_comentada object {
	margin: 0;
}
#contenido  div.foto_comentada_pequena p ,
#contenido div.foto_comentada p {
	float: left;
	width: 100%;
	margin: 0 10px 10px 0;
	padding-left: 5px;
	font-family:  Arial, sans-serif;
	font-size: 0.6em;
	color: #777777;
	text-align: left;
}

#contenido div.noticia_bloque div.foto_comentada_pequena p ,
#contenido div.noticia_bloque div.foto_comentada p {
	float: none;
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

#contenido p.fecha {
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	color: #666666;
}
#contenido p.entradilla {
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	color: #666666;
}
#contenido div.noticia_bloque p {
	font-family: Verdana, arial, sans-serif;
	text-align: justify;
}
#contenido div.noticia_bloque p.enlace {
	text-align: right;
}
#noticias p.texto {
	font-family: Verdana, arial, sans-serif;
	text-align: justify;
	width: 90%;
	margin: 0 auto;
}
#noticias h3 {
	width: 90%;
	margin: 5px auto;
}
#noticias p.entradilla {
	text-align: justify;
	width: 90%;
	margin: 5px auto;
}

#noticias_no_destacadas div.noticia_bloque h3,
#noticias_no_destacadas div.noticia_bloque p.fecha, 
#noticias_no_destacadas div.noticia_bloque p.entradilla, 
#noticias_no_destacadas div.noticia_bloque p.texto ,
#noticias_destacadas div.noticia_bloque h3,
#noticias_destacadas div.noticia_bloque p.fecha, 
#noticias_destacadas div.noticia_bloque p.entradilla, 
#noticias_destacadas div.noticia_bloque p.texto 
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#noticias_no_destacadas div.noticia_bloque p.align_izq {
	text-align: left;
}

#noticias div.foto_comentada p  {
	width: 80%;
	float: none;
	margin: 0 auto;
}

div.titulo {
	width: 100%;
	margin-bottom: 10px !important;
	margin-bottom: 0;
	background: #ffffff url(imagenes/h2_fondo.png) no-repeat left bottom !important;
	background: #ffffff url(imagenes/h2_fondo.png) no-repeat left;
}
div.titulo h2 {
	float: left;			
	width: 450px;
	width: auto;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.4em;
	color: #034579;
}
div.titulo p.dch {
	float: right;
	clear: none;
	width: 160px;
	line-height: 100%;
	padding-top: 3px;
	padding-right: 5px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.85em;
}
#contenido div.titulo p.dch {
	width: auto;
	margin: 0;

}
#contenido div.titulo p.dch a {
	color: #990000;
	color: #777777;
	text-decoration: none;
}

div#noticias_principal {
	width: 100%;
	background: #ffffff url(imagenes/noticias_principal_fondo.png) repeat-y center;
}

div#datos_recursos {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

div#datos_recursos p {
	font-weight: 0.75em;
}


/*******************************/
#contenido table.proyectos {
	width: 100%;
	border: 0;
	
	/*width: 400px;*/
}
#contenido table.proyectos td {
	width: 33%;
	/*text-align: center;*/
	vertical-align: top;
	font-size: 0.75em;
	/*
	word-break: break-all;
	word-wrap: break-word;
	*/
}
#contenido table.proyectos td p {
	text-align: center;
}
#contenido table.proyectos td img {
	display: block;
	clear: both;
	margin: 0 auto;
	height: 100px;
	width: auto;
}

table#tabla_p_europeos {
	width: 100%;
	margin-top: 20px;
	border: 2px solid #003366;
	border-collapse: collapse;
	font-family: arial;	

	width: 600px;
}
table#tabla_p_europeos th {
	width: 20%;
	color: #003366;
	background-color: #dddddd;
	border: 1px solid #999999;
	font-size:0.85em;
}
table#tabla_p_europeos td {
	color: #777777;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 20% !important;
	width: 18%;
	overflow: hidden;
	padding: 3px 1%;
	text-align: left;
	
	padding: 3px 1px 3px 1px;
}
*+html table#tabla_p_europeos td {
	width: 18% !important;
	word-break: break-all;
}
table#tabla_p_europeos td a {
	color: #555555
}
table#tabla_p_europeos td a:hover {
	color: #003366
}

/****/
/*
table#tabla_p_europeos th.mas_info, table#tabla_p_europeos td.mas_info {
	width: 40px;
	overflow: hidden;
}

table#tabla_p_europeos th.objetivos {
	width: 50px;
}

table#tabla_p_europeos th.programas {
	width: 50px;
}

table#tabla_p_europeos th.area{
	width: 50px;
}
table#tabla_p_europeos th.fecha{
	width: 50px;
}
*/

/*
*+html #tabla_p_europeos th.programas, #tabla_p_europeos td.programas {
	width: 50px !important;
}

*+html #tabla_p_europeos th.area, #tabla_p_europeos td.area {
	width: 50px !important;
}
*+html #tabla_p_europeos th.objetivos, #tabla_p_europeos td.objetivos {
	width: 50px !important;
}

*+html #tabla_p_europeos th.fecha, #tabla_p_europeos td.fecha {
	width: 50px !important;
}
*+html #tabla_p_europeos th.mas_info, #tabla_p_europeos td.mas_info {
	width: 50px !important;
	word-break: break-all !important;
}
*/

/*
*+html #tabla_p_europeos th.mas_info, #tabla_p_europeos td.mas_info {
	word-break: break-all !important;
	word-wrap: break-word !important;
	width: 50px !important;
}
*/
table.enlaces {
	width: 90%;
	margin: 0 auto;
	border: 0;
}
table.enlaces td {
	width: 27%;
	margin: 1%;
	vertical-align: top;
	font-size: 0.7em;
}
table.enlaces td a {
	font-family: Verdana, arial, sans-serif;
}
table.enlaces td img {
	display: block;
	clear: both;
	margin: 0 auto;
	height: 100px;
	width: auto;
}

#contenido hr {
	display: block;
	width: 90%;
	height: 1px;
	margin: 10px auto;
	background-color: #c0c0c0;
}




#contenido ul.noticias_comisiones {
	margin: 0 0 10px 10px;
}

/*****************************/


div.cuadro_izq {
	width: 200px;
	height: auto;
	float: left;
	clear: none;
	margin: 0 20px 20px 0;
	background: #ffffff url(imagenes/cuadro_izq_fondo.png) no-repeat top right;
}
#contenido div.cuadro_izq  img{
	width: auto;
	height: auto;
	display: block;
	margin: 5px auto;
}
#contenido div.cuadro_izq  p{
	margin: 5px 10px;
	color: #034579;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
}

div.cuadro_dch{
	width: 200px;
	height: auto;
	float: right;
	clear: none;
	margin: 0 0 20px 20px;
	background: #f0f0f0;
}
#contenido div.cuadro_dch  img{
	width: auto;
	height: auto;
	display: block;
	margin: 5px auto;
}
#contenido div.cuadro_dch  p{
	margin: 5px 10px;
	color: #034579;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}


#contenido div.mitad {
	width: 44% !important;
	width: 42%;
	float: left;
	margin: 10px 2% !important;
	margin: 10px 1%;
}

#mapa_ciudades {
	width: 500px;
	height: 600px;
	overflow: hidden;
	float: left;
	clear: none;
	margin: 0 30px 0 0;
	padding: 0;
	border: 2px solid #e7e7e7;
	background: #ffffff url(imagenes/mapa_ciudades/mapa_ciudades.png) no-repeat top left;
}
#mapa_ciudades img {
	margin: 0;
	padding: 0;
	border: 0;
}

#contenido div.caja_ciudad {
	width: 75px;
	width: 145px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin: 5px 10px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}
#contenido div.caja_ciudad p{
	font-size: 0.7em;
	text-align: center;
}
#contenido div.caja_ciudad p a {
	margin-top: 10px;
	padding-top: 10px;
}
#contenido div.caja_ciudad p img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#contenido div.caja_evento {
	width: 75%;
	float: none;
	margin: 5px auto;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}
#contenido div.caja_evento h3 {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #034579;
	background-color: #e0e0e0;
}

a.leer_mas {
	color: #990000;
	padding-left: 15px;
	background: url(imagenes/leer_mas_fondo.png) no-repeat left;
}
a.volver {
	color: #990000;
	padding-left: 15px;
	background: url(imagenes/enlace_volver_fondo.png) no-repeat left;
}

a.enlace_grande {
	font-size: 110%;
	border: 1px solid #c0c0c0;
	margin: 0 5px;
	padding: 3px;
}




#contenido div.borrador {
	border: 1px solid #034579;
	background-color: #f0f0f0;
	color: #555555;
}
#contenido div.post {
	width: 60%;
	margin: 5px 0;
	border: 1px solid #333333;
	background-color: #f5f5f5;
	color: #034579;
}

/************************************/
form.proyectos {
	font-family: arial;
}

form.proyectos label {
	width: auto;
	color: #036;
	float: left;
	clear: right;
	font-weight: bold;
	font-size: 0.75em;
}

form.proyectos input {
	width: 500px;
	color: #444;
	border: 1px solid #666;
	float: left;
}

form.proyectos select {
	width: 500px;
	border: 1px solid #666;
	margin-bottom: 2px;
}

form.proyectos .boton_enviar {
	width: auto;
	font-weight: bold;
	color: #036;
	border: 1px solid #036;
	background-color: #fff;
	font-size: 0.9em;
	margin-bottom: 5px;
}

form.proyectos .check {
	width: 20px;
	margin: 3px 3px 3px 0;
}

form.proyectos textarea {
	width: 500px;
	height: 50px;
	border: 1px solid #666;
	margin-bottom: 2px;
}

/***********************************************/
form.recursos {
	width: 700px;
	/*background-color: #eee;*/
	
	margin: 5px auto;
	font-size: 0.8em;
	font-family: arial;
	/*border: 1px solid #c0c0c0; */
	margin: 5px 0;
}
form.recursos legend {
	background: #c0c0c0;
	border-bottom: 1px solid #034579;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #034579;
}

form.recursos  h4 {
	background: #c0c0c0;
	border-bottom: 1px solid #034579;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #034579;
}
form.recursos input {
	background-color: #fff;
	height: 18px;
	float: left;
	width: 100px;
	border: 1px solid #DBE7E9;
}
form.recursos textarea {
	width: 400px;
	height: 75px;
	float: none;
	clear: both;
	border: 1px solid #DBE7E9;
	background-color: #fff;
}
form.recursos input.boton_aceptar {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	border: 0;
	background: #ffffff url(imagenes/boton_buscar_fondo.png) no-repeat center;
	font-size: 0;
	cursor: pointer;
}

form.recursos .linea_texto {
	width: 150px;
	border: 1px solid #DBE7E9;
	background-color: #f5f5f5;
}

.enviar {
	/*float: left;*/
}

form.recursos select {
	height: 18px;
	float: left;
	width: 150px;
	border: 1px solid #DBE7E9;
}

form.recursos label {
	float: left;
	width: 70px;
	margin-left: 3px;
	margin-right: 3px;
	color: #034579;
	font-weight: bold;
	text-align: right;
}
form.recursos select.auto{
	width: auto;
	height: auto;
}

form.recursos label.auto {
	width: auto;
	text-align: left;
	margin-left: 10px;
}



form.form_acceso fieldset {
/*	border: 1px solid #c0c0c0;	*/
	background: #ffffff url(imagenes/form_registro_fondo.png) no-repeat left;
	padding: 3px;
}
form.form_acceso label {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold; 
	margin-left: 5px;
	color: #034579;
}
form.form_acceso input {
	border: 1px solid #034579;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.75em;
	color: #990000;
}
form.form_acceso input.boton_conectar {
	width: 18px;
	height: 18px;
	background: #f0f0f0 url(imagenes/formulario_boton_conectar.png) no-repeat center;
/*	font-size: 0; */
	overflow: hidden;
	cursor: pointer;
	color: transparent;
	border: 0;
}
#usuario_login ,
#usuario_password {
	width: 75px;
}


form.perfil {
	font-family: arial;
}

form.perfil label {
	width: 100px;
	color: #036;
	float: left;
	clear: right;
	font-weight: bold;
	font-size: 0.75em;
	clear: left;
	margin-top: 3px;
}

form.perfil input {
	width: 250px;
	color: #444;
	border: 1px solid #666;
	float: left;
	clear: right;
	margin-top: 3px;
}

form.perfil select {
	width: 250px;
	border: 1px solid #666;
	margin-bottom: 2px;
}

form.perfil .boton_enviar {
	width: 100px;
	font-weight: bold;
	color: #036;
	border: 1px solid #036;
	background-color: #f5f5f5;
	font-size: 0.9em;
	margin-bottom: 5px;
	float: left;
	clear: both;
	margin-top: 5px;
}





form.seminario_fondos {
	font-family: arial;
	margin-left: 30px;
}

form.seminario_fondos label {
	width: 200px;
	color: #036;
	float: left;
	clear: right;
	font-weight: bold;
	font-size: 0.75em;
	clear: left;
	margin-top: 3px;
}
form.seminario_fondos label.larga {
	width: 500px;
	clear: none;
}
form.seminario_fondos input {
	width: 250px;
	color: #444;
	border: 1px solid #666;
	float: left;
	clear: right;
	margin-top: 3px;
}
form.seminario_fondos input.check {
	clear: none;
	width: 20px;
	font-size: 2em;
}
form.seminario_fondos select {
	width: 250px;
	border: 1px solid #666;
	margin-bottom: 2px;
}

form.seminario_fondos .boton_enviar {
	width: 100px;
	font-weight: bold;
	color: #036;
	border: 1px solid #036;
	background-color: #f5f5f5;
	font-size: 0.9em;
	margin-bottom: 5px;
	float: left;
	clear: both;
	margin-top: 5px;
}
/*****************************************************/


/*************************************/
table.datos {
	width: 700px;
	margin: 5px auto;
	padding: 2px;
	/*background-color: yellow;*/
	font-size: 0.65em;
	overflow: hidden;
	border-collapse: collapse;
	font-family: arial;
}

table.datos th {
	border: 1px solid #003366;
	background-color: #003366;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

table.datos td {
	width: 17%;
	padding: 2px;
	border: 1px solid #ccc;
}

table.datos tr.par > td {
	background-color: #DBE7E9;
}

table.datos td.cortada {
	overflow: hidden;
}

/****************************************************/

div #noticias_destacadas {
	width: 55%;
	height: auto;
	float: left;
	margin-left: 0;
	overflow: hidden;
}

div #noticias_no_destacadas {
	width: 37%;
	height: auto;
	float: left;
	margin-left: 4%;
	overflow: hidden;
}



/****************************************************/

#contenido p.bloque_enlace_60,
#contenido p.bloque_enlace{
	width: 44%;
	height: auto;
	border: 1px solid #cacaca;
	padding: 2px;
	margin: 10px 2%;
	float: left;
	font-size: 0.7em;
	text-align: left;
	background-color: #ebebeb;
	color: #777777;
}
#contenido p.bloque_enlace_60 {
	height: 60px;
}
#contenido p.bloque_enlace_60 img,
#contenido p.bloque_enlace img {
	float: left;
	margin: 3px 7px 3px 3px;
	border: 1px solid #cacaca;
	width: 75px;
	height: auto;
}
#contenido p.bloque_enlace_60 img.no_reducir,
#contenido p.bloque_enlace img.no_reducir {
	width: auto;
	height: auto;
}
#contenido p.bloque_enlace img.escudo {
	float: right;
	width: 40px;
	height: auto;
}
#contenido p.bloque_enlace_60 a,
#contenido p.bloque_enlace a {
	padding-left: 10px;
	background-color: #ebebeb;
	background-image: url(../subido/ico_mais_azul.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size:1em;
	font-weight: lighter;
	/*font-variant: small-caps; */
	color: #81a7d9;
	text-decoration: none;
	text-align: left;
}
#contenido p.bloque_enlace_60 a.peque,
#contenido p.bloque_enlace a.peque {
	font-size: 0.9em;
	font-variant: normal;
}
#contenido p.bloque_enlace_60 span.peque,
#contenido p.bloque_enlace span.peque {
	font-size: 0.8em;
	font-variant: normal;
	color: #777777;
}
#contenido p.bloque_enlace_60 span.clear,
#contenido p.bloque_enlace span.clear {
	display: block;
	width: 100%;
	height: 5px;
	clear: both;
	font-size: 0.8em;
	text-align: left;
	color: #777777;
}
#contenido p.bloque_enlace_60 a:hover,
#contenido p.bloque_enlace a:hover {
	text-decoration: underline;
	color: #aa3333;
}
#contenido p.bloque_enlace_60:hover,#contenido p.bloque_enlace_60:hover *,
#contenido p.bloque_enlace:hover, #contenido p.bloque_enlace:hover *{
	background-color: #ebebeb;
	background-color: #d7d7d7;
}

#contenido p#secretario {
	border: 1px solid #990000;
	margin: 10px 28%;
	
}
#estructura_destacado {
	border: 2px solid #034579;
	background-color: #f0f0f0;
}

#contenido div.estructura_columna {
	width: 29%;
	margin: 100px 2% 0 2%;
	float: left;
}
#contenido div.estructura_columna#central {
	margin: 0 2%;
}
#contenido div.estructura_columna p.bloque_enlace {
	width: 100%;
}
#contenido div.estructura_columna p.bloque_enlace a {
	font-variant: normal;
	font-size: 0.75em;
}
/****************************************************/

div#banners_publicidad
{
	width: 725px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0 0 5px 0;
	background: #f0f0f0 url(imagenes/banner_inferior_fondo.png) repeat top;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	float: left;
	
	display: none;
}
div#banners_publicidad h3
{	
	margin: 0;
	width: 100%;
	background-color: #fcfcfc;
	margin-bottom: 5px;
	padding: 2px 0;
	border-bottom: 1px solid #b0b0b0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
}
div#banner_publicidad div {
	overflow: hidden;
}
div#banners_publicidad div.banner_100 {
	width: 100%;
	margin: 3px 0;
	float: left;
}
div#banners_publicidad div.banner_75 {
	width: 74%;
	margin: 3px 0;
	float: left;
}
div#banners_publicidad div.banner_50 {
	width: 49%;
	margin: 3px 3px 3px 3px;
	float: left;
}
div#banners_publicidad div.banner_25 {
	width: 25%;
	margin: 3px 0;
	float: left;
}
div#banners_publicidad div {
	text-align: center;
}
div#banners_publicidad div a img {
	border: 1px solid #777777;
}

div#publicidad_top {
	margin: 0 0 15px 0;
	width: 700px;
	overflow: hidden;
}
div#publicidad_top .separador_20 {
	float: left;
	width: 5px;
	height: 50px;
}
div.publicidad {
	float: left;
	/*background: #ffffff url(imagenes/banners/pub.png) repeat-y left;*/
	/*padding-left: 8px;*/
}


/****************************************************/
/****************************************************/




/****************************************************/


#lateral_dch {
	width: 23%;
	float: right;

	/*
	background: #ffffff url(imagenes/lateral_dch_fondo.png) repeat-x top;
	*/
}
#lateral_dch h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #034579;	
	background: #ffffff url(imagenes/h2_fondo.png) no-repeat bottom right;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.2em;
}
#lateral_dch h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #034579;	
	background: #ffffff url(imagenes/h2_fondo.png) no-repeat bottom right;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.1em;
}
#lateral_dch p {
	color: #666666;	
	font-family: Arial, serif;
	font-size: 0.7em;
	margin-right: 10px;
	text-align: justify;
}
#lateral_dch p.centrado {
	text-align: center;
}
#lateral_dch li {	
	margin-left: 5px;
	margin-top: 3px;
	color: #666666;	
	font-family: Arial, serif;
	font-size: 0.8em;
	font-variant: small-caps;
	list-style-image: url(imagenes/lateral_dch_li_fondo.png);
	list-style-position: outside;
	list-style-type: none;
}
#lateral_dch li a {	
	color: #034579;
	text-decoration: none;
}
#lateral_dch li a:hover {	
	color: #990000;
}

#lateral_dch p.bloque_enlace strong a {
	font-size: 110%;
	color: #034579;
}



#lateral_dch p.bloque_enlace{
	width: 200px;
	height: auto;
	border: 1px solid #cacaca;
	padding: 2px;
	margin: 10px 0;
	float: left;
	font-size: 0.7em;
	text-align: left;
	background-color: #ebebeb;
	color: #777777;
}
#lateral_dch p.bloque_enlace img {
	float: left;
	margin: 3px 7px 3px 3px;
	border: 1px solid #cacaca;
	width: 50px;
	height: auto;
}
#lateral_dch p.bloque_enlace a {
	background-color: #ebebeb;
	/*
	padding-left: 10px;
	background-image: url(../subido/ico_mais_azul.png);
	background-position: left;
	background-repeat: no-repeat;
	*/
	font-size:1em;
	font-weight: lighter;
	font-variant: small-caps;
	color: #81a7d9;
	color: #034579;
	text-decoration: none;
	text-align: left;
}
#lateral_dch p.bloque_enlace a.peque {
	font-size: 0.9em;
	font-variant: normal;
}
#lateral_dch p.bloque_enlace span.peque {
	font-size: 0.8em;
	font-variant: normal;
	color: #777777;
}
#lateral_dch p.bloque_enlace span.clear {
	display: block;
	width: 100%;
	height: 5px;
	clear: both;
	font-size: 0.8em;
	text-align: left;
	color: #777777;
}
#lateral_dch p.bloque_enlace a:hover {
	/*
	text-decoration: underline;
	*/
	color: #aa3333;
}
#lateral_dch p.bloque_enlace:hover, #lateral_dch p.bloque_enlace:hover *{
	background-color: #ebebeb;
	background-color: #d7d7d7;
}

#lateral_dch p.bloque_dch {
	width: 200px;
	margin: 10px 0;
	border: 1px solid #034579;
	background-color: #ebebeb;
}
#lateral_dch p.bloque_dch img {
	display: block;
	margin: 5px auto;
	border: 1px solid #f0f0f0;
}
#lateral_dch p.bloque_dch  span.subcaja50 {
	display: block;
	width: 50%;
	float: left;
}
#lateral_dch p.bloque_dch  span.subcaja100 {
	display: block;
	width: 100%;
	float: left;
}
#lateral_dch p.bloque_dch span.titulo {
	border-bottom: 2px solid #034579;
	color: #034579;	
	text-align: center;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 1.2em;	
}
#lateral_dch p.bloque_dch a {
	background-color: #ebebeb;
	font-size:1em;
	font-weight: lighter;
	font-variant: small-caps;
	color: #034579;
	text-decoration: none;
}
#lateral_dch p.bloque_dch a:hover {
	color: #aa3333;
}

table.caja_enlaces {
	width: 200px;
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	background-color: #ffffff;
	display: block;
	margin: 0;
}
table.caja_enlaces td {
	width: 100px;
	border: 1px solid #ebebeb;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0;
	margin: 0;
}
table.caja_enlaces td a {
	font-size:0.75em;
	font-weight: lighter;
	font-variant: normal;
	color: #034579;
	text-decoration: none;	
}
table.caja_enlaces td a:hover {
	color: #aa3333;
}
table.caja_enlaces td img {
	display: block;
	margin: 0 auto;
}

div.derecha_item table.caja_enlaces td {
	vertical-align: top;
}
#lateral_dch div.derecha_item p {
	text-align: left;
}
#lateral_dch div.derecha_item p a{
	color: #aa3333;
}


/****************************************************/


#pie {
	width: 100%;
	clear: both;
	margin-top: 10px;
	background: #ffffff url(imagenes/pie_fondo.png) repeat-x top;
}
#pie p.pie_izq {
	width: 80%;
	float: left;
	margin: 20px 0 20px 10px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.7em;
	color: #034579;
	background: #ffffff url(imagenes/body_fondo_interreg.png) no-repeat right;

}
#pie p.pie_izq a {
	color: #034579;
	text-decoration: none;
}
#pie p.pie_izq a:hover {
	color: #777777;
	text-decoration: underline;
}
#pie p.pie_dch {
	width: 15%;
	float: right;
	margin: 20px 10px 20px 0;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 0.65em;
	color: #777777;
	text-align: right;
}
#pie p.pie_dch a {
	color: #777777;
	text-decoration: none;
}












#supercabecera {
	width: 960px;
	height: 25px;
	overflow: hidden;
	padding: 0;
}

#buscador {
	margin-top: 0;
	width: 180px;
	height: 20px;
	float: left;
}
#buscador form{
	margin-top: 0;
}
#buscador label {
	display: none;
}
#buscador input.texto {
	width: 150px;
	height: 15px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	color: #666666;
	float: left;
	font-size:8pt;
}
#buscador input.boton {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(../imaxes/lupa.gif) no-repeat center;
	float: left;
}


#acceso_rapido {
	width: 200px;
	height: 18px;
	float: left;
}
#acceso_rapido ul {
	width: 200px;
}
#acceso_rapido ul li {
	display: inline;
	list-style: none;
	margin: 0 10px;
}
#acceso_rapido ul li a {
/*
	font: lighter 8pt Arial, Helvetica, sans-serif;
*/
	font: lighter 8pt Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#acceso_rapido ul li a:hover {
	color: #003366;
	text-decoration: underline;
}

#idiomas {
	width: auto;;
	height: 18px;
	float: right;
}
#idiomas ul {
	width: auto;
}
#idiomas ul li {
	display: inline;
	list-style: none;
	margin: 10px 0 0 10px;
}
#idiomas ul li a {
	font: lighter 8pt Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#idiomas ul li a:hover {
	color: #006633;
}
#idiomas ul li a img {
	border: none;
}

#cabecera {
	width : 960px;
	height: 180px;
	background: url(../imaxes/cabecera02.jpg) no-repeat center;
	background: none;
	overflow: hidden;
	margin:0;
}
#cabecera h1, #cabecera h2{
	display: none;
}
#cabecera_logo {
	width: 180px;
	height: 155px;
	float: left;
	background: #ffffff url(../imaxes/cab_logo_eixo.png) no-repeat center;
}
#cabecera_imagen {
	width: 778px;
	float: left;
	height: 150px;
	overflow: hidden;
/*	_margin-top: -50px;*/
	background: #ffffff url(../imaxes/aspecto02/cab_eixo02.jpg) no-repeat center;
}
#cabecera_imagen a.cabecera_enlace {
	display: block;
	float:left;
	width: 778px;
	height: 150px;
	background: none;
	color: none;
	text-decoration: none;
	font-size: 0;
}

div.cabecera_vertical_blanca {
	width: 4px;
	height: 150px;
	overflow: hidden;
	margin: 0 0 0 257px;
	float: left;
	background: #ffffff none;
/*	_display: none; */
	display: none;
}
#cabecera_texto {
	width: 190px;
	height: 60px;
	overflow: hidden;
	background: none;	
	float: right;
	margin: 100px 5px 0 0;
	display: none;
}
#cabecera_texto h1 {
	display: block;
	font-size: 14pt;
	background: none;
	color: #eaeaea;
	text-align: right;
}
#cabecera_texto h2 {
	display: block;
	font-size: 12pt;
	background: none;
	color: #eaeaea;
	text-align: right;
}



#subcabecera{
	width: 960px;
	height: 33px;
	clear: both;
}


#supercuerpo {
	width: 970px;
	height: 100px;
	clear: both;
	margin-top: 10px;
}
#supercuerpo li {
	list-style: none;
	list-style-position: inside;
	display: block;
	float: left;	
	width: 131px;
	margin: 0 3px;
	overflow: hidden;
}
#supercuerpo li img {
	width: 129px;
	border: 1px solid #c68819;
	border: 1px solid #004528;
	border: 1px solid #003366;
	border: 1px solid #024579;
}












table#calendario_agenda {
	width: 200px;
	margin: 5px 0;
	border: 1px solid #dedede;
/*	_border: 1px solid #dedede; */
	border-collapse: collapse;
}
table#calendario_agenda td {
	border: 1px solid #dedede;
	text-align: center;
	font-size: 8pt;
	color: #003366;
}

table#calendario_agenda td b{
	color: #777777;
}
table#calendario_agenda td a {
	font-size: 8pt;
	text-decoration: none;
	color: #003366;
}

table#calendario_agenda td b a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #aa0000;
}
table#calendario_agenda td em a {
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
	color: #003366;
}
table#calendario_agenda td#dia_hoy b a{
	color: #003366;
}
table#calendario_agenda td.dia_marcado {
	background-color: #dedede;
}
table#calendario_agenda td.dia_findesemana * a{
	color: #777777;
}



div.highslide-caption {
	display: none;
}

#contenido p.flota_izq_firma {
	width: auto;
	margin-left: 5%;
}

div#estado_opinion_enlace_pdf {
	float: right;
	width: 90%;
	margin: 5px auto;
	padding: 0;
	clear: both;
	font-weight: normal;
	color: #aa0000;
	padding-left: 20px;
	background: #ffffff url(imagenes/pdf_icono.png) no-repeat left;
}
div#estado_opinion_enlace_pdf  p{
	margin: 0;
	padding: 0;
}
div#estado_opinion_enlace_pdf  a{
	margin: 0;
	padding: 0;
}


#caja_audio {
	margin: 5px 5px 5px 35px;
	display: block;
}

#contenido #admitidos_seminario {
	width: 24%;
	margin-top: 25px;
	margin-left: 1%;
	float: right;
	background-color: #f0f0f0;
}
#contenido #admitidos_seminario  p{
	font-size: 0.65em;
}
#contenido #admitidos_seminario_izq {
	width: 74%;
	float: left;
}

#contenido #newsletter_cabecera {
	width: 690px;
	height: 145px;
	margin: 0 auto 20px auto;
	padding: 5px;
	background: #265687 url(imagenes/newsletter_cabecera.png) no-repeat center;
	color: #f5f5f5;
}

p.datos_de_la_newsletter {
	width: 500px;
	margin-left: 15px;
	margin-top: 3px;
	font-family: arial;
	font-weight: bold;
	color: #265687;
	font-size: 0.9em;
}

#newsletter_cabecera_es {
	width: 100%;
	height: 220px;
	background: #fff url(imagenes_newsletter/cabeceras/esb.png) left no-repeat;
}
#newsletter_cabecera_pt {
	width: 950px;
	height: 220px;
	background-image: url(imagenes_newsletter/cabeceras/ptb.png);
}
#newsletter_cabecera_gl {
	width: 950px;
	height: 220px;
	background-image: url(imagenes_newsletter/cabeceras/glb.png);
}

#contenido #newsletter_cabecera h3, #newsletter_cabecera h3 {
	font-family: Verdana;
	font-size: 1.4em;
	color: #f5f5f5;
	margin-left: 0;
}
#contenido #newsletter_cabecera h5, #newsletter_cabecera h5 {
	font-family: Verdana;
	font-size: 0.95em;
	color: #f5f5f5;
	margin-left: 0;
}
#contenido #newsletter_cabecera p , #newsletter_cabecera p {
	font-family: Verdana;
	font-size: 0.85em;
	font-weight: bold;
	color: #f5f5f5;
	margin-left: 0;
}

/************************/
#newsletter_cabecera {
	width: 950px;
	height: 145px;
	margin: 0 auto 0 auto;
	padding: 5px;
	background: #265687 url(imagenes/newsletter_cabecera.png) no-repeat center;
	color: #f5f5f5;
}

/*************************/

.bloque_portada_newsletter {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	clear: both;
	float: none;
}

.bloque_portada_newsletter img {
	float: left;
	margin-right: 10px;

	/*
	width: 100px;
	height: 67px;
	*/
}

img.icono_amarillo {
	padding-top: 4px;
}

*+html img.icono_amarillo {
	padding-top: 0 !important;
}

#contenido .bloque_portada_newsletter p.derecha {
	float: left;
	width: 550px;
	clear: none;
}

*+html .bloque_portada_newsletter img {
	margin-left: 32px;
	margin-top: 5px;
}

.interior_bloque_newsletter {
	width: 550px;
	float: left;
}

/*
*+html .interior_bloque_newsletter {
	float: left !important;
}

*+html .bloque_portada_newsletter p {
	float: left !important;
	width: 300px;
}
*/
#contenido .interior_bloque_newsletter p {
	margin-left: 0;
	padding-left: 0;
}

/*****************/
table.tabla_mancheta {
	width: 90%;
	border: 0;
	margin: 5px auto;
}

table.tabla_mancheta td {
	padding: 3px;
	font-family: verdana;
	font-size: 0.8em;
	color: #333;
	text-align: center;
}

table.tabla_normal {
	width: 95%;
	border: 0;
	margin: 10px auto;
	font-family: verdana;
	font-size: 0.8em;
}

table.tabla_normal td {
	padding: 0 3px;
}

table.tabla_normal th {
	padding: 0 3px;
}

.celda_alineacion_derecha {
	text-align: right;
}

.celda_alineacion_izquierda {
	text-align: left;
}

.celda_alineacion_centro {
	text-align: center;
}
