@charset "utf-8";

* { 
	margin: 0; padding: 0; 
}

h4 { 
	margin: 15px 0 5px 0; 
}

h4, p { 
	font-family: "Trebuchet MS", "Helvetica";
	font-size:13px;
	color:#29333F;
	line-height:20px;
}

a {
	color:#075935;
}
a:active {
  outline:none;
}

a:focus{
	outline:none;
	font-weight:bold;
}

a:hover {
	color:#29333F;
}

input[type="text"] {
	border:#9AA8A8 1px solid;
	margin: 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFFFFF;
}

input[type="text"]:focus {
	border:#9AA8A8 1px solid;
	margin: 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#CDD6D3;
}

input[type="submit"] {
	background-color:#9AA8A8;
	width:105px;
	border:#9AA8A8 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

input[type="submit"]:hover {
	background-color:#657076;
	width:105px;
	border:#9AA8A8 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

textarea {
	border:#9AA8A8 1px solid;
	margin: 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFFFFF;
}

textarea:focus {
	border:#9AA8A8 1px solid;
	margin: 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#CDD6D3;
}

ul li { 
	display: inline;
}

.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
}

body {
	font: 62.5%/1.2 "Trebuchet MS", "Helvetica";
	padding: 0 20px;
	background-color:#AAB9B6;
	background-image:url(../imagenes/fondo_web_4.jpg);
	background-repeat:repeat-x;
}

#ContenedorCentral {
	position:absolute;
	width:960px;
	height:672px;
	top: 22px;
	left: 50%;
	margin-left: -480px;
	background-color:#FFF;
	border: 2px solid #29333F;
	z-index:1;
}

#Cabecera_General {
	position:absolute;
	width:966px;
	height:20px;
	top: 1px;
	left: 50%;
	margin-left: -483px;
	text-align:right;
	z-index:1;
}

#Cabecera_General2 {
	position:absolute;
	width:966px;
	height:20px;
	top: 65px;
	left: 50%;
	margin-left: -483px;
	text-align:right;
	z-index:99999;
}

#Home_Image {
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	margin-top:1px;
	margin-left:4px;
}
#Home_Text {
	position:absolute;
	display:inline;
	top:0px;
	left:20px;
	text-align:left;
	margin-top:6px;
	margin-left:4px;
}

.imageNormal {
	border:#000 1px solid;
}

.imageNormalSinBorde {
	padding:1px;
}

.imageHover {
	border:#FFF 1px solid;
}

#Pie {
	position:absolute;
	width:960px;
	height:14px;
	top:700px;
	left:50%;
	margin-left: -480px;
	text-align:center;
	z-index:1;
}

#Cabecera {
	position:absolute;
	width:929px;
	height:91px;
	top:15px;
	left:15px;
	z-index:2;
}

#Meteo {
	position:absolute;
	width:480px;
	height:43px;
	margin-left:-240px;
	top:27px;
	left:56%;
	z-index:3;
}

#PanelSuperior {
	position:relative;
	display:inline-block;
	float:left;
	width:535px;
	height:91px;
	top:0px;
	left:0px;
	background-image:url(../imagenes/fondo_azul.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#Deco0 {
	position:relative;
	display:inline-block;
	float:left;
	width:15px;
	height:91px;
	top:0px;
	left:0px;
	background-color:#29333F;
	z-index:2;
}

#Deco1 {
	position:relative;
	display:inline-block;
	float:left;
	width:333px;
	height:91px;
	top:0px;
	left:0px;
	background-color:#CDDED7;
	z-index:2;
}

#Deco2 {
	position:relative;
	display:inline-block;
	float:left;
	width:15px;
	height:91px;
	top:0px;
	left:0px;
	background-color:#3CA83B;	
	z-index:2;
}

#Deco3 {
	position:relative;
	display:inline-block;
	float:left;
	width:15px;
	height:91px;
	top:0px;
	left:0px;
	background-color:#075935;
	z-index:2;
}

#Deco4 {
	position:relative;
	display:inline-block;
	float:left;
	width:15px;
	height:91px;
	top:0px;
	left:0px;
	background-color:#29333F;
	z-index:2;
}

.textoTitular {
	font-family: "Trebuchet MS", "Helvetica";
	font-weight:lighter;
	font-size:18px;
	color:#29333F;
}

.textoNormal {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:13px;
	color:#29333F;
}

