/*css de homeProduccion*/
body{
	top: 0;
	left: 0;
	background-image: url(/AESAN/docs/img/fondo.jpg);
	background-repeat: repeat-x;
}
#contenedor_principal {
	overflow: hidden;
	width: 100%;
	top:0;
	left: 0;
}
#centrar {
	width: 100%;
	margin: auto;
}
/*CABECERA*/
#cabecera {
	width: 100%;
	min-height: 5.5em;
	height: auto;
	background-color: transparent;
}


/*LISTA DE BIENVENIDOS*/
#navlist {
	float: right;
	width: 100%;
	top: 0;
	margin-top: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
}

#navlist li {
	display: inline;
	padding: 0.2em 0.6em 0.2em 0.6em;
	list-style-type: none;
	text-align: center;
	margin-left: 0.1em;
}


/* **************** COLORES PARA LOS IDIOMAS ************************** */ 
/* *************************** INICIO ********************************* */

.color1 { background-color: #C0DD62;}
.color2 { background-color: #DCDC70;}
.color3 { background-color: #F9EA35;}
.color4 { background-color: #F9DF92;}
.color5 { background-color: #F8CC47;}
.color6 { background-color: #FFD600;}

/* **************** COLORES PARA LOS IDIOMAS ************************** */ 
/* *************************** FIN ************************************ */


/* **************** COLORES PARA LAS 6 ÚLTIMAS NOTICIAS *************** */ 
/* ************** Son los mismos pero les llamamos distinos *********** */
/* ************* para que no haya confusión con los tamaños *********** */
/* *************************** INICIO ********************************* */
/* 03/04/2009 - Esteban García */

.color_noticias1 { background-color: #C0DD62;}
.color_noticias2 { background-color: #DCDC70;}
.color_noticias3 { background-color: #F9EA35;}
.color_noticias4 { background-color: #F9DF92;}
.color_noticias5 { background-color: #F8CC47;}
.color_noticias6 { background-color: #FFD600;}

/* **************** COLORES PARA LAS 6 ÚLTIMAS NOTICIAS *************** */ 
/* ************** Son los mismos pero les llamamos distinos *********** */
/* ************* para que no haya confusión con los tamaños *********** */
/* ***************************** FIN ********************************** */





#navlist li a{ color: #000000;  text-decoration: none; }
#navlist li a:hover{ color: #3A4B00;}
/*LOGOS Izquierda Cabecera*/
#logo_ministerio {
	float: left;
	margin-right: 0;
}
#logo_ministerio img {
	border: none;
}
.logMin {
	width: 12.25em;
	height: 3.44em;
}
#logo_Aesa {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
#logo_Aesa img {
	border: none;
}
.logAesa {
	width: 6.25em;
	height: 3.44em;
}

/* 21/01/2010 */
#logo_Presidencia {
    float: left;
    margin-left: 0;
}

#logo_Presidencia img {
    border: none;
}

.logPresidencia {
   height: 3.44em;
}

#logo {
	float: left;
	text-align: center;
	width: 38%;
	/* width: 49%; ¡¡¡ Este es el valor que hay que restituir en la CSS una vez que termine la Presidencia Española Europea y se retire el logo de la Presidencia !!! */ 	
}

* html #logo {
    width: 37%;
}

*:first-child+html #logo {
   width: 37%;
}
	
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3A4B00;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 0.3em;
	margin-top: 0;
}
h1 em{
	color: #628000;
	font-size: 1.3em;
}


/***** CABECERA DERECHA: Mapa del Sitio / Contacto / Buscador ************** */
/*CABECERA - DERECHA*/
#cabecera_der {
	float: right;
	/* width: 170px; */
	width: 172px;       /* Esteban García - 27/11/2008 - para que entre la caja y el botón en la misma linea por el input hidden */
    /*margin-top: 0.8em;*/
    margin-top: 0.3em;

}
#buscador {
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
/*MAPA WEB*/
#ns_mapaWeb {
	margin-top: 0;
	float: left;
	margin-left: 0;
	padding-right: 7px;
	font-size: 0.6em;
}
#ns_mapaWeb img {
	border: none; height: 1.1em; text-decoration: none;
}
#ns_mapaWeb a {
	border: none;
	height: 1.1em;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#ns_mapaWeb a:hover {
	border: none;
	height: 1.1em;
	text-decoration: none;
	color: #628000;
	font-weight: bold;
}

