@charset "utf-8";
/* CSS Document */
/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	/* Configuracion de tipo de letra y tamaño por defecto */
	font-family: Verdana;
	font-size: 13px;
	padding: 0px;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
}

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;
}
body {
	background: url(/images/superior.jpg) no-repeat right top;
}

/* 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: #99EAFB; }
	a.TextoAzul 	{ color: #00F; }

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

/* 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;
	height: 140px;
	width: 900px;
	position:relative;
	z-index:24;
}
.STweb #Central {
	float: left;
	width: 760px;
	background-image: url(/images/fondocentro.png);
	background-repeat: repeat;
	padding-top: 130px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
}
.STweb #Inferior {
	float: left;
	width: 800px;
	background-image: url(/images/fondocentroabajo.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #FFF;
	position:relative;
	z-index:24;
}
#CuerpoInferior {
	background-color: #89893B;
	float: left;
	height: auto;
	width: 100%;
}
#CuerpoInferior .STweb #Inferior p {
	width: 760px;
}
.STweb #Central p {
	width: 760px;
}
#CuerpoInferior .STweb #Inferior .Creditos {
	font-size: 10px;
}
#CuerpoInferior .STweb #Inferior .Creditos a {
	font-size: 10px;
}
#CuerpoInferior .STweb #Inferior a {
	color: #FFF;
}
.STweb #Central .CajaPresentacionCasaIndex {
	float: left;
	width: 350px;
}
.STweb #Central .CajaPresentacionCasaIndex p {
	float: left;
	width: 350px;
}
.STweb #Central .CajaPresentacionCasaIndex p .FotoPrincipal {
	float: left;
	width: 340px;
	border: 5px solid #1E1D01;
	height: 200px;
}
.TextoMediano {
	font-size: 15px;
}
.STweb #Central .TextoGrande {
	font-size: 25px;
	font-family:"Comic Sans MS", cursive;
}
.STweb #Central h1 {
	width: 760px;
	font-family:"Comic Sans MS", cursive;
}
.TextoVerde {
	color: #89893B;
}
.STweb #Central .CajaPresentacionCasaIndex h1 {
	width: 350px;
	float:left;
}
.STweb #Central h2 {
	width: 760px;
	float:left;
}
.STweb #Central #Secciones {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.STweb #Central #ContenidoComplt {
	float: left;
	width: 540px;
}
.STweb #Central #ContenidoComplt p {
	width: 540px;
	font-family: Verdana;
}
.STweb #Central #ContenidoComplt ul {
	float: left;
	width: 540px;
	margin-top: -5px;
}
.STweb #Central #ContenidoComplt ul li {
	float: left;
	width: 540px;
	margin-top: 5px;
}
.STweb #Central #ContenidoComplt p .ImagenDerecha {
	float: right;
	margin-left: 20px;
	border: 5px solid #89893B;
}
.STweb #Central #ContenidoComplt p .ImagenIzquierda {
	float: left;
	margin-right: 20px;
	border: 5px solid #89893B;
}
.STweb #Central #Secciones p {
	float: left;
	width: 200px;
}
.STweb #Central #Secciones ul {
	float: left;
	width: 200px;
	list-style-type: none;
	margin-top: -5px;
}
.STweb #Central #Secciones ul li {
	float: left;
	width: 200px;
	list-style-type: none;
}
.STweb #Central #Secciones ul li a {
	float: left;
	margin-top: 5px;
	width:200px;
	font-weight: bold;
	color: #89893B;
}
.STweb #Central #Secciones ul li a:hover {
	margin-left:20px;
	width:180px;
}
.STweb #Central #ContenidoComplt #MapaGoogle {
	float: left;
	height: 300px;
	width: 530px;
	border: 5px solid #898960;
}
.STweb #Central #ContenidoComplt table {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 0px;
}
.STweb #Central #ContenidoComplt table tr td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #1E1D01;
	border-right-color: #1E1D01;
	border-bottom-color: #1E1D01;
	border-left-color: #1E1D01;
	padding: 5px;
}
.Notificacion {
	padding: 10px;
	}.STweb #Central .Banderas {
	text-align: center;
}
.STweb #Central .Banderas img {
	margin-right: 5px;
	margin-left: 5px;
}

