@charset "utf-8";
/* CSS Document */
/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	/* Configuracion de tipo de letra y tamaño por defecto */
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-decoration: 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: url(/images/fondo.png) repeat-x #d6d2b5 ;
}

/* 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:#B33D00; }
	a.TextoRojo	{ color:#B33D00; }
.TextoAzul 		{ color: #00F; }
	a.TextoAzul 	{ color: #00F; }
.TextoLila 		{ color: #60327d; }
	a.TextoLila 	{ color: #60327d; }
.TextoVerde 		{ color: #a6c313; }
	a.TextoVerde 	{ color: #a6c313; }	
.TextoGrande 		{ font-size: 16px; }
	a.TextoGrande 	{ font-size: 16px; }
.TextoSuperGrande 		{ font-size: 20px; }
	a.TextoSuperGrande 	{ font-size: 20px; }	
	
.EfectoOpacidadHover 		{ 
	filter: alpha(opacity=80) ;
	opacity: .8 ;
	-moz-opacity:0.8 ; }
.EfectoOpacidadHover:hover 	{ 
	filter: alpha(opacity=100) ;
	opacity: 1;
	-moz-opacity:1 }	


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

/* Configuracion de la estructura de la página */
#STweb {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STweb #Superior {
	float: left;
	width: 900px;
	height: 150px;
}
#STweb #Secciones {
	float: left;
	width: 900px;
}
#STweb #Secciones .Seccion {
	float: left;
	margin-right: 10px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#STweb #Secciones .Seccion:hover {
	background:#FFF;
	color:#4c4949;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#STweb #Secciones .Seccion.Activa {
	background:#FFF;
	color:#4c4949;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#STweb #Contenido {
	float: left;
	width: 860px;
	background-color: #FFF;
	margin-top: 1px;
	padding: 20px;
}
#STweb #Contenido #Izquierda {
	float: left;
	width: 640px;
	margin-right: 20px;
}
#STweb #Contenido #Derecha {
	float: left;
	width: 200px;
	position:relative;
	z-index:24;
} 
#STweb #Contenido #Derecha .MiniBanner 		{	border:solid 1px #999; float:left; 
}
#STweb #Contenido #Derecha #Postit {
	width:221px; height:202px; padding:30px; padding-top:60px; background:url(/images/postit.png);
	display:block; position:absolute; top:-10px; right:-70px; z-index:25;
}
#Inferior {
	width: 100%;
	float:left;
	background: #000 url(/images/fondoinf.jpg) top center repeat-x;
}
#Inferior #ContenidoInf {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:50px;
	padding-bottom:20px;
}
#Inferior #ContenidoInf .LogoInf {
	float: left;
	width: 325px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 20px;
}
#Inferior #ContenidoInf p {
	float: left;
	width: 534px;
	text-align:right;
}
#STweb #Contenido #Derecha #IntroOfer {
	background-color: #FFF;
	padding: 10px;
	float: left;
	width: 177px;
	position:relative;
	z-index:24;
}
#STweb #Contenido #Derecha #IntroOfer p {
	width: 177px;
}
#STweb #Contenido #Derecha p {
	width: 197px;
	text-align: center;
}
#STweb #Contenido #Izquierda p {
	width: 640px;
}
#STweb #Contenido #Izquierda #MapaGoogle {
	float: left;
	height: 300px;
	width: 630px;
	border: 5px solid #A4C41A;
	background-color: #FFF;
}
#STweb #Contenido #Izquierda .LineaSeparacion {
	background-color: #FFF;
	float: left;
	height: 1px;
	width: 683px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#STweb #Contenido #Izquierda #Buscador {
	padding: 20px;
	float: left;
	width: 643px;
	background-color: #FFF;
	position:relative;
	z-index:24;
}
#STweb #Contenido #Izquierda #ListadoProvinciasAbajo {
	background-color: #FFF;
	float: left;
	width: 598px;
	list-style-type: none;
	padding:20px;
	border:solid 1px #999;
}
#STweb #Contenido #Izquierda #ListadoProvinciasAbajo li {
	float: left;
	width: 197px;
}
#STweb #Contenido #Izquierda #ListadoProvinciasAbajo li a {
	float: left;
	width: 187px;
	padding-right: 10px;
	padding-top: 5px;
	font-size:12px;
}
#STweb #Contenido #Izquierda h1 {
	float: left;
	width: 640px;
	font-weight: bold;
}
#STweb #Contenido #Izquierda .ListadoAlojamientos {
	float: left;
	width: 683px;
	list-style-type: none;
	margin-top: -10px;
}
#STweb #Contenido #Izquierda .ListadoAlojamientos .AlojamientoLista {
	background-color: #FFF;
	float: left;
	width: 640px;
	margin-top: 10px;
}
#STweb #Contenido #Izquierda .ListadoAlojamientos .AlojamientoLista .ImagenPrincipalListado {
	width: 150px;
	border: 5px solid #a6c313;
	margin-right: 10px;
	float: left;
	height: auto;
}
#STweb #Contenido #Izquierda .ListadoAlojamientos .AlojamientoLista .DescripcionCorta {
	float: left;
	width: 470px;
}
#STweb #Contenido #Izquierda .ListadoAlojamientos .AlojamientoLista .DescripcionCorta p {
	float: left;
	width: 470px;
}
#STweb #Contenido #Izquierda .TextoCKEDITOR p{
	margin: 1.12em 0 0 0;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco {
	background-color: #FFF;
	float: left;
	width: 640px;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco p {
	width: 640px;
}
#STweb #Contenido #Izquierda #FotoPrincipalFicha {
	float: right;
	border: 5px solid #a6c313;
	height: auto;
	width: 223px;
	margin-left: 20px;
}
#STweb #Contenido #Izquierda #FotoPrincipalFichaPropietario {
	float: left;
	border: 5px solid #a6c313;
	height: auto;
	width: 223px;
	margin-right: 20px;
}
#STweb #Contenido #Izquierda #InformacionFichaImportante {
	float: left;
	width: 387px;
}
#STweb #Contenido #Izquierda #InformacionFichaImportante p {
	width: 387px;
}
#STweb #Contenido #Izquierda #InformacionFichaImportante h1 {
	width: 387px;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco #MapaGoogleFicha {
	float: left;
	width: 633px;
	border: 5px solid #A5C213;
	height: 300px;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco #ListadoFotografias {
	float: left;
	width: 643px;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco #ListadoFotografias {
	float: left;
	width: 640px;
	margin-top: -10px;
	margin-left: -4px;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco #ListadoFotografias .lightbox img {
	float: left;
	height: 110px;
	width: 148px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #A5C213;
}
#STweb #Contenido #Izquierda .ContenidoEnFondoBlanco .Notificacion {
	padding: 10px;
	width: 621px;
	border: 1px solid #A6C313;
	background-color: #f1f1f1;
}
.Campo {
	float: left;
	width: auto;
	margin-right: 10px;
}
 .ListadoL2 {
	float: left;
	width: 643px;
	margin: 0px;
	background:#FFF;
	list-style:none;
}
 .ListadoL2 li.Fila {
	float: left;
	width: 633px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
 .ListadoL2 li.Cabezera {
	background:#999;
	color:#FFF;
	float: left;
	width: 630px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
 .ListadoL2 li.Fila:hover {
	background-color:#e5e5e5;
}
 .ListadoL2 li .Camp {
	float: left;
	width: 230px;
}
#STweb #Superior a #LogoSuperior {
	margin-top: 25px;
	float:left;
}
#STweb #Superior #SupLogin {
	background-image: url(/images/suplogin.png);
	float: right;
	height: 57px;
	width: 196px;
}
#STweb #Superior #SupLogin a {
	float: left;
	margin-top: 18px;
	margin-left: 59px;
	font-size: 11px;
}
.CalendarioAtrasAdelante {
	background-color: #FFFFFF;
	border: 1px solid #262A09;
	padding: 2px;
	text-decoration:none;
	float: left;
	}
