/* - - - - - - - - - - - - - - - - - - - - -

Titulo : STUDIO A
Autor : Diego Santino Benitez 

Descripcion : studioa.css

Creado : 26 de noviembre, 2008

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin:0px;
	padding: 0px;
	background-image:url(../gfx/background_top_x.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #e20a16;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #636363;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	font-size: 12px;
	color: #636363;
	text-align: justify;
}

h1 {
	font-size: 12px;
	color: #e20a16;
}

h2 {
	font-size: 12px;
	color: black;
}

h3 {
	font-size: 12px;
	color: #ef686f;
}

li {
	list-style: square;
	color: #636363;
	list-style-position: inside;
}


/****** CONTENEDORES ******/

#contenedor {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 13px 20px 13px;
}

#cabecera {
	float: left;
	width: 953px;
	height: 151px;
	background-image: url(../gfx/logo-banner.jpg);
	background-repeat: no-repeat;
}

#cont_internas {
	width: 940px;
	padding-left: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#cont_internasgaleria {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-left: 15px;
}





/****** BOTONERA ******/

#area_botonera {
	clear: both;
	width: 953px;
	height: 32px;
	background-color: #e6e6e6;
	padding: 0px 0px 1px 0px;
}

.botones a {
	float: right;
	width: 89px;
	height: 24px;
	text-align: center;
	color: #e20a16;
	font-size: 11px;
	padding: 8px 0px 0px 0px;
}

.botones a:hover {
	background-image: url(../gfx/bg_activado.jpg);
	background-repeat: repeat-x;
	color: white;
}

.botones_act a {
	float: right;
	width: 89px;
	height: 24px;
	text-align: center;
	font-size: 11px;
	padding: 8px 0px 0px 0px;
	background-image: url(../gfx/bg_activado.jpg);
	background-repeat: repeat-x;
	color: white;
}

.boton_vermas {
	float: right;
	width: 85px;
	height: 20px;
	margin-top: 8px;
}

.boton_text a {
	float: left;
	width: 90px;
	height: 38px;
	text-align: center;
	color: #e20a16;
	font-size: 12px;
	padding: 3px 0px 0px 0px;
}

.boton_text a:hover {
	background-image:url(../gfx/bgboton_hab.gif);
	background-repeat: repeat-x;
	color: white;
}

.boton_textact a {
	float: left;
	width: 113px;
	height: 38px;
	text-align: center;
	color: white;
	font-size: 12px;
	background-image: url(../gfx/bgboton_hab.jpg);
	background-repeat: repeat-x;
	padding: 3px 0px 0px 0px;
}

#areabot_tarifa {
	clear: both;
	width: 229px;
	/*height: 105px;*/
	margin-bottom: 10px; 
}

#areabot_promo {
	clear: both;
	width: 308px;
}

.areabot_lacarta {
	width: 125px;
}

#boton_titulo {
	float: right;
	width: 60px;
	height: 16px;
}

/*boton_titulo a:link {
	text-align: right;
}

boton_titulo a:hover {
	text-align: right;
}


#boton_titulo a {
	color: #e20a16;
	text-align: right;
}

#boton_titulo a:hover {
	color: gray;
	text-align: right;
}*/


/****** INTRO ******/

#contenedor_intro {
	width: 980px;
	height: 410px;
	margin-left: auto;
	margin-right: auto;
	padding: 140px 0 0 0;
}



/****** CONTENIDOS ******/

#banner_inicio {
	clear: both;
	width: 953px;
	background-color: #e20a16;
	margin-top: 1px;
}

#banner_inicio img {
	padding: 3px;
}

.area_inicio {
	float: left;
	width: 297px;
	height: 177px;
	background-color: white;
	margin-top: 17px;
	padding: 0px 0px 0px 20px;
}

.galeriabox {
	float: left;
	width: 935px;
	background-color: white;
	margin-top: 17px;
	padding: 0px 0px 0px 20px;
	padding-bottom: 10px;
}

#area_iniciotext {
	float: left;
	width: 295px;
	height: 140px;
	margin-top: 17px;
}

#inicio_text {
	float: left;
	width: 150px;
	height: 100px;
}

#inicio_text p {
 	text-align: left;
}

#inicio_textfix {
	float: left;
	width: 150px;
}

#inicio_textfix p {
 	text-align: left;
}

.fotos_inicio {
	float: left;
	width: 124px;
	height: 124px;
	background-color: #e20a16;
	margin-right: 10px;
	padding: 3px;
}

.fotos_galeria {
	float: left;
	width: 160px;
	height: 124px;
	background-color: #e20a16;
	margin-right: 20px;
	padding: 3px;
	margin-bottom: 20px;
}

.fotos_galeria a{
	 background-color: #e20a16;
	 }