/*CONTACTAR*/
#ns_contactar {
	margin-top: 0;
	float: left;
	margin-left: 0;
	font-size: 0.6em;
}
#ns_contactar img {
	border: none; height: 1.1em; text-decoration: none;
}
#ns_contactar a {
	border: none;
	height: 1.1em;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#ns_contactar a:hover {
	border: none;
	height: 1.1em;
	text-decoration: none;
	color: #628000;
	font-weight: bold;
}

/*IMPRIMIR*/

#ns_imprimir {
	margin-top: 0;
	float: left;
    margin-left: 0;
    font-size: 0.6em;
}

#ns_imprimir img {
    border: none; height: 1.1em; text-decoration: none;
}

#ns_imprimir a {
    border: none;
    height: 1.1em;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

#ns_imprimir a:hover {
    border: none;
    height: 1.1em;
    text-decoration: none;
    color: #628000;
    font-weight: bold;
}


.ico_cabecera {
	width: 1.30em;
}
/*HACE EL CLEAR DEL FLOAT*/
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	min-height:1%;
}

/* Truco para IE7 - float clearing */
.clear {display: inline-block;}

/* Truco para IE6 windows - lo oculta para IE6 - Mac \*/
* html .clear
{height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


/*BUSQUEDA SIMPLE*/
.bu_simple {
	padding-top: 0;
	float: left; 
}
/*BUSQUEDA AVANZADA*/
.bu_avanzada {
padding-top:0;
padding-bottom: 0;
}
.bu_avanzada a  {
color: #333333;
}
.bu_avanzada a:hover {
color: #628000;
}
input {
	font-weight: bold; font-size: 0.9em; color: #293602; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bu_simple input {font-size: 0.6em;}

/*Contenedor de Mapa del Sitio y Contactar*/
#cont_buscador {
position: absolute;
display: block;
text-align: left;
top: 0em;
left: 24em; 
}
* html #cont_buscador {
position: absolute;
display: block;
text-align: left;
top: 0em;
left: 22em; 
}
*:first-child+html #cont_buscador {
position: absolute;
display: block;
text-align: left;
top: 0em;
left: 22em; 
}
/*Caja derecha del link mapa web*/
#map_contac {
	font-size: 9px;
}
/*Caja de Web y contactar*/
.webContac {
	font-size: 9px;
}
.webContac img {
	border: none;
	height: 1.1em;
	text-decoration: none;
}
.webContac a {
	border: none;
	height: 1.1em;
	text-decoration: none;
	margin-right: 0.5em;
}
.normalGris {
	font-weight: bold; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: justify; text-decoration: none
}
.normalGris a { color: #9BB009;}

/*link GENERAL*/
a {color: #2B2B2B;}
a:hover {color: #C4C440;}

.buscador {
/*padding-left: 3px;*/
}
.lupa {
	border: none;
	width: 2.10em;
}
#contenedor_imprimir {
	overflow: hidden; width: 530px;
}

/*CUERPO*/
.cuerpo {
	margin-top: 0px;
	width: 100%;
}

/*BARRA HORIZONTAL con los links de navegación*/
#barra_menu {
	float: left; width: 100%; height: auto; background-color: #E1E7B6; text-align: center; text-align: center;
}
/*Para que las cajas se vean del mismo tamano en IE6 11052010*/
* html #barra_menu {
	height: 40px;
}
/*Fin Para que las cajas se vean del mismo tamano en IE6 11052010*/
#barra_menu a {
	color: #ffffff;  text-decoration: none; font-weight: bold;
}
#barra_menu a:hover {
	color: #D8E0C0;  text-decoration: none; font-weight: bold;
}
#barra_menu .link_selec {
	color: #ffffff; text-decoration: none; font-weight: bold;
}

