/* CSS Document */
/*General
--------------------------------------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

img {
	behavior:url(../html/css/pngbehavior.htc);
}

body {
	background-image:url(../img/fondo.png);
	background-color: #ffffff;
	margin-top: 0px;
	vertical-align: top;
}

.contenedor {
	margin:auto;
	text-align:center;
	width:858px;
	background-color: #FFFFFF;
	background-image:url(../img/fondo_menu.jpg);
	background-repeat:repeat-x;
}

#top {
	height:83px;

}

#idiomas{
	text-align:right;
	padding-top:5px;
	height:36px;
}

/*----------- Menú ---------------*/

#menu {
	background-image: url(../img/telefono-en.png) !important;
	background-image: none;
	filter: none !important;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’html/img/telefono-en.png’,sizingMethod='scale');
 	background-position:right;
	background-repeat:no-repeat;
	height:42px;
}

#nav {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}	
#nav li {
	float:left;
	background-image:url(../img/menu.gif);
	padding-top:15px;
	height:27px;
	width:112px;
}
.enlace_menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

/*----------- Fin de Menú ---------------*/

#cabecera {
	height:326px;
	margin-top:5px;
}

#imagenes {
	height:158px;
	background-image:url(../img/fondo_img.jpg);
	background-repeat:repeat-x;
}
#galeria {
	float:left;
	/*background-image:url(../img/fotos_chicas.png);
	background-repeat:no-repeat;*/
	width:450px;
	height:158px;
}
#chicas {
	float:right;
	padding-top:10px;
	padding-left:5px;
	text-align:left;
	width:395px;
	height:148px;
	background-image:url(../img/chica_img.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#descripcion {
	height:240px;
	background-color:#EBE9DD;
}
#txtubicacion{	height:315px; background-color:#EBE9DD;}

#bienvenidos {
	width:305px;
	padding:20px;
	float:left;
	text-align:justify;
}

#copa_gratis {
	width:280px;
	height:240px;
	float:left;
	/*background-image:url(../img/copagratis.png);
	background-repeat:no-repeat;*/
}

#elclub{
	width:175px;
	padding:15px;
	float:left;
	text-align:justify;
}


#footer {
	height:17px;
	background-color:#64164c;
	padding:20px;
}

#text-izqu {
	float:left;
}

#text-dcho {
	float:right;
}

#ubicacion {
	text-align:left;
	padding:20px;
	height:360px;
	background-color:#EBE9DD;
	background-image:url(../img/burbujas.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#list-chicas {
	text-align:left;
	padding:20px;
	/*height:360px;*/
	background-color:#EBE9DD;
	background-image:url(../img/burbujas.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#fondo-list-chica {
	background-image:url(../img/chicas/fondo-chica.jpg);
	background-repeat:no-repeat;
}

#fondo-ficha {
	height:354px;
	width:636px;
	background-image:url(../img/ficha/fondo-ficha.jpg);
	background-repeat:no-repeat;
	padding:15px;
}

#ubicacion_hojas {
	text-align:left;
	padding:15px 80px 10px 175px;
	height:360px;
	background-color:#EBE9DD;
	background-image:url(../img/hojas.png);
	background-position:left;
	background-repeat:no-repeat;
}
#ubicacion_hojas.contacto{height:370px;}

#ubicacion_hojas_ficha {
	text-align:left;
	padding:0px 0px 0px 175px;
	background-color:#EBE9DD;
	background-image:url(../img/hojas.png);
	background-position:left;
	background-repeat:no-repeat;
}
/*Imagenes
--------------------------------------------------------------------------------------- */
.Galeria_club {
	border:#FFFFFF 5px solid;
}
#Galeria_bordenegro {
	border:#000000 1px solid;
	height:85px;
	width:85px;
}

/*Fuentes
--------------------------------------------------------------------------------------- */

.txt_foot {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

.idiomas {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#fff;
}

.txt_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#615D51;
}

.gris_18_N {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	color:#615D51;
	font-weight:bold;
}

.blanco_12 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

.blanco_18_N {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#form{width:325px; float:left;}
#form1 #label{width:90px; float:left; margin-bottom:15px;}
#form1 input, #form1 textarea{width:225px; margin-bottom:15px; border:1px solid #64164C;}
#form1 input.button{width:100px; background:#64164C; margin-left:90px; color:#FFF; font-weight:bold; cursor:pointer;}