#area_fotgrande {
	float: left;
	width: 580px;
	height: 304px;
	background-color: #e20a16;
	margin-left: 12px;
	padding: 2px;
}

#area_texto {
	float: left;
	width: 310px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-top: 10px;
}

#area_textscroll {
	float: left;
	width: 290px;
	height: 265px;
	margin-top: 15px;
	padding-right: 20px;
}

#area_botontitulo {
	float: left;
	width: 300px;
	height: 20px;
}

#area_botontitulo img {
	float: left;
}

#area_botonscroll {
	float: left;
	width: 310px;
	height: 41px;
	/*padding: 15px 0px 0px 0px;*/
	margin-top: 15px;
}

#area_texthabs {
	float: left;
	width: 310px;
	margin-top: 15px;
}

.area_tarifa {
	float: left;
	width: 229px;
	height: 318px;
	background-color: #ebebeb;
}

#area_taritext {
	clear: both;
	width: 219px;
	height: 170px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#area_taritext h1{
/*	clear: both;
	width: 229px;
	height: 156px;*/
	margin-bottom: 10px;
}

#foto_tarifa {
	float: left;
	width: 223px;
	height: 105px;
	background-color: #e20a16;
	padding: 3px;
}

.area_promo {
	float: left;
	width: 308px;
	height: 308px;
	background-color: #ebebeb;
}

.area_promo a:hover {
	float:left;
	width: 308px;
	height: 308px;
 	background-color:red;
}

.prueba_box {
	float:left;
	background-color:#CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	margin-right: 2px;
}

.prueba_box a:hover {
float:left;
background-color:#666666;
color:#FFFFFF;
 }
 
 
.prueba_boxfix {
	float:left;
	background-color:#CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 2px;
	padding-bottom: 2px;
	margin-left: 14px;
}






#area_promofoto {
	margin: 3px;
	padding: 0;
}

.area_lacarta {
	float: left;
	background-color: #E6E6E6;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#area_lacartafoto {
	float: left;
	background-color: #e20a16;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#area_titulo {
	float: left;
	width: 953px;
	height: 16px;
}




/****** FOOTER******/

#footer_fondo {
	background-color: #a8a8a8;
	height: 32px;
}

#footer_fondointro {
	background-image: url(../gfx/bgintro-footer.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

#footer {
	width: 930px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}

#footer_izq {
	float: left;
	width: 760px;
	padding: 8px 0px 0px 0px;
}

#footer_der {
	float: right;
	padding: 3px 0px 5px 0px;
	text-align: right;
}

.texto_footer {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: white;
}
	
.clear {
	clear:both;
	visibility: hidden;
}

/****** BOTONERA ******/

#area_botonera {
	width: 930px;
	/*height: 50px;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
}

	ul#menu {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		height: 25px;
	}
	
		ul#menu li, ul#menu li a {
			float: left;
			/*width:100px;*/
			display: block;
			text-align: center;
			font-size: 12px;
			height: 25px;
			
		}
	
		ul#menu li a {
			width: 100px;
			padding-top: 8px;
			margin: 0 0 0 0;
			color: red;
			height: 25px;
		}
	
		ul#menu li a:hover {
	width: 100px;
	color: #FFFFFF;
	background-image:url(../gfx/bg_activado.gif);
	background-repeat:repeat-x;
	height: 25px;
	padding-top: 8px;
		}
	

/****** ACTIVADOS ******/	
	
body#inicio ul li a#inicio,		
body#studioa ul li a#studioa,	
body#habitaciones ul li a#habitaciones,
body#tarifas ul li a#tarifas,
body#lacarta ul li a#lacarta,
body#promociones ul li a#promociones,
body#fotos ul li a#fotos,
body#ubicacion ul li a#ubicacion,
body#contactenos ul li a#contactenos {
	width: 100px;
	padding: 8px 0 0 0;
	background-image:url(../gfx/bg_activado.gif);
	background-repeat:repeat-x;
	height: 25px;
	color:#FFFFFF;
}


/* ver mas */

ul#cuatro {  
	list-style:none;
	margin:0;
	padding:0;
	}
ul#cuatro li {
	list-style:none;
	padding:0;
	float:left;
	}
ul#cuatro li a {
	list-style:none;
	display:block;
	width:85px;
	height:22px;
	text-decoration:none;
	}
ul#cuatro li a:hover {
	background-position:bottom;
	}
ul#cuatro li a span {
	display:none;
	}
	
#vermas {
	background-image:url(../gfx/botones/ver_masinout.jpg);
	}
	
#player {
	float:right;
	width:124px;
	height:50px;
	}

.fixtarifasx{
	float:left;
	width:210px;
	height:20px;
	padding-top: 5px;
}
.logo{
	float:left;
	width:312px;
	height:151px;
}
