body{
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	background:url(../img/fondos/degradado.jpg) repeat-x 0 0 #34485F;
}

a{
	outline:none;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}
.oculta{
	display:none;
}
.clear{
	clear:both;
}


/**************************************************Estructura********************************************************/


.contenedora {
	position: relative;
	margin:0px auto 0px auto;
	width:960px;
	min-height:600px;
	background:#000000;
}

.cabecera{
	position: relative;
	width:960px;
	height:109px;
	overflow: hidden;
	background:url(../img/fondos/cabecera.jpg) no-repeat 0 0;
}

.banda_noticias{
	position: relative;
	width:960px;
	height:16px;
	overflow: hidden;
	color:#fff;
	padding: 4px 0px;
	background-color:#263646;
}

.titular_noticia{
	margin-left:10px !important;
	margin-top:3px !important;
}

.banda_noticias a{
	color: #fff;
}

.banda_noticias a:hover{
	color: #ED5C0B;
}

.medio{
	position: relative;
	width:960px;
	background: url(../img/fondos/fnd_medio.jpg) repeat-y 0 0 #3F5874;
}
.medio_izq{
	position:relative;
	float:left;
	width:650px;
	min-height:600px;
	padding: 10px 10px 10px 10px;
}
.medio_der{
	position:relative;
	float:right;
	width:270px;
	min-height:600px;
	padding:10px;
}
.pie{
	position: relative;
	width:900px;
	height:50px;
	padding:0px 30px 0px 30px;
	background:url(../img/fondos/pie.jpg) no-repeat 0 0;
}


/*************************************************cabecera**************************************************/

.logo a {
	position:absolute;
	width:273px;
	height:106px;
	top:1px;
	left:2px;
}
.menu_cabecera{
	position:absolute;
	width:670px;
	height:17px;
	top:5px;
	right:8px;
	text-align: right;
	color: #8C9BAC;
	font-size: 11px;
}
.menu_cabecera a{
	color: #FFF;
	text-decoration:none;
	font-weight: normal;
}

.menu_cabecera a:hover{
	color: #8C9BAC;
}

.buscador{
	position:absolute;
	width:275px;
	height:20px;
	top:78px;
	right:10px;
}
.buscador a{
	position:absolute;
	width:60px;
	height:20px;
	right:0px;
	background:url(../img/botones/bt_fnd_buscador_a.jpg) no-repeat 0 0;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	top: 0px;
}
.buscador a:hover{
	background:none #000000;
}
.caja_buscador{
	position:absolute;
	width:200px;
	height:15px;
	top:0px;
	left:0px;
	padding: 3px 5px 2px 5px;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	border: none;
}

/*************************************************medio**************************************************/

.medio_columna_izq{
	position:relative;
	float:left;
	width:230px;
	min-height:600px;

}
.medio_columna_der{
	position:relative;
	float:right;
	width:410px;
	min-height:600px;
}

.banner_columna_izq{
	position:relative;
	width:230px;
	margin-bottom: 10px;
	height:130px;
}
.ayto_santiago_del_teide{
	position:absolute;
	width:178px;
	height:112px;
	bottom:10px;
	left:32px;
	z-index:10;
	display:block;
}

/*********noticia_portada*********/

.bloque_noticia_portada{
	position:relative;
	width:410px;
	overflow:hidden;
	margin-bottom:10px;
}
.cabecera_noticia_portada{
	position:relative;
	width:410px;
	height:25px;
	overflow:hidden;
	background:url(../img/bloques/noticias_portada.jpg) 0 0 no-repeat;
}
.desarrollo_noticia_portada{
	position:relative;
	width:390px;
	overflow:hidden;
	background:#FFFFFF;
	padding:10px 10px 10px 10px;
	margin-top:5px;
}
.imagen_noticia_portada{
	position:relative;
	float:left;
	width:138px;
	height:138px;
	border:solid 1px #C0D0DE;
	overflow:hidden;
}
.contenido_noticia_portada{
	position:relative;
	float:right;
	width:240px;
	line-height:13px;
	margin-bottom:20px;
	font-size: 12px;
}
.titular_noticia_portada{
	position:relative;
	margin-bottom:5px;
	font-size:16px;
	color:#405A77;
	font-weight:bold;
	display:block;
	letter-spacing:-1px;
	line-height:16px;
} 
.bt_ampliar a{
	position:absolute;
	background:url(../img/botones/bt_ampliar.gif);
	width:59px;
	height:16px;
	display:block;
	right:10px;
	bottom:10px;
}


