html
{
	
}

body
{
	background-image: url(/css/img/bg_body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

img
{
	border: 0;
}

.clear, .br_clear
{
	clear: both;
}

.clear0, .br_clear0
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#wrapper
{
	text-align: left;
	padding: 0;
	width: 100%;
}

#header
{
	margin: 0 auto;
	background-image: url(/css/img/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 955px;
	height: 98px;
}

ul#top_menu
{
	background-image: url(/css/img/bg_top_menu.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	height: 22px;
	float: left;
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid black;
}

ul#top_menu li
{
	list-style: none;
	float: left;
	height: 22px;
	padding: 0 12px;
	border-left: 1px solid black;
}

ul#top_menu li a
{
	float: left;
	margin-top: 2px; 
	color: #FFFFFF;
	text-decoration: none;
}

ul#top_menu li.actual
{
	background-image: url(/css/img/bg_menu_actual.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

ul#top_menu li.actual a
{
	color: #000000;
}

#flash_ciudad
{
	margin-top: 3px;
	float: right;
	margin-right: -16px;
}

#content
{
	margin: 0 auto;
	width: 955px;
	min-height: 552px;
}

#footer
{
	height: 79px;
	width: 100%;
	background-image: url(/css/img/bg_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer_inner
{
	margin: 0 auto;
	width: 955px;
}

#footer_inner div#rss
{
	float: left;
	margin: 8px 0 0 0;
	color: #9c9797;
}

#footer_inner a
{
	color: #9c9797;
	text-decoration: none;
}

#footer_inner div#rss a
{
	float: left;
}

#footer_inner div#rss img
{
	float: left;
}

#footer_inner div#rss span
{
	float: left;
	margin-left: 5px;
}

#footer_inner ul#actions
{
	float: right;
	margin: 10px 0 0 0;
	color: #9c9797;
	padding: 0;
}

#footer_inner ul#actions li
{
	padding: 0 6px;
	list-style: none;
	float: left;
	line-height: 11px;
	border-right: 2px solid #9c9797;	
}

#footer_inner ul#otras_webs
{
	float: left;
	margin: 17px 0 0 0;
	color: #9c9797;
	padding: 0;
}

#footer_inner ul#otras_webs li
{
	padding: 0 6px;
	list-style: none;
	float: left;
	line-height: 11px;
	border-right: 2px solid #9c9797;	
}

#footer_inner ul#otras_webs a span
{
	color: #FFFFFF;
}

/****************************/
/*********** HOME ***********/
/****************************/

#homeNews
{
	height: 449px;
	width: 955px;
}

#baseNews
{
	
	width: 955px;
	float: left;
	background-image: url(/css/img/bg_ticker.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 103px;
}

#baseNews div#base1
{
	float: left;
	background-image: url(/css/img/bg_baseNews2.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 469px;
	height: 80px;
	margin: 9px 11px 0 0;
}

#baseNews div#base2
{
	float: left;
	background-image: url(/css/img/bg_baseNews2.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 473px;
	height: 80px;
	margin: 9px 0 0 0;
}

#baseNews h1
{
	color: #ffb100;
	margin: 8px 11px 0 11px;
	font-size: 12px;
}

#baseNews p
{
	color: #dcc6a5;
	margin: 1px 11px;
}

/****************************/
/*********** BLOG ***********/
/****************************/

#blog
{
	float: left;
	background-image: url(/css/img/bg_content_blog.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 3px 0 1px 0;
	width: 955px;
	height: 547px;
}

#blogLeft
{
	background-image: url(/css/img/bg_grey.png);
	background-position: top left;
	background-repeat: repeat;
	height: 547px;
	width: 245px;
	float: left;
}

#blogLeft img#titulo
{
	float: left;
	margin-bottom: 25px;
}

#blogLeft span
{
	float: left;
	color: #626262;
	margin: 0px 9px;
	font-weight: bold;
}

#blogLeft p
{
	font-size: 13px;
	float: left;
	margin: 0px 9px 12px 9px; 
}

#blogLeft a
{
	color: #FFFFFF;
	text-decoration: none;
}

#blogRight
{
	float: left;
	width: 686px;
	height: 517px;
	margin: 30px 0 0 20px;
}

#tituloEntrada
{
	width: 686px;
	float: left;
	background-image: url(/css/img/bg_titulo_blog.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#tituloEntrada h1
{
	float: left;
	font-size: 15px;
	margin: 0 0 7px 0;
}

#tituloEntrada span
{
	float: right;
	color: #626262;
	margin: 7px 2px 0 0;
}

#textoBlog
{
	font-size: 13px;
	float: left;
	width: 500px;
}

#textoBlog p
{
	text-align: justify;
	float: left;
	margin: 0.5em 0;
}

#fotoBlog
{
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 169px;
	height: 252px;
}

/****************************/
/*********** FICHA **********/
/****************************/

#ficha
{
	float: left;
	background-image: url(/css/img/bg_content_blog.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 3px 0 1px 0;
	width: 955px;
	height: 547px;
}

#fotosFicha
{
	background-image: url(/css/img/bg_grey.png);
	background-position: top left;
	background-repeat: repeat;
	float: left;
	width: 423px;
	height: 547px;
}

#fotosFicha div#thumbs
{
	float: left;
	height: 547px;
	width: 47px;
	margin-left: 1px;
}

#fotosFicha div#thumbs img
{
	margin: 1px 0;
}

#fotosFicha div#thumbs a
{
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
}

#fotosFicha div#fotoGrande
{
	float: left;
	width: 369px;
	height: 547px;
	margin-left: 6px;
}

#fotosFicha div#fotoGrande img
{
	width: 369px;
	height: 547px;
}

#datosFicha
{
	float: left;
	margin-left: 20px;
	width: 512px;
	height: 547px;
}

#datosFicha div#tituloDatos
{
	height: 57px;
	width: 512px;
	float: left;
	background-image: url(/css/img/bg_titulo_blog.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#datosFicha div#tituloDatos span#nombreTitulo
{
	float: left;
	width: 320px;
	height: 57px;
	font-size: 50px;
	color: #ffb100;
}

#datosFicha div#tituloDatos span#nombreTitulo img
{
	float: left;
	margin-top: 8px;
}

#datosFicha div#tituloDatos span#tarifasTitulo
{
	float: left;
	height: 57px;
}

#datosFicha div#tituloDatos span#tarifasTitulo img
{
	float: left;
	margin-top: 25px;
}

#datosFicha div#descripcion
{
	width: 270px;
	float: left;
	font-size: 13px;
	margin-right: 53px;
}

#datosFicha div#descripcion p
{
	text-align: justify;
	float: left;
	margin: 0.5em 0;
}

#datosFicha div#tarifas
{
	float: left;
	border: 1px solid #261e13;
	background-image: url(/css/img/bg_brown.png);
	background-position: top left;
	background-repeat: repeat;
	padding: 10px 0;
	width: 187px;
	font-size: 12px;
}

#datosFicha div#tarifas div.tarifa
{
	margin: 0 10px;
}

#datosFicha div#tarifas div.tarifa span
{
	float: left;
	width: 110px;
}

#datosFicha span#pieTarifas
{
	float: left;
	width: 185px;
	margin: 10px 0 0 4px;
}

#datosFicha div#datos
{
	width: 270px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-right: 23px;
	text-align: center;
	padding: 30px 0;
}

#datosFicha div#datos span
{
	color: #ffb100;
}

#datosFicha form
{
	width: 219px;
	text-align: center;
	margin-top: 10px;
	float: left;
}

#datosFicha form input[type=submit]
{
	background-image: url(/css/img/bg_boton_reservar.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 234px;
	height: 83px;
	border: 0;
}

span#interes a, span#volver a
{
	color: #000000;
}

/****************************/
/********** LISTADO *********/
/****************************/

#listado
{
	float: left;
	/*background-image: url(/css/img/bg_listado.png);
	background-position: top right;
	background-repeat: no-repeat;*/
	width: 955px;
	height: 437px;
	margin-top: 7px;
}

/****************************/
/************ FAQ ***********/
/****************************/

#cuerpoFaq
{
	margin-bottom: 20px;
}

#cuerpoFaq h1
{
	color: #ffb100;
	font-size: 50px;
	margin-bottom: 10px;
}

#cuerpoFaq a
{
	color: #ffb100;
	text-decoration: none;
}

#cuerpoFaq strong
{
	color: #ffb100;
}

/****************************/
/******** FORMULARIOS *******/
/****************************/

#cuerpoFormulario
{
	margin-bottom: 20px;
}

#cuerpoFormulario h1
{
	color: #ffb100;
	font-size: 50px;
	margin-bottom: 10px;
}

#cuerpoFormulario a
{
	color: #ffb100;
	text-decoration: none;
}

#cuerpoFormulario form
{
	float: left;
	margin: 10px 20px;
}

#cuerpoFormulario form label
{
	float: left;
	width: 190px;
	text-align: right;
	margin-right: 15px;
}

#cuerpoFormulario form p
{
	width: 650px;
	float: left;
	clear: both;
}

#cuerpoFormulario form p#texto
{
	width: auto;
}

#cuerpoFormulario form p#texto b
{
	color: #ffb100;
}

#cuerpoFormulario form input[type=text]
{
	background-color:#333333;
	border:1px solid #666666;
	color:#FFFFFF;
	width: 300px;
	font-family: Tahoma,Arial;
	font-size: 11px;
}

#cuerpoFormulario form input[type=text].error, #cuerpoFormulario form textarea.error
{
	border: 1px solid #ffa000;
}

#cuerpoFormulario form select
{
	background-color:#333333;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family: Tahoma,Arial;
	font-size: 11px;
}

#cuerpoFormulario form textarea
{
	background-color:#333333;
	border:1px solid #666666;
	color:#FFFFFF;
	width: 296px;
	height: 96px;
	padding: 2px;
	font-family: Tahoma,Arial;
	font-size: 11px;
}

#cuerpoFormulario form input[type=submit], #cuerpoFormulario form input[type=reset], #cuerpoFormulario form input[type=file]
{
	background-color:#333333;
	border:1px solid #666666;
	color:#FFFFFF;
}

#cuerpoFormulario div#reservaImmediata
{
	float: left;
	background-color:#333333;
	border:1px solid #666666;
	color:#FFFFFF;
	padding: 10px;
	margin-top: 20px;
}

#cuerpoFormulario div#reservaImmediata span
{
	float: left;
	width: 160px;
	font-size: 13px;
	text-align: center;
}

#cuerpoFormulario div#reservaImmediata span#telefono
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.error_txt
{
	width: 130px;
	float: right;
}

#content_escorts_mobile
{
	margin-top:	20px;
/*	background:	transparent url(img/bg_barcelona.jpg) no-repeat;*/
	width:	957px;
/*	height:	437px;*/
	height:	100%;
/*	overflow-y:	auto;*/
	display:	none;
}
#escorts_mobile
{
	margin-left:	15px;
}
#escorts_mobile .foto_escort
{
	width:	143px;
}

#escorts_mobile a
{
	display:	block;
	position:	relative;
	text-decoration:	none;
	color:	#363708;
}

#escorts_mobile h2
{
	position:	absolute;
	text-align:	center;
	background-color:	#FFF;
	left:	0px;
	width:	143px;
	bottom:	20px;
	font-size:	Arial;
	font-weight:	normal;
	text-decoration: none;
	line-height:	25px;
	opacity:	0.7;
	filter:alpha(opacity(70));
}