.textoMini {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:11px;
	color:#52647C;
	text-decoration:none;
}

.textoMini2 {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:9px;
	color:#52647C;
	text-decoration:none;
}

a.textoMini2:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:9px;
	color:#404E60;
	text-decoration:none;
}

.textoClaro {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:11px;
	color:#CDDED7;
	text-decoration:none;
}

a.textoClaro:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:11px;
	color:#FFF;
	text-decoration:underline;
}

a.textoMini:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size:11px;
	color:#29333F;
	text-decoration:underline;
}

#Deco5 {
	position:relative;
	display:inline-block;
	float:left;
	width:15px;
	height:271px;
	top:0px;
	left:0px;
	background-color:#075935;
	z-index:999;
}

#Deco6 {
	position:relative;
	display:inline-block;
	float:left;
	width:1px;
	height:271px;
	top:0px;
	left:0px;
	background-color:#CDDED7;
	z-index:2;
}

#Noticias {
	position:relative;
	display:inline-block;
	float:left;
	width:332px;
	height:271px;
	top:0px;
	left:0px;
	background-color:#FFF;
	z-index:2;
}

#ContenedorNoticia {
	position:absolute;
	left:20px;
	top:15px;
	z-index:50;
}

#Mapa_Tenerife {
	margin-left:50px;
	margin-top:40px;
	z-index:2;
}

#Logotipos1 {
	position:absolute;
	width:581px;
	height:41px;
	left:0px;
	text-align:right;
	top:0px;
	z-index:3;
}

#Logotipos2 {
	position:absolute;
	width:929px;
	height:41px;
	left:15px;
	text-align:center;
	top:616px;
	z-index:9999;
}

#Video {
	position:absolute;
	width:361px;
	height:64px;
	top:5px;
	left:0px;
	text-align:right;
	z-index:999;
}

#Plano {
	position:absolute;
	width:581px;
	height:64px;
	top:0px;
	left:0px;
	text-align:right;
	z-index:9999;
}

.Colaboradores {
	position:absolute;
	text-align:left;
	width:280px;
	left:60px;
}

#Redes_Sociales {
	position:absolute;
	width:500px;
	top:0px;
	left:391px;
}

#Principal {
	position:relative;
	display:inline-block;
	float:left;
	width:581px;
	height:271px;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	z-index:2;
}

#Titular {
	position:absolute;
	width:291px;
	height:58px;
	margin-left:24px;
	margin-top:5px;
	top:10px;
	left:0px;
	z-index:9999;
}

#Texto {
	position:absolute;
	width:537px;
	height:213px;
	margin-left:24px;
	margin-top:5px;
	top:66px;
	left:0px;
	z-index:3;
}

#Plano {
	position:absolute;
	width:537px;
	height:213px;
	margin-left:24px;
	margin-top:5px;
	top:10px;
	left:50px;
	z-index:3;
}

#Plano_Link {
	position:absolute;
	background:#FFF;
	border:#075935 2px solid;
	width:100px;
	height:25px;
	text-align:center;
	padding-top:10px;
	margin-left:24px;
	margin-top:5px;
	top:110px;
	left:215px;
	z-index:5;
}

#Contenido {
	position:absolute;
	width:929px;
	height:271px;
	top:386px;
	left:15px;
	z-index:2;
}

#Logo {
	position:absolute;
	display:inline-block;
	width:87px;
	height:70px;
	left:20px;
	top:11px;
	background-image:url(../imagenes/logo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:3;
}

#TextoCabecera {
	position:absolute;
	display:inline-block;
	width:168px;
	height:33px;
	left:144px;
	top:34px;
	background-image:url(../imagenes/texto_cabecera.jpg);
	background-repeat:no-repeat;
	z-index:3;	
}

#Slider {
	position:absolute;
	background-repeat:no-repeat;
	width:929px;
	height:249px;
	top:122px;
	left:15px;
	z-index:2;
}

#Slider img {
	position:absolute;
	top:0px;
	left:0px;
}

#Slider_White {
	position:absolute;
	background-color:#FFFFFF;
	width:1px;
	height:249px;
	top:122px;
	left:944px;
	z-index:9999;
}

#Menu {
	position:absolute;	
	display:block;
	width:166px;
	height:252px;
	top:122px;
	left:31px;
	background-image:url(../imagenes/blanco_80.png);
	background-repeat:no-repeat;
	z-index:9999;
}