/*********noticia_interes*********/

.bloque_noticia_interes{
	position:relative;
	width:410px;
	overflow:hidden;
	margin-bottom:10px;
}
.cabecera_noticia_interes{
	position:relative;
	width:410px;
	height:25px;
	overflow:hidden;
	background:url(../img/bloques/otras_noticias_portada.jpg) 0 0 no-repeat;
}
.desarrollo_noticia_interes{
	position:relative;
	width:390px;
	overflow:hidden;
	background:#FFFFFF;
	padding:10px 10px 10px 10px;
	margin-top:5px;
}
.imagen_noticia_interes{
	position:relative;
	float:left;
	width:98px;
	height:98px;
	border:solid 1px #C0D0DE;
	overflow:hidden;
}
.contenido_noticia_interes{
	position:relative;
	float:right;
	width:278px;
	line-height:12px;
	margin-bottom:20px;
}
.titular_noticia_interes{
	position:relative;
	margin-bottom:5px;
	font-size:14px;
	color:#405A77;
	font-weight:bold;
	display:block;
	letter-spacing:-1px;
	line-height:14px;
} 

/*********bloque_historico*********/

.bloque_historico{
	position:relative;
	width:410px;
	overflow:hidden;
}
.cabecera_historico{
	position:relative;
	width:410px;
	height:25px;
	overflow:hidden;
	background:url(../img/bloques/historico_noticias_portada.jpg) 0 0 no-repeat;
}
.desarrollo_historico{
	position:relative;
	width:388px;
	overflow:hidden;
	background:#FFFFFF;
	padding:10px 10px 26px 10px;
	margin-top:5px;
}
.desarrollo_historico a{
	position:relative ;
	width:375px;
	padding:0px 0px 0px 15px;
	line-height:12px ;
	background:url(../img/fondos/li.gif) 0 1px no-repeat;
	display:block;
	color:#405A77;
	font-size:11px;
	margin:0px 0px 10px 0px;
}
.desarrollo_historico a:hover{
	color:#9FACBB;
}

.bt_ampliar_historico a{
	position:absolute;
	background:url(../img/botones/bt_historico_noticias.gif) 0 0 no-repeat;
	width:141px;
	height:16px;
	display:block;
	right:10px;
	bottom:10px;
}

/*********bloque_multimedia*********/

.bloque_multimedia{
	position:relative;
	width:270px;
	margin-bottom:10px;
}
.cabecera_multimedia{
	position:relative;
	width:270px;
	height:25px;
	background:url(../img/bloques/multimedia_portada.jpg) 0 0 no-repeat;
	margin-bottom:5px;
}
.contenedora_multimedia{
	position:relative;
	width:270px;
	height:190px;
	background:#000000;
}

/*********redes_sociales*********/

.bloque_redes{
	position:relative;
	width:270px;
	height:25px;
	background:url(../img/bloques/redsocial_portada.jpg) 0 0 no-repeat;
	margin-bottom:10px;
}
.bt_facebook a{
	position:absolute;
	display: block;
	width:83px;
	height:25px;
	background:url(../img/botones/bt_facebook.jpg) 0 0 no-repeat;
	top:0px;
	left:103px;
}
.bt_tuenti a{
	position:absolute;
	display: block;
	width:83px;
	height:25px;
	background:url(../img/botones/bt_tuenti.jpg) 0 0 no-repeat;
	top:0px;
	right:0px;
}
.bt_twitter a{
	position:absolute;
	display: block;
	width:83px;
	height:25px;
	background:url(../img/botones/bt_twiter.jpg) 0 0 no-repeat;
	top:0px;
	right:0px;
}