/*Cajas de los links*/
.inicio {
	float: left; width: 20%; height: 100%; background-color: #628000; text-decoration: none; text-align: center;
}
.caja_menu_med {
	float: left; width: 12%; height: 100%; margin-left: 0.2em; background-color: #628000; text-decoration: none; text-align: center;
}
.caja_menu_peq {
	float: left; width: 10%; height: 100%; margin-left: 0.2em; background-color: #628000; text-decoration: none; text-align: center;
}
.inicio div,
.caja_menu_med div,
.caja_menu_peq div {
	height: 1.8em;
	margin: 0.2em 0.4em 0.2em 0.4em;
}
/*Caja Inicio*/
.inicio a {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}
.inicio a:hover{
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none
}
.inicio .selec {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}

/*Cajas links medianas*/
.caja_menu_med a {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}
.caja_menu_med a:hover {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}
.caja_menu_med .selec {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}


/*Cajas links pequeñas*/
.caja_menu_peq a {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}
.caja_menu_peq a:hover {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}
.caja_menu_peq .selec {
	font-size: 0.7em; color: #ffffff; font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; text-decoration: none;
}


/*CAJA CONTENIDOS*/
#contenido {
	width: 100%;
	height: 100%;
}

/*Arbol de navegación vertical*/
#menu_izq {
	float: left; display: block; width: 20%;
}
.bordeVerde {  border-right: 2px solid #D7DFAC; border-left: 2px solid #D7DFAC;}

/*Primer nivel*/
#menunavegacion {
	margin-top: 0;
	font-size: 0.83em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menunavegacion li {
	padding: 0.1em 0.5em 0.1em 0.5em;
	list-style-image: url(/AESAN/docs/img/flechaG.gif);
}
#menunavegacion li a{
		font-weight: bold;
		color: #2B2B2B;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 0.83em;
		text-decoration: none;
}
#menunavegacion  li a:hover {
		font-weight: bold;
		color: #628000;
		font-family: Verdana, Arial,Geneva, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 0.83em;
		text-decoration: none;
}
#menunavegacion li .texto_menu_selec {
	padding: 0.1em 0.5em 0.2em 0.5em;
	color: #628000;
	font-weight: bold;
	text-decoration: none;
}	
.posterior {
	padding-right: 0.8em;
	width: 11px;
}

/* *************** TEMAS RELEVANTES ***************************** */
/* ********** Disminuir tamaño Fuentes ************************** */
/* ********** Esteban García - 22/05/2009 *********************** */

#titDest {
padding: 10px 5px 10px 5px;
 background-color: #628000;
 text-align: center;
 color: #FFF;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 0.7em;
 }

/* 11/05/2010 */
#titDest a {
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#titDest a:hover {
	color: #D8C0C0;
	font-weight: bold;
	text-decoration: none;
}

/* FIN -> 11/05/2010 */ 
 
#menuDest {
	margin-top: 0;
	padding-bottom: 0.5em;
	font-size: 0.78em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #54526B;
}
.destli {
	list-style-image: url(/AESAN/docs/img/estrella.gif);
}
#menuDest li {
	margin-top: 0.2em;
}
#menuDest li a {
		font-weight: bold;
		color: #2B2B2B;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 0.78em;
}
#menuDest li a:hover {
		font-weight: bold;
		color: #628000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 0.78em;
}

/* *************** FIN - TEMAS RELEVANTES *********************** */
/* ********** Disminuir tamaño Fuentes ************************** */
/*/*/ /*En la version en produccion se separa el borde inferior y no aparece la imagen porque esta barra esta suelta y aqui deja de leer 11052010*/

#pieDet {
	margin-top: -1em;
	display: block;
	width: 100%;
	height: 32px;
	background-image: url(/AESAN/docs/img/centerDest.gif);
	background-repeat: repeat-x;
}

