@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 fondo de pagina */
	background-color: #d9f2c8;
	/*background:url(/images/fondovioleta.jpg) repeat #FFF;*/
	
	/* Configuracion de color de letra por defecto */
	color: #333;
}

/* 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; min-height:15px; }

/* Configuracion de textos */
.TextoBlanco	{ color:#FFF; }
	a.TextoBlanco	{ color:#FFF; }
.TextoRojo 		{ color: #C30; }
	a.TextoRojo 	{ color: #C30; }
.TextoAzul 		{ color: #00F; }
	a.TextoAzul 	{ color: #00F; }

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

.CampoTexto {
	padding:2px;
	border:1px solid #939393;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #EEE;
}
.Boton {
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.Boton.Verde	{ background-color:#458a01; color: #fff; }
	.Boton.Naranja	{ background-color:#cc9000; color: #fff; }
	.Boton.Rojo		{ background-color:#C30; color: #fff; }
	.Boton.Azul		{ background-color:#0481c2; color: #fff; }
	
/* Configuracion de la estructura de la página */
#STweb {
	width: 940px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STweb2 {
	background-color: #d9f2c8;
	float: left;
	width: 920px;
	padding: 10px;
	padding-bottom:30px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius: 20px;
	margin-top:20px;
}
#STweb #Superior {
	float: left;
	width: 910px;
	position:relative;
	z-index:24;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#STInferior {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #655228;
	background-image: url(/images/fondo-inferior.jpg);
	background-repeat: repeat-x;
}
#STInferior #CentrarSTInferior {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
}
#STInferior #CentrarSTInferior #Inferior {
	text-align:left;
	float: left;
	height: auto;
	width: 470px;
	position:relative;
	z-index:24;
	padding-top: 43px;
	padding-right: 150px;
	padding-bottom: 37px;
	padding-left: 320px;
	color: #FFF;
	background-image: url(/images/fondo-inferior-logo.png);
	background-repeat: no-repeat;
}
#STweb #Cuerpo {
	float: left;
	height: auto;
	width: 900px;
	padding: 10px;
}
#STweb #Cuerpo #Izquierda {
	width: 150px;
	margin-right: 20px;
	float: left;
}
#STweb #Cuerpo #Derecha {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-bottom: 48px;
	font-family: "Comic Sans MS", cursive;
	position:relative;
	z-index:24;
}
#STweb #Cuerpo #Centro {
	float: left;
	width: 540px;
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
 p {
	width: 540px;
}
#STweb #STweb2 #Superior .Logotipo {
	float: left;
}
#STweb #STweb2 #Superior .Banner468x60Top {
	float: right;
	height: 60px;
	width: 468px;
	border: 1px solid #FFF;
	background-color: #CCC;
}
#STweb #STweb2 #Cuerpo #Izquierda .Secciones {
	float: left;
	width: 150px;
	list-style:none;
}
#STweb #STweb2 #Cuerpo #Izquierda .Secciones li a {
	float: left;
	width: 130px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size:13px;
	background-image: url(/images/punto-viola.png);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	font-family: "Comic Sans MS", cursive;
}
#STweb #STweb2 #Cuerpo #Izquierda .Secciones li a:hover {
	background-image: url(/images/punto-viola-blanca.png);
}
#STweb #STweb2 #Cuerpo #Derecha .ListadoTipos {
	float: left;
	list-style-type: none;
	width: 140px;
	padding:5px;
	background-color: #00C663;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: "Comic Sans MS", cursive;
}
#STweb #STweb2 #Cuerpo #Derecha .ListadoTipos li {
	float: left;
	width: 140px;
	font-family: "Comic Sans MS", cursive;
}
#STweb #STweb2 #Cuerpo #Derecha .ListadoTipos li a {
	padding: 3px;
	float: left;
	width: 134px;
	text-decoration:none;
	color:#000000;
	font-family: "Comic Sans MS", cursive;
}

