@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.png);
	background-repeat: repeat;
}

/* 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; }
.TextoSuperPeque	{ font-size:10px;  }
	a.TextoSuperPeque 	{ font-size:10px; }
.TextoTamano2	{ font-size:15px;  }
	a.TextoTamano2 	{ font-size:15px; }

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

/* Configuracion de la estructura de la página */
/****************************************************************************/
#Superior {
	float: left;
	width: 100%;
	background-image: url(/images/fondotop.png);
	text-align: center;
	background-repeat: repeat-x;
	background-color: #350E0E;
}
#Superior #CentrarSuperior {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 933px;
}
#Superior #CentrarSuperior #Secciones {
	float: left;
	width: 933px;
	height: 60px;
	position:relative;
	z-index:24;
}
#Superior #CentrarSuperior #Secciones a.efecto {
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	float: left;
	margin-top: 17px;
	margin-left: 41px;
}
#STweb {
	width: 933px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STweb #Central {
	float: left;
	width: 933px;
}
#STweb #Central p {
	float: left;
	width: 933px;
}
#STweb #Central #PresentacionFotografias {
	float: left;
	height: 250px;
	width: 923px;
	border: 5px solid #350E0E;
}
#Inferior {
	float: left;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #350E0E;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #220909;
}
#Inferior #CentrarInferior {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 933px;
}
#Inferior #CentrarInferior #STInferior{
	float:left;
	width: 933px;
	margin-top:20px;
	text-align: left;
	color: #FFF;
	margin-bottom: 20px;
}
#Inferior #CentrarInferior #STInferior p {
	float: left;
	width: 933px;
}
#Inferior #CentrarInferior #STInferior a {
	color: #FFF;
}
#STweb #Central #IndexCuerpo {
	float: left;
	width: 933px;
}
#STweb #Central #IndexCuerpo .Cuadro {
	float: left;
	width: 307px;
}
#STweb #Central #IndexCuerpo .CuadroC {
	float: left;
	width: 279px;
	margin-right: 20px;
	margin-left: 20px;
}
#STweb #Central #IndexCuerpo .CuadroC p {
	width: 279px;
	text-align: center;
	float: left;
}
#STweb #Central #IndexCuerpo .Cuadro p {
	float: left;
	width: 307px;
}
#STweb #Central h1 {
	float: left;
	width: 933px;
	font-size: 20px;
	font-weight: bold;
	color: #350E0E;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #350E0E;
}
#STweb #Central #MapaGoogle {
	float: left;
	height: 400px;
	width: 923px;
	border: 5px solid #220909;
	background-color: #FFF;
}
#STweb #Central #MapaGoogle-CalculaRuta {
	float: left;
	width: 923px;
}
#STweb #Central p .ImagenFlotandoDerecha {
	float: right;
	border: 10px solid #350E0E;
	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 #350E0E;
	margin-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:200px;
}
#STweb #Central #ListadoFotografias {
	float: left;
	width: 933px;
	padding-left: 2px;
	}
		#STweb #Central #ListadoFotografias a {
	margin: 3px;
	margin-bottom:0px;
	margin-top:0px;
	float: left;
	border: 1px solid #FFF;
	width:178px;
	height: 133px;
		}
#STweb #Central .Notificacion {
	padding: 10px;
	background-color: #D7CEB0;
	border: 1px solid #FFF;
	width: 911px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	#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;
	}
/****************************************************************************/