/*IE6*/
* html #pieDet {
	margin-top:-1.2em;
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 25px;
}

/*IE7*/
*:first-child+html #pieDet {
	margin-top: -1.2em;
	display: block;
	width: 100%;
	height: 32px;
}
/*AREA CENTRAL*/
#centro_home {
	top: 0;
	float: left; 
	margin-left: 6px; 
	width: 78%; 
	margin-right: 6px; 
	text-align: center; 
	font-size: 100%;
}

/*Rastro de Migas*/
#rastromiga_jsp {
	margin: 0; width: 100%; color: #2B2B2B;
}

/*Escritorio*/
#cuerpo_jsp {
	width: 100%;
	display: block;
	padding-top: 1.5em;
	padding-bottom: 0;
	vertical-align: middle;
}
* html #cuerpo_jsp {
	padding-top: 0;
}
*:first-child+html #cuerpo_jsp {
	padding-top: 0;
}


#cuerpo_jsp img {
	 /*display: block;*/
}

.centrar {
	text-align: center;
	margin: 0 auto;
}

#imagen {
	width: 85%;
	height: auto;
}
.bord_img {
	width: 100%;
	background-image: url(/AESAN/docs/img/fondoNot.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 2px solid #DFE7B8;
	border-left: 2px solid #DFE7B8;
}
/*08042010*/
.boxImg{ 
	width: 98%;
}
.boxImg div{
	display: inline;
}
.img_home {
	width:153px;
	height: 211px;
}
/*Fin 08042010*/
/*Area de escritura, roll-over de todos los links con texto verde*/
#cuerpo_jsp a {
	font-weight: bold; font-size: 10px; color: #9bb009; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contenido_jsp a:hover {
	font-weight: bold; font-size: 10px; cursor: pointer; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #C4C440;
}

/*Imagen grande 08042010*/
/*.img_home {
	width: 624px;
}*/
/*Fin 08042010*/

/*Cuerpo texto bajo foto home*/
#texto_home {
	position: relative;
	top: 0;
	margin-top: 0;
	padding-top: 0;
	width: 80.6%;
	min-height: 2.5em;
	padding-bottom: 0em;
	background-color: #ffffff;
	border-right: 2px solid #DFE7B8;
	border-left: 2px solid #DFE7B8;
}
.titSiglas {
	width: 100%;
	min-height: 2em;
	top: 0;
	background-color: #ffffff;
	border-right: 2px solid #DFE7B8;
	border-left: 2px solid #DFE7B8;
}

h2 {
	top: 0;
	margin-top:0;
	padding-top: 0;
}

.bajaIzda{
clear: left;
}
/*BAJA CAPA*/
.bajaCapa{ color:#000000;}

/* Truco para firefox - float clearing */
.bajaCapa:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	min-height:1%;
}

/* Truco para IE7 - float clearing */
.bajaCapa {display: inline-block;}

/* Truco para IE6 windows - lo oculta para IE6 - Mac \*/
* html .bajaCapa {height: 1%;}
.bajaCapa {display: block;}
/* End hide from IE-mac */


/*Cuerpo texto bajo foto home*/
#noticias_home {
	top: 0;
	min-height: 6em;
	height: auto;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	background-color: #ffffff;
	vertical-align: middle;
	border: 1px solid black;
}

#cont_noticias {
	top: 0;
	margin-top: 0;
	width: 100%;
	background-color: #ffffff;
	min-height: 8.5em;
	height: auto;
	text-align: center;
	border-right: 2px solid #DFE7B8;
	border-left: 2px solid #DFE7B8;
}

/* ************************************* */
/* Presentacion video AESAN - 17/02/2010 */
/* 22/02/2010                            */
/* ************************************* */
/*08042010*/
.centrarNot {
    /*width: 90%;*/
	width: 590px;
    margin: auto;
}
* html .centrarNot {
	/*width: 580px;*/
	width: 600px;
}
/*.centrarNotWidht {
	width: 583px;
}*/
.box_noticias {
	float: left;
	width: 113px;
    height: 120px;   
    padding-top:0; 	
	padding-bottom: 0.5em;
 	border: 1px solid #DFE7B8;
 }