#STweb #STweb2 #Cuerpo #Derecha .ListadoTipos li a:hover {
	background-color: #d9f2c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333333;
}
#STweb #STweb2 #Cuerpo #Izquierda p {
	width: 150px;
}
#STweb #STweb2 #Cuerpo #Derecha p {
	width: 150px;
	font-family: "Comic Sans MS", cursive;
}
#STweb #STweb2 #Cuerpo .Banner150x60Lateral {
	float: left;
	height: 58px;
	width: 148px;
	background-color: #CCC;
	border: 1px solid #FFF;
}
#STweb #STweb2 #Cuerpo #Derecha .Titulo {
	text-align: center;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight:bold;
	font-family: "Comic Sans MS", cursive;
}
 .TituloSeccionVerde {
	font-size: 18px;
	color: #4F9812;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F9812;
	width: 540px;
	float: left;
	font-family: "Comic Sans MS", cursive;
}
 .TituloSeccionLila {
	font-size: 18px;
	color: #063;
	float: left;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063;
	font-family: "Comic Sans MS", cursive;
}
 .banner538x75anadetucasa {
	border: 1px solid #CCC;
}
 .ListadoAlojamientosCuadro {
	float: left;
	width: 540px;
	list-style-type: none;
	margin-bottom: -5px;
	padding-left: 10px;
}
 .ListadoAlojamientosCuadro li {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#STweb #STweb2 #Cuerpo #Izquierda .Secciones li .PuntoViolaSecc {
	float: left;
	margin-right: 5px;
}
#STweb #InferiorTex {
	float: left;
	width: 880px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
 .Banner468x60Centro {
	height: 60px;
	width: 468px;
	margin-right: 35px;
	margin-left: 35px;
	border: 1px solid #063;
	background-color: #CCC;
}
 #MapaGoogle {
	height: 400px;
	width: 538px;
	float: left;
	border: 1px solid #333;
}
 #NoticiaListado {
	float: left;
	width: 540px;
	padding-bottom:10px;
	border-bottom:1px #F3C dashed;
}
 #NoticiaListado p {
	width: 540px;
}
 #OfertaListado {
	float: left;
	width: 540px;
	padding-bottom:10px;
	border-bottom:1px #F3C dashed;
}
 #OfertaListado p {
	width: 540px;
}
 #AnuncioListado {
	float: left;
	width: 540px;
	padding-bottom:10px;
	border-bottom:1px #F3C dashed;
}
 #AnuncioListado p {
	width: 540px;
}
 #EnlaceListado {
	float: left;
	width: 540px;
	padding-bottom:10px;
	border-bottom:1px #F3C dashed;
}
 #EnlaceListado p {
	width: 540px;
}
 .Notificacion {
	padding: 5px;
	width: 528px;
	border: 1px solid #063;
	background-color: #d9f2c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ListadoFotografiasInsertar {
	float: left;
	width: 533px;
	border: 1px solid #939393;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	list-style:none;
}
#ListadoFotografiasInsertar li {
	float: left;
	border: 1px solid #e5e5e5;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 141px;
}
#ListadoFotografiasInsertar li .Eliminar {
	width: 131px;
	padding: 5px;
	float: left;
	text-decoration: none;
	background-color: #e5e5e5;
}
#ListadoFotografiasInsertar li:hover .Eliminar { background-color: #C30; color:#FFF; }
#STweb2 #Cuerpo #Centro #MapaGoogleDirecciones {
	float: left;
	width: 530px;
}
 .ListadoAlojamientosCuadro .separa {
	float: left;
	height: 0px;
	width: 540px;
}
 .ListadoAlojamientosCuadro li img {
	float: left;
	border: 1px solid #063;
	height: 90px;
	width: 120px;
}
 .ListadoAlojamientosCuadro li .Descripcion {
	float: left;
	width: 170px;
	margin-top: 10px;
	text-align: center;
}
 .ListadoAlojamientosCuadro li:hover .Descripcion {
	color:#063;
}
 .Video {
	float: left;
	height: 350px;
	width: 425px;
}
 p .vertelefono {
	display:none;
}
 .ListadoL2 {
	float: left;
	width: 540px;
	margin: 0px;
	background:#FFF;
	list-style:none;
}
 .ListadoL2 li.Fila {
	float: left;
	width: 530px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
 .ListadoL2 li.Cabezera {
	background:#999;
	color:#FFF;
	float: left;
	width: 530px;
	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 #STweb2 #Cuerpo #Centro p .ImagenAlojAutentico {
	float: right;
}


/*-----------------------------------------------------------------------------*/
/* INICIO Configuracion LISTADO L1 */
.ListadoL1 {
	float: left;
	width: 540px;
	list-style-type: none;
}
.ListadoL1 li {
	float: left;
	width: 540px;
	color: #FFF;
	margin-top:1px;
}
.ListadoL1 a { text-decoration:none;  }
.ListadoL1 li .Camp {
	background-color: #939393;
	float: left;
	padding: 5px;
}
.ListadoL1 li:hover .Camp {  background-color:#e5e5e5; color: #333333; }
.ListadoL1 li .Opcion {
	background-color: #e5e5e5;
	padding: 5px;
	float: left;
	margin-left: 10px;
	text-align: center;
	color:#666;
}
.ListadoL1 li:hover .Opcion.Rojo { background-color:#C30; color: #fff;  }
.ListadoL1 li:hover .Opcion.Naranja { background-color:#cc9000; color: #fff; }
.ListadoL1 li:hover .Opcion.Verde { background-color:#458a01; color: #fff; }
.ListadoL1 li:hover .Opcion.Azul { background-color:#0481c2; color: #fff; }
/* FIN Configuracion LISTADO L1 */
#STweb #STweb2 #Cuerpo #Centro .Campo {
	float: left;
	width: auto;
	margin-right: 10px;
}
/* Configuracion de notificaciones flotantes */
#NotificacionesFlotantes {
	position:fixed;
	left:35%;
	top:45%;
	width:30%;
	height:auto;
	z-index:1;
	right: 35%;
}
#NotificacionesFlotantes .Notificacion {
	padding: 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 5px solid #063;
	text-align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* INICIO Configuracion LISTADO FOTOGRAFIAS */
#STweb #STweb2 #Cuerpo #Centro #ListadoFotografias {
	float: left;
	width: 533px;
	border: 1px solid #939393;
	padding-right: 0px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#STweb #STweb2 #Cuerpo #Centro #ListadoFotografias li {
	float: left;
	border: 1px solid #e5e5e5;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 125px;
	list-style:none;
}
#STweb #STweb2 #Cuerpo #Centro #ListadoFotografias li .Eliminar {
	width: 115px;
	padding: 5px;
	float: left;
	text-decoration: none;
	background-color: #e5e5e5;
}
#STweb #STweb2 #Cuerpo #Centro #ListadoFotografias li:hover .Eliminar { background-color: #C30; color:#FFF; }
#STweb #STweb2 #Cuerpo #Centro .ListadoAlojamientosCuadro li a .Descripcion {
	float: left;
	width: 120px;
	font-size: 10px;
}
#BanderasIdiomas a { margin-left:5px; float:left; }