/* ----------------------------------- ELEMENTOS DEL INDEX --------------------------------*/
BODY {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #000000;
	margin:7% 10% 5% 10%;
	text-align:center;
}
.boletin {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #000000;
	margin-top:0px;
	background-color:#FFFFFF;
	text-align:center;
	background-image:url(../img/general/punto.gif);
}
img{
	border:0px;
	}

hr{
	color:#7496B6;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}
.img_izq{
	float:left;
	border:0px;
	}
.img_der{
	float:right;
	border:0px;
	}

/*----------------------------------------ELEMENTOS DE LA HOME----------------------------*/

/*El ancho total lo tiene EL CONTENEDOR*/
#invisible{
	position:absolute;
	top:-100px;
	left: -150px;
}
#invisible1{
	position:absolute;
	top:-100px;
	left: -150px;
}
#invisible2{
	position:absolute;
	top:-100px;
	left: -150px;
}


/*El contenido es el cuadrado*/
#contenido{
	position:relative;
	float:left;
	text-align:left;
	width:780px;
	height:430px;
	border:1px solid #000000;
}
#logo{
	position:relative;
	width:780px;
	text-align:left;
}
#contenido_interiores_home{
	position:relative;
	float:left;
	padding:35px;
}

/*Definimos el menú superior*/
#menu{
	position:relative;
	float:left;
	width:100%;
	height:82px;
	vertical-align:top;
	background-image:url(../img/general/home/fondo_menu.jpg);
	border-bottom:1px solid #000000;
}
#menu_sup{
	position:relative;
	float:right;
	color:#000000;
	font-size:70%;
	margin-top:45px;
	margin-left:50px;
}
#menu_sup ul {
	position:relative;
	display:inline;
}
#menu_sup ul li {
	display:inline;
	position:relative;
	list-style-type: none;
	}
#menu_sup ul li a{
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	color:#000000;
	padding:2px 5px 2px 5px;
	}
#menu_sup ul li a:hover{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	background-color:#000000;
	padding:2px 5px 2px 5px;
	}

#interiores_home{
	position:relative;
	float:left;
	background-image:url(../img/general/home/foto_home09.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:347px;
}
#contenido_interiores_home{
	position:relative;
	float:left;
	width:50%;
	padding:35px;
}

.titu_noticias_home{
	position:relative;
	float:left;
	width:100%;
}
.noticias_home{
	position:relative;
	float:left;
	width:100%;
	font-size:70%;
	color:#434242;
	margin-top:10px;
}
.noticias{
	position:relative;
	float:left;
	color:#434242;
	text-decoration:none;
}
.noticias:hover{
	position:relative;
	float:left;
	color:#434242;
	text-decoration:underline;
}
.noticias_titu{
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:160%;
}
#titu_boletin_home{
	position:relative;
	float:left;
	width:55%;
	margin-top:40px;
	padding-top:10px;
	border-top:1px  solid #D2D1D2;
}
.enlace_suscripcion{
	position:relative;
	float:left;
	background-image:url(../img/general/punto.gif);
	width:76px;
	margin-top:10px;
	padding-right:300px;
}

#accesibilidad{
	position:relative;
	float:right;
	color:#000000;
	font-size:70%;
	margin-top:5px;
	margin-right:10px;
	vertical-align:bottom;
}
#accesibilidad ul {
	position:relative;
}
#accesibilidad ul li {
	display:inline;
	position:relative;
	list-style-type: none;
	}
#accesibilidad ul li a{
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	color:#9C9B9C;	
	padding:2px 5px 2px 5px;
	}
#accesibilidad ul li a:hover{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	background-color:#000000;
	padding:2px 5px 2px 5px;
	}

/*-------------------------------------- ESTILOS PARA INFORMACIÓN LEGAL----------------------------------*/
#contenido_info_home{
	position:relative;
	float:left;
	text-align:left;
	width:780px;
	border:1px solid #000000;
	background-image:url(../img/general/info/fondo_info.jpg);
	background-repeat:no-repeat;
	background-position: 0 80px;
}
#interiores_info_home{
	position:relative;
	float:left;
	width:50%;
	font-size:70%;
	margin-left:20px;
	line-height:140%;
}

/*-------------------------------------- ESTILOS PARA ACCESIBILIDAD--------------------------------------*/
#contenido_acce_home{
	position:relative;
	float:left;
	text-align:left;
	width:780px;
	border:1px solid #000000;
	background-image:url(../img/general/fondo_accesibilidad.jpg);
	background-repeat:no-repeat;
	background-position: 0 80px;
}
#interiores_acce_home{	
	position: relative;
	float:left;
	width:90%;
	margin-top:20px;
	margin-left:20px;
	padding-bottom:20px;
	font-size:70%;
	color:#000000;
	line-height:140%;
}
.enlace_marron{
		text-align:left;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		text-decoration:underline;
	}
.enlace_marron:hover{
		text-align:left;
		color:#838383;
		text-decoration:underline;
	}
#logos_accesibilidad{	
	position: relative;
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
    /*Estilo para subtitulares*/
h2{
	font-size:150%;
	color: #838383;
	font-weight:normal;
}
h3{
	color: #838383;
	font-size:110%;
	font-weight: bold;
	margin:25px 0px 8px 0px;
	letter-spacing:1px;
	text-decoration:underline;
	width:100%;
}
h4{
	color: #404E1C;
	font-size:100%;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	letter-spacing:0px;
	text-indent:25px;	
}

.p2{
	margin-left:50px;
	margin-top:2px;
}

/*----------------------------------------- ESTILOS PARA MAPA WEB----------------------------------------*/
#menu_mapaweb {
	position:relative;
	font-size:70%;
	font-weight:bold;
	color: #838383;
	padding:10px 0px 10px 10px;
	float:left;
}
#menu_mapaweb ul {
	position:relative;
	display:inline;
	float:left;
	width:55%;
	margin-bottom:15px;
	color: #838383;
}
#menu_mapaweb ul li {
	position:relative;
	color:#838383;
	margin-top:10px;
	list-style-type: none;
	font-weight:bold;	
}
#menu_mapaweb ul li a{
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	color:#838383;	
}
#menu_mapaweb ul li a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#menu_mapaweb ul li a:active{
	color:#000000;
	font-weight:bold;
	}
#menu_mapaweb ul ul li {	
	font-weight:normal;
	position:relative;
	color:#000000;
	margin-top:10px;
	list-style-type:square;
}
#menu_mapaweb ul ul li a{
	font-weight:normal;
	text-decoration:underline;
	color:#000000;	
}
#menu_mapaweb ul ul li a:hover{
	color:#838383;
	font-weight:bold;
}
#menu_mapaweb ul ul li a:active{
	color:#838383;
	font-weight:bold;
	}
#menu_mapaweb2 {
	position:relative;
	font-size:70%;
	font-weight:bold;
	color: #838383;
	padding:10px 0px 10px 10px;
	float:left;
}
#menu_mapaweb2 ul {
	position:relative;
	display:inline;
	float:left;
	width:50%;
	margin-bottom:15px;
	color: #838383;
}
#menu_mapaweb2 ul li {
	position:relative;
	color:#838383;
	margin-top:10px;
	list-style-type: none;
	font-weight:bold;	
}
#menu_mapaweb2 ul li a{
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	color:#838383;	
}
#menu_mapaweb2 ul li a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

