@charset "utf-8";
/* CSS Document */

/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	padding: 0px;
	text-decoration: none;
	
	/* Configuracion de tipo de letra y tamaño por defecto */
	font-family: Arial, sans-serif;
	font-size: 13px; 
}
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: #423839;
	background: url(/images/fondo.jpg) top center repeat fixed;
}

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

/* Configuracion de encabezados */
h1, h2, h3, h4, h5, h6 { font-weight:normal; float:left; }
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: #00F; }
	a.TextoAzul 	{ color: #00F; }
.TextoPequeno 		{ font-size:10px; }
	a.TextoPequeno 	{ font-size:10px; }	

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

/* 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;
}#Superior {
	float: left;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	position:relative;
	z-index:24;
}
#STweb #Superior #LogoSup {
	float: left;
	margin-top: 20px;
}
#STweb #Superior #TelfSup {
	float: right;
}
#STweb #Presentacion {
	height: 418px;
	max-width: 822px;
	max-height: 418px;
	width: 822px;
	overflow:hidden;
	margin-right: 39px;
	margin-left: 39px;
	float: left;
}
#STweb #SombraInfPresentacion {
	background-image: url(/images/sombra.png);
	background-position: center;
	float: left;
	height: 40px;
	width: 900px;
	margin-top: -1px;
}
#STweb #Superior #FlorSup {
	display:block;
	position:absolute;
	top:80px;
	left:-63px;
	z-index:25;
}
#STweb #Inferior3Cuadros {
	float: left;
	width: 900px;
}
#STweb #Inferior {
	float: left;
	width: 900px;
	margin-top: 20px;
	border-top:solid 1px #999;
	padding-top:20px;
}
#STweb #Inferior p {
	width: 900px;
	font-size: 10px;
}
#STweb #Inferior #Enlaces {
	font-size: 10px;
}
#STweb #Inferior #Enlaces a {
	font-size: 10px;
}
#STweb #Inferior #Creditos a {
	font-size: 10px;
}
#STweb #Inferior #Creditos #Contador {
	font-size: 10px;
	float: right;
}
#STweb #Superior #SeccPaginaPrincipal {
	display:block;
	position:absolute;
	top:223px;
	left:89px;
	z-index:25;
	width: 165px;
	height: 223px;
	list-style-type: none;
}
#STweb #Superior #SeccPaginaPrincipal li {
	float: left;
	width: 165px;
	list-style-type: none;
}
#STweb #Superior #SeccPaginaPrincipal li a {
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}
#STweb #Superior p {
	width: 900px;
}

#STweb #Secciones {
	float: left;
	width: 185px;
	margin-right: 25px;
	background-color: #96a086;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#STweb #Central {
	float: left;
	width: 650px;
}
#STweb #Secciones li {
	width: 185px;
	list-style-type: none;
}
#STweb #Secciones li a {
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	float: left;
	width: 185px;
}
#STweb #Central p {
	width: 650px;
}
#STweb #Central #Presentacion2 {
	float: left;
	width: 640px;
	max-width: 640px;
	border: 5px solid #413b3b;
	height: 270px;
	max-height: 270px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#STweb #Central p .ImagenFlotandoDerecha {
	float: right;
	border: 10px solid #96a086;
	margin-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:300px;
	}
#STweb #Central p .ImagenFlotandoIzquierda {
	float: left;
	border: 10px solid #96a086;
	margin-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:200px;
}
#STweb #Central #Caracteristicas {
	width: 625px;
	margin-left: 25px;
	float:left;
}
#STweb #Central h1 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 650px;
}
#STweb #Central #MapaGoogle {
	float: left;
	height: 300px;
	width: 648px;
	border: 1px solid #423839;
}
#STweb #Central #MapaGoogle-CalculaRuta {
	float: left;
	width: 640px;
}
#STweb #Central #ListadoFotografias {
	float: left;
	width: 670px;
	margin-top: -10px;
	margin-left: -10px;
}
#STweb #Central #ListadoFotografias .lightbox {
	float: left;
	height: 120px;
	width: 153px;
	border: 1px solid #966;
	margin-top: 10px;
	margin-left: 10px;
}
/****************************************************************************/
#tablaprecios {
	float: left;
	width: 650px;
	color:#000;
}
	#tablaprecios .concepto {
		padding: 5px;
		float: left;
		width: 350px;
		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: 650px;
	}
/****************************************************************************/
#STweb #Central h2 {
	float: left;
	width: 650px;
}
