/* CSS Document */

html {
	height: 100%;
}

body {
	background-color:#000;	
	color: #b4b4b4;
	
	padding: 0;
	margin: 0px;
	height: 100%;	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


.noclass{
	display:none;
	height:1px;
	overflow:hidden;
}

.revelado{
	/*display:inline;*/
	height:auto;
	overflow:visible;
}

.azulHotel{
	color:#4b8b90;
}
.bg_azulHotel{
	background-color:#4b8b90;
}

.cerrar{
	clear:both;
}

/*
form{
	padding:0;
	margin:0;	
}

input,select,textarea{
	border:#575757 solid 1px;
	background:#292a2a;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding:0;
	margin:0;
	
}
*/

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


.separador{
	height:3px;
	padding:0;
	margin:0;
	overflow:hidden;
	
}

img{
	border:0;
}

/************************************
HEADER
*************************************/



div#Header {
	width:1000px;
	text-align: left;
	height:83px;
	margin: 0px auto;
}

div#IdiomasHeader {
	position:relative;
	text-align:right;

}


ul#idioma_elegido{
	position:absolute;
	right:0;
	top:-10px;
	z-index:15;
	width:85px;
	overflow:hidden;
	padding-top:15px;
	height:13px;
}

ul#idioma_elegido li{
	width:60px;
	height:25px;
	
}

.idioma_elegido_first{
	background:url(../images/header/flecha-idioma.jpg) no-repeat right 5px;
	padding:0 6px 0 0;
	#padding:0 5px 0 0;
	_padding:0 5px 0 0;
}


ul#otros_idiomas{
	position:absolute;
	right:0;
	z-index:11;

}


div#LogoSilken{
	width:184px;
	height:83px;
	background:url(../images/header/LogoSilken.gif);
	float:left;
	cursor:pointer;
}



div#BuscadorHeader{
	width:510px;
	height:32px;
	float:right;
	overflow:hidden;
	text-align:right;
	padding:20px 10px 0 0px;

}

/*
div#BuscadorHeader .textoBuscarHeader{
	height:16px;
	width:133px;
	margin:0;
	padding:0;
}

div#BuscadorHeader .botonBuscarHeader{
	height:18px;
	margin:0;
	padding:0;
}


*/



/*IdiomasHeader*/


div#IdiomasHeader{
	width:510px;
	height:25px;
	float:right;
	overflow:hidden;
	text-align:right;
	padding:6px 40px 0 0px;

}

div#IdiomasHeader ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	
}

div#IdiomasHeader li{
	display:inline;
	height: 20px;
	padding-left: 10px;
}

div#IdiomasHeader ul li a{ 
	color: #b4b4b4;
}

/************************************
BuscadorFlash
*************************************/

div#BuscadorFlash{
	margin: 0px auto;
	text-align: left;
	width:1000px;
	
	height:377px;
	position:relative;
}

div#RSSLogo{
	position:absolute;
	top:343px;
	left:950px;
	z-index:30;
	
	width:41px;
	height:34px;
	overflow:hidden;
	cursor:pointer;

}

div#Weather{
	position:absolute;
	top:343px;
	left:740px;
	z-index:40;
	
	width:170px;
	height:24px;
	overflow:hidden;
	
	color:#666666;
	
	padding: 10px 0 0 30px;

}




/************************************
CONTENIDO
*************************************/

div#WrapperContenido1,div#WrapperContenido2,div#WrapperContenido3{
	/*text-align:center;*/
}

div#WrapperContenido_c{
	

}

div#Contenido {
	margin: 0px auto;
	text-align: left;
	width:990px;
	height:auto;
	/*padding-bottom:30px;*/
	background:url(../images/comun/fondoColumna.gif) right top repeat-y;
	
}


/************************************
FOOTER
*************************************/

div#WrapperFooter1{
	border-top:#2c2c2c solid 1px;
	margin:0 0 15px 0;
	padding:15px 0 15px 0;
}

div#WrapperFooter2{
	margin: 10px 0 0 0;
}


div#Footer,div#Footer2 {
	width:1000px;
	margin: 0px auto;
	text-align: left;
}

/************************************
COLORES
*************************************/

.verdeGeneric{
	color:#a8c318;
}
.bg_verdeGeneric{
	background-color:#a8c318;
}


.RSS_0{
background:url(../images/header/rss_0.gif) no-repeat;
}


