@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: 13px;
	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-color: #f0f6e8;
	background-image: url(/images/fondo.jpg);
	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: #C30; }
	a.TextoRojo 	{ color: #C30; }
.TextoAzul 		{
	color: #99EAFB;
}
	a.TextoAzul 	{ color: #00F; }

/* Configuracion de formularios */
.TextField {
	padding: 3px;
	float: left;
	border: 1px solid #6C8F4B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Button {
	color: #FFF;
	font-weight: bolder;
	background-color: #6C8F4B;
	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:#99BA7A;
}

/* Configuracion de la estructura de la página */
#STweb {
	width: 760px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STweb #Superior {
	float: left;
	width: 760px;
	padding-top: 100px;
	position:relative;
	z-index:24;
}
#STweb #Superior p {
	width: 760px;
}
#STweb #Superior .Titulo {
	color: #CF7200;
	font-size: 50px;
	font-weight: bold;
}
#STweb #Superior .SubTitulo {
	color: #9db26a;
	font-weight: bold;
	font-size: 15px;
}
#STweb #Superior #Secciones {
	width: 753px;
	margin-right: 1px;
	margin-left: 6px;
}
#STweb #Superior #Secciones a {
	float: left;
	width: 102px;
	border: 1px solid #9DB26A;
	background-color: #FFF;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#STweb #Superior #Secciones a:hover {
	color: #FFF;
	background-image: url(/images/fondoboton.png);
	background-position: -5px;
	border: 1px solid #ffffff;
}
#STweb #Superior #Secciones a.Activo {
	color: #FFF;
	background-image: url(/images/fondoboton.png);
	background-position: -5px;
	border: 1px solid #ffffff;
}
#STweb #Central {
	float: left;
	width: 760px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#STweb #Central #Presentacion {
	float: left;
	width: 690px;
	margin-right: 30px;
	margin-left: 30px;
	border: 5px solid #262a09;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	z-index:24;
}
#STweb #Central #Presentacion #PresentacionFotografias {
	float: left;
	width: 450px;
	height: 250px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #262A09;
	background-color: #FFF;
	overflow:hidden;
}
#STweb #Central #Presentacion #TextoPresentacion {
	float: left;
	width: 215px;
	padding: 10px;
	height: 230px;
	background-image: url(/images/fondopresentacionindex.jpg);
	background-color: #8FA84A;
	color: #FFF;
}
#STweb #Central p {
	width: 760px;
}
#STweb #Central #Presentacion #TextoPresentacion p {
	width: 215px;
}
#STweb #Central #Presentacion #TextoPresentacion .titulo {
	font-size: 15px;
	font-weight: bold;
}
#Inferior {
	float: left;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #262A09;
	background-color: #9DB26A;
	text-align: center;
}
#STweb #Central p .ImagenFlotandoDerecha {
	float: right;
	border: 10px solid #6C8F4B;
	margin-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:200px;
	}
#STweb #Central p .ImagenFlotandoIzquierda {
	float: left;
	border: 10px solid #6C8F4B;
	margin-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:200px;
}
#Inferior #Centrado {
	width: 760px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;position:relative;
	z-index:24;
}
#Inferior #Centrado #CuerpoInf p {
	width: 760px;
}
#Inferior #Centrado #CuerpoInf {
	float: left;
	width: 760px;
	color: #FFF;
	
}
#Inferior #Centrado #CuerpoInf .Creditos {
	font-size: 9px;
}
#Inferior #Centrado #CuerpoInf .Creditos a {
	font-size: 9px;
	color: #FFF;
}
#Inferior #Centrado #CuerpoInf p a {
	color: #FFF;
}
#STweb #Central #Presentacion #TextoPresentacion a {
	color: #FFF;
}
#STweb #Central .Caracteristicas {
	width: 740px;
	margin-left: 20px;
}
#STweb #Central .TextoTamano2 {
	font-size: 15px;
	color: #262A09;
}
#STweb #Central .TextoTamano1 {
	font-size: 20px;
}
#STweb #Central .TituloSeccion {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C8F4B;
	float: left;
	width: 760px;
	color: #262A09;
}
	#STweb #Central .CalendarioAtrasAdelante {
	background-color: #FFFFFF;
	border: 1px solid #262A09;
	padding: 2px;
	text-decoration:none;
	float: left;
	}
		#STweb #Central .CalendarioAtrasAdelante:hover {
		background-color: #262A09;
		border: 1px solid #262A09;
		color:#FFF;
		}
		
	#STweb #Central .MesYAnyo {
	padding: 2px;
	width: 200px;
	float: left;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #262A09;
}
/****************************************************************************/
#tablaprecios {
	float: left;
	width: 700px;
	color:#000;
}
	#tablaprecios .concepto {
		padding: 5px;
		float: left;
		width: 400px;
		background-color: #FFF;
		border: 1px solid #CCC;
	}
	#tablaprecios .precio {
		padding: 5px;
		float: left;
		width: 75px;
		background-color: #FFF;
		border: 1px solid #CCC;
		text-align: center;
	}
	#tablaprecios .filatablaprecios {
		float: left;
		width: 700px;
	}
/****************************************************************************/

/****************************************************************************/
#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 #E4DBAF;
		margin: 1px;
		padding: 5px;
	}
	#calendario .diaDiaSemana {
		float: left;
		width: 60px;
		border: 1px solid #FFF;
		margin: 1px;
		padding: 5px;
		background:#666;
		color:#FFF;
	}
/****************************************************************************/
#STweb #Central #MapaGoogle {
	float: left;
	height: 400px;
	width: 750px;
	border: 5px solid #6C8F4B;
}
#STweb #Central #ListadoFotografias {
	float: left;
	width: 760px;
	}
		#STweb #Central #ListadoFotografias a {
	margin: 5px;
	float: left;
	border: 1px solid #FFF;
	width:178px;
	height: 133px;
		}
#STweb #Central .Notificacion {
	padding: 10px;
	background-color: #C0D7A2;
	border: 1px solid #FFF;
	width: 738px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#STweb #Superior .SubTitulo span {
	color: #CF7200;
	font-weight: bold;
}
#STweb #Central #MapaGoogle-CalculaRuta {
	float: left;
	width: 750px;
}