/*********ayuntamiento_informa*********/

.bloque_informa{
	position:relative;
	width:270px;
	overflow:hidden;
	margin-bottom:10px;
}
.cabecera_informa a{
	position:relative;
	width:270px;
	height:25px;
	overflow:hidden;
	background:url(../img/bloques/ayuntamiento_informa.jpg) 0 0 no-repeat;
	display:block;
}
.contenido_informa{
	position:relative;
	float:right;
	width:250px;
	line-height:12px;
	margin-top:3px;
	background:#E4EBF1;
	padding:10px 10px 10px 10px;
}
.contenido_informa a{
	font-weight:normal;
}
div.contenido_informa a{
	font-weight:normal;
}
.contenido_informa a:hover{
	color:#97A5B5;
}
.titular_informa{
	position:relative;
	margin-bottom:5px;
	font-size:12px;
	color:#405A77;
	font-weight:bold;
	display:block;
	line-height:12px;
	width:250px;
} 

/*********bloque_mapa*********/

.bloque_mapa{
	position:relative;
	width:270px;
	margin-bottom:10px;
}
.cabecera_mapa{
	position:relative;
	width:270px;
	height:25px;
	background:url(../img/bloques/mapa_localizacion_portada.jpg) 0 0 no-repeat;
	margin-bottom:5px;
}
.contenedora_mapa{
	position:relative;
	width:270px;
	height:190px;
	background:#000000;
}
.items_mapa{
	position:relative;
	width:270px;
	height:25px;
	color:#8C9BAC;
}
.items_mapa a{
	color:#ffffff;
}
.ampliar_items a{
	position:relative;
	top:2px;
	font-size:14px;
}

/*********bloque_musica*********/

.bloque_musica{
	position:relative;
	width:270px;
	margin-bottom:10px;
}
.cabecera_musica{
	position:relative;
	width:270px;
	height:25px;
	background:url(../img/bloques/musica_portada.jpg) 0 0 no-repeat;
	margin-bottom:5px;
}
.contenedora_musica{
	position:relative;
	width:230px;
	background:url(../img/fondos/fnd_musica.jpg) 0 0 repeat-x;
	text-align:center;
	padding-left: 40px;
}

/*************************************************pie**************************************************/
.copyright{
	position:absolute;
	width:450px;
	height:18px;
	left:7px;
	top:25px;
	color:#202D3C;
	font-size:11px;
}

.copyright_text{
	color:#FF9900;
	font-weight:bold;
}
.copyright a{
	color:#FF9900;
	font-weight:normal;
}
.copyright a:hover{
	color:#E4EBF1;
}
.bt_subir a{
	position:absolute;
	width:20px;
	height:19px;
	right:7px;
	top:25px;
	display:block;
	background:url(../img/botones/bt_subir_a.gif) 0 0 no-repeat;
}
.bt_subir a:hover{
	background:url(../img/botones/bt_subir_b.gif) 0 0 no-repeat;
}
.desarrollado{
	position:absolute;
	right:40px;
	height:20px;
	padding:0px 60px 0px 0px;
	top: 25px;
	color:#74869B;
	font-size:10px !important;
}
.desarrollado a{
	position:absolute;
	right:0px;
	width:56px;
	height:11px;
	top: 3px;
	background:url(../img/fondos/tauronet_a.jpg) 0 0 no-repeat;
	display:block;
}
.desarrollado a:hover{
	background:url(../img/fondos/tauronet_b.jpg) 0 0 no-repeat;
}


/******************************************** google translate ************************************************/
#google_translate_element{
	left:512px;
	position:absolute;
	top:80px;
}
.goog-te-combo{
	position:absolute !important;
	right:160px !important;
	top:-8px !important;
	color:#000;
}
a.goog-logo-link {
	font-size:0px !important;
}
.goog-te-gadget {
	color:#FCC37E !important;
}
.goog-te-gadget img {
	position:relative!important;
	top:-2px !important;
}
/******************************************** google translate ************************************************/
#eventos_2{
	position:relative;
	width:270px;
	height:150px;
	overflow:hidden;
}