.box_noticias span, .box_noticias h1 {
	font-size: 0.7em;
}

/** html .box_noticias span {
	font-size: 0.8em;
}*/
/*Fin 08042010*/

#cont_noticias img {
 border: none;
}

.imgBanner {
	width: 89px;
 	height: 120px;
}

.marg_left {
	/* margin-left: 0.6em; */
	margin-left: 3px;	 
}

.marg_right_banner {
	margin-right: 26px;
}

* html .marg_right_banner {
	margin-right: 21px;
}

*:first-child+html .marg_right_banner {
    margin-right: 21px;
}


/* ************************************* */
/* Presentacion video AESAN - 17/02/2010 */
/* ******* Fin -> Modificaciones ******* */
/* ************************************* */

/*
* html .marg_left { margin-left: 0.5em;}
*:first-child+html .marg_left { margin-left: 0.6em;}
*/

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}
#cont_noticias a {
font-size: 0.8em;
color: #333333;
}
#cont_noticias a:hover {
font-size: 0.8em;
color: #628000;
}

#cont_esq {
	position: relative;
	display: block;
	width: 100.4%;
	height: auto;
}
.contEsqCenter {
	position: relative;
	top: 0;
	left: 0;
	width: 100.2%;
	height: 1.3em;
	background-image: url(/AESAN/docs/img/centro.jpg);
	background-repeat: repeat-x;
}
* html .contEsqCenter {
	position: relative;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 2em;
	background-image: url(/AESAN/docs/img/centro.jpg);
	background-repeat: repeat-x;
}
*:first-child+html .contEsqCenter {
	position: relative;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 2em;
	background-image: url(/AESAN/docs/img/centro.jpg);
	background-repeat: repeat-x;
}
.contEsqLeft {
	float: left;
	height: auto;
}
.contEsqRight {
	float: right;
	height: auto;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0.70em;
	margin-top: 0;
}

