@charset "utf-8";
/* CSS Document */
/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	/* Configuracion de tipo de letra y tamaño por defecto */
	font-family: sans-serif;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}

html, body {
	margin:0px;
	padding:0px;
	text-align:left;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	/* Configuracion de color de letra por defecto */
	color: #333;
	background-color: #FFF;
	background-image: url(/images/top.png);
	background-repeat: repeat-x;
}

/* Configuracion de enlaces */
a:link		{ text-decoration: none; color: #333; }
a:visited	{ text-decoration: none; color: #333; }
a:hover		{ text-decoration: none; color: #333; }
a:active	{ text-decoration: none; color: #333; }

/* Configuracion de encabezados */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
p { float:left; text-align:justify; }

/* Configuracion de textos */
.TextoBlanco			{ color:#FFF; }
	a.TextoBlanco		{ color:#FFF; }
.TextoRojo				{
	color:#DD2024;
}
	a.TextoRojo			{ color:#fe7474; }
.TextoAzul 				{ color:#0095FC; }
	a.TextoAzul 		{
	color:#0095FC;
}
.TextoPequeno 			{ font-size:9px; }
	a.TextoPequeno 		{ font-size:9px; }	

/* Configuracion de formularios */
.TextField {
	padding: 3px;
	float: left;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Button {
	color: #FFF;
	font-weight: bolder;
	background-color: #0095FC;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Configuracion de ventanas flotantes */
#VentanasFlotantes {
	position:fixed;
	width:100%;
	height:100%;
	background:url(/images/fondoloading.png) repeat;
}
#VentanasFlotantes .Ventana {
	width: 635px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;  
	margin-left: -325px; 
	padding: 20px;
	background-color: #FFFFFF;
	border: 5px solid #666;
	text-align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	z-index:24;
}
#VentanasFlotantes .Ventana .Cerrar {
	display:block;
	position:absolute;
	top:-18px;
	right:-18px;
	z-index:25;
}
#VentanasFlotantes .Ventana frame {
	width:635px;
	height:500px;
}

/* Configuracion de la estructura de la página */
.Flotar100p {
	float: left;
	width: 100%;
}
#STwebSuperior {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STwebSuperior #ContenidoSuperior {
	float: left;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#STwebSuperior #ContenidoSuperior #LogotipoSuperior {
	float: left;
	height: 42px;
	width: 309px;
	margin-right: 121px;
	margin-top: 10px;
}
#STwebSuperior #ContenidoSuperior #Banner468x60Superior {
	float: left;
	height: 60px;
	width: 468px;
	border: 1px solid #999999;
}
#STwebSuperior #ContenidoSuperior .Titulo {
	width: 900px;
	float: left;
	font-style: italic;
	font-weight: bold;
	color: #999;
}
#STwebBarraBusqueda {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STwebBarraBusqueda #ContenidoBarraBusqueda {
	float: left;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#MapaGoogleCentral {
	float: left;
	height: 500px;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
#STwebInferior {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STwebInferior #ContenidoInferior {
	float: left;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#STwebInferiorBottom {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STwebInferiorBottom #ContenidoInferiorBottom {
	float: left;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Flotar100p #STwebInferiorBottom #ContenidoInferiorBottom a #LogotipoInferiorBottom {
	float: left;
	height: 27px;
	width: 198px;
	margin-right: 20px;
	margin-top: 1px;
}.Flotar100p #STwebBarraBusqueda #ContenidoBarraBusqueda #Buscador #busqueda {
	padding: 2px;
	float: left;
	border: 1px solid #999;
}
.Flotar100p #STwebBarraBusqueda #ContenidoBarraBusqueda #Buscador #botonbuscar {
	background-color: #0095FC;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.Flotar100p #STwebInferior #ContenidoInferior #ListadoDeProvincias {
	padding: 20px;
	float: left;
	width: 858px;
	margin-right: 20px;
	border: 1px solid #999999;
	list-style-type: none;
}
.Flotar100p #STwebInferior #ContenidoInferior #ListadoDeProvincias .Titulo {
	font-size: 24px;
	font-weight: bold;
	color: #0095FC;
	float: left;
	width: 868px;
	margin-bottom: 10px;
}
.Flotar100p #STwebInferior #ContenidoInferior #ListadoDeProvincias .Provincia {
	float: left;
	height: auto;
	width: auto;
}
.Flotar100p #STwebInferior #ContenidoInferior #ListadoDeProvincias .Provincia a {
	float: left;
	width: 216px;
	margin-top: 10px;
}
.Flotar100p #STwebInferiorBottom #ContenidoInferiorBottom p {
	float: right;
	width: 600px;
}
.Flotar100p #STwebInferiorBottom #ContenidoInferiorBottom .Copyright {
	color: #FFF;
	text-align: right;
}
#ContenidoVentanaFlotante {
	float: left;
	height: auto;
	width: 600px;
}
#ContenidoVentanaFlotante p {
	float: left;
	width: 600px;
}
#ContenidoVentanaFlotante .Titulo {
	font-size: 18px;
	font-weight: bold;
	color: #0095FC;
	float: left;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#ContenidoVentanaFlotante .Titulo .SubTitulo {
	float: left;
	width: 600px;
	color: #999999;
	margin-bottom: 3px;
}
#ContenidoVentanaFlotante #FichaAlojamientoInformacionCabezera {
	float: left;
	width: 600px;
}
#ContenidoVentanaFlotante #FichaAlojamientoInformacionCabezera .FotoPrincipalFichaGrande {
	float: left;
	width: 200px;
	border: 1px solid #999999;
	margin-right: 18px;
}
#ContenidoVentanaFlotante #FichaAlojamientoInformacionCabezera .Texto {
	float: left;
	width: 380px;
}
#ContenidoVentanaFlotante #FichaAlojamientoInformacionCabezera .Texto p {
	width: 380px;
}
.Flotar100p #STwebInferior #ContenidoInferior p {
	float: left;
	width: 900px;
}
.Flotar100p #STwebInferior #ContenidoInferior #ListadoDeProvincias .Titulo .Subtitulo {
	color: #999999;
	float: left;
	width: 868px;
}
#ContenidoVentanaFlotante .Notificacion {
	padding: 10px;
	width: 578px;
	border: 1px solid #0095FC;
	background-color: #F4F4F4;
}
#ContenidoVentanaFlotante .IcoBig {
	float: left;
	padding: 5px;
	width:80px;
	border: 1px solid #CCC;
	text-align: center;
	margin-right: 10px;
	text-decoration:none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	filter: alpha(opacity=70) ;
	opacity: .7 ;
	-moz-opacity:0.7 ;
}
#ContenidoVentanaFlotante .IcoBig:hover {
	filter: alpha(opacity=100) ;
	opacity: 1;
	-moz-opacity:1 ;
}#ContenidoVentanaFlotante #ListadoAlojamientosPropietario {
	float: left;
	width: 600px;
	list-style-type: none;
	margin-top: -10px;
}
#ContenidoVentanaFlotante #ListadoAlojamientosPropietario li {
	padding: 10px;
	float: left;
	width: 578px;
	margin-top: 10px;
	border: 1px solid #999999;
	background:#F4F4F4;
}
#ContenidoVentanaFlotante #ListadoAlojamientosPropietario li .Foto {
	float: left;
	border: 1px solid #999999;
	width: 114px;
	margin-right: 10px;
}
#ContenidoVentanaFlotante #ListadoAlojamientosPropietario li .Texto {
	float: left;
	width: 452px;
}
#ContenidoVentanaFlotante #ListadoAlojamientosPropietario li .Texto p {
	float: left;
	width: 452px;
}
#ContenidoVentanaFlotante #MapaGoogle {
	float: left;
	height: 350px;
	width: 598px;
	border: 1px solid #999999;
}

#ContenidoVentanaFlotante #ListadoFotografias {
	float: left;
	width: 593px;
	border: 1px solid #939393;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	list-style:none;
}
#ContenidoVentanaFlotante #ListadoFotografias li {
	float: left;
	border: 1px solid #e5e5e5;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 141px;
}
#ContenidoVentanaFlotante #ListadoFotografias li .Eliminar {
	width: 131px;
	padding: 5px;
	float: left;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: url(/images/admin/icos/delete.png);
	background-repeat: no-repeat;
	background-position: 122px;
}#ContenidoVentanaFlotante .ListadoDeFotografiasFicha {
	float: left;
	width: 600px;
	margin-top: -10px;
}
#ContenidoVentanaFlotante .ListadoDeFotografiasFicha li {
	float: left;
	height: auto;
	width: auto;
}
#ContenidoVentanaFlotante .ListadoDeFotografiasFicha li {
	float: left;
	width: 110px;
	border: 1px solid #99999;
	margin-top: 10px;
	margin-left: 10px;
}