.CalendarioAtrasAdelante:hover {
		background-color: #262A09;
		border: 1px solid #262A09;
		color:#FFF;
		}
		
	.MesYAnyo {
	padding: 2px;
	width: 200px;
	float: left;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #262A09;
}
#calendario {
	float: left;
	width: 518px;
	text-align: center;
	margin: 0px;
	color:#000;
}
	#calendario .diaLibre {
		float: left;
		width: 60px;
		border: 1px solid #fff;
		margin: 1px;
		padding: 5px;
		background-color:#0C0;
		color:#FFF;
	}
	#calendario .diaOcupado {
		float: left;
		width: 60px;
		border: 1px solid #fff;
		margin: 1px;
		padding: 5px;
		background-color:#F00;
		color:#FFF;
	}
	#calendario .diaSemiOcupado {
		float: left;
		width: 60px;
		border: 1px solid #fff;
		margin: 1px;
		padding: 5px;
		background-color:#FF0;
	}
	
	#calendario .diaBlanco {
		float: left;
		width: 60px;
		border: 1px solid #fff;
		margin: 1px;
		padding: 5px;
	}
	#calendario .diaDiaSemana {
		float: left;
		width: 60px;
		border: 1px solid #FFF;
		margin: 1px;
		padding: 5px;
		background:#666;
		color:#FFF;
	}#STweb #Contenido #Izquierda .Notificacion {
	background-color: #FFC;
	padding: 10px;
	float: left;
	width: 618px;
	border: 1px solid #F00;
}
#STweb #Superior #Coche {
	float: right;
	margin: 25px;
}