/*estilos titulares home*/
.tit_aesan { font-weight: bold; font-size:1em; color: #618000; font-family: Arial, Helvetica, sans-serif; padding-top: 0;}
.gris {  color: #505050; font-size: 1em; font-weight: 500;}
.verde { color: #3A4B00; font-size: 1.2em; font-weight: bold;}
.verdeClaro { font-family: Arial, Helvetica, sans-serif; color: #628000; font-size: 1.2em; font-weight: bold;}

/*Caja logos home debajo de Noticias*/

/* cambios para añadir el logo de 'Oficina Virtual' 
   Esteban García - 16/12/2009 
*/
   
#box_home {
	position: relative;
	display: block;
	width: 100%;
	/*margin-top: -11px;*/
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.3em;

}
/*07052010*/
#cont_banners {
    width: 80%;
	min-height: 100px;  	   
	height: auto;  /* centra las cajas contenedoras en Firefox */
	margin: auto;  /* centra las cajas contenedoras en Firefox */
	background-color:#FFFFFF;
	background-image: url(/AESAN/docs/img/centro.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#cont_banners img {
	border: none;
}
#cont_banners p {
	font-family: Arial, Helvetica, sans-serif;
	color: #628000;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0x;
	padding-top: 2px;
	margin-bottom: 10px;
}
.cont_banners_esq_left {
	float: left;
	width: 20px;
	height: 100px;
	background-image: url(esqIzdaBanners.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cont_banners_esq_right {
	float: right;
	width: 20px;
	height: 100px;
	background-image: url(esqDchoBanners.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Fin 07052010*/
/* 25/01/2010 */
.cont_logos {
    display: inline;
    width: 87%;   	   
	min-height: 3em;
	height: auto;  /* centra las cajas contenedoras en Firefox */
	margin: auto;  /* centra las cajas contenedoras en Firefox */
	padding-bottom: 0.3em;	
 
}

/* 29/02/2009 */
.cont_logos img {
	border: none;
}
/* 25/01/2010 */
.capaBig  {
	display: inline;
	width: 8em;
}

/* 25/01/2010 */
.capaSmall  {
	display: inline;
	width: 5em;
}

/* 25/01/2010 */
.icoLog {
	width: 12em;
	height: 4.40em;
}

.icoLogSmall { 
width: 7em;
height: 4em;
}

/*PIE*/
#pie {
	float: left;
	width: 100%;
	height: 6%;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
#pie img {
	border: none;
	text-decoration: none;
}
#pie a {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#pie a:hover {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.pie {
	font-weight: normal;
	font-size: 0.7em;
	color: #9bb009;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
}
.img_validador { 
	width: 6em;
	border: none;
}	
/*Alineación del texto*/
.dcho { text-align: right;}
.izdo { text-align: left;}

/*Acrónimos- para que se muestre subrayado en IE*/

acronym  { border-bottom: 1px dotted #728290;}


/*Estilo del texto y de los enlaces del pie*/
a.novedades {
	font-weight: bold; font-size: 10px; color: #2B2B2B; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; letter-spacing: -1px; text-decoration: none;
}
a.novedades:hover {
	font-weight: bold; font-size: 10px; color: #2B2B2B; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; letter-spacing: -1px; text-decoration: underline;
}

/* ****** Logo Dia Mundial del SIDA ********** */
/* Esteban García - 01/12/2008 */
.sida img {
	border: none;
}

/* ********************************* INICIO ******************************************* */
/* ************ Aviso para fomentar la subscripción al Boletín Digital **************** */
/* Esteban García - 21/05/2009 */

.aviso_home_boletin {
 	padding: 0.8em 0.0em 0.0em 0.0em;
	text-align: center;
	color: #394900;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 0.7em;
 }

.aviso_home_boletin #enlace{
 	font-size: 0.95em;
}

/* *********************************** FIN ******************************************** */
/* ************ Aviso para fomentar la subscripción al Boletín Digital **************** */


/* ********************************* INICIO ******************************************* */
/* ************ Aviso legal sobre las imágenes corporativas de la AESAN *************** */
/* Esteban García - 23/02/2009 */

#aviso_legal_imagenes {
	padding: 0.0em 0.3em 0.2em 0.3em;
 	text-align: center;
 	color: #628000;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 0.7em;
 }
 
#aviso_legal_imagenes a{ 
	font-size: 0.95em;
 }
/* *********************************** FIN ******************************************** */
/* ************ Aviso legal sobre las imágenes corporativas de la AESAN *************** */



/* ********************************* INICIO ******************************************* */
/* ************ Aviso sobre el cambio de URL - Ministerio de Sanidad, Consumo y Política Social ******** */
/* Esteban García - 27/04/2009 */

.aviso_nueva_url {
 padding: 1px 1px 3px 1px;
 text-align: center;
 color: #628000;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 0.7em;
}

.aviso_nueva_url a {
	border: none;
	height: 1.1em;
	color: #333;
	font-weight: bold;
}
.aviso_nueva_url a:hover {
	border: none;
	height: 1.1em;
	color: #9CB208;
	font-weight: bold;
}

/* **************************************** FIN ******************************************************** */
/* ************ Aviso sobre el cambio de URL - Ministerio de Sanidad, Consumo y Política Social ******** */

/* ********************************* ULTIMOS TEMAS RELEVANTES ******************************************* */
/* ************ Link hacia el listado de Todos los Temas Relevantes ************************************* */
/* Esteban García - 16/04/2010 */

a.ver_mas_TR {
	color: #638200; height:1em; padding-left:1.3em; 
}
a.ver_mas_TR:hover {
	color: #9cb208; height: 1.1em;
}

/* ***************************************** FIN ******************************************************** */
/* ************ Link hacia el listado de Todos los Temas Relevantes ************************************* */


.aviso_home_boletin img {
    border:  none;
}

