@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: 11px;
	padding: 0px;
	text-decoration: none;
}

html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	/* Configuracion de color de letra por defecto */
	color: #009ee0;
	background-color: #ffffff;
	background-image: url(/images/barratop.png);
	background-repeat: repeat-x;
}

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

/* Configuracion de encabezados */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
p { float:left; text-align:justify; }

/* Configuracion de textos */
.TextoAzulOscuro 		{
	color: #00274A;
}
	a.TextoAzulOscuro 	{ color: #00274A; }

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

/* 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 #Secciones {
	float: left;
	height: 43px;
	width: 900px;
}
#STweb #Secciones a {
	color: #FFF;
	float: right;
	margin-top: 18px;
	margin-left: 20px;
}
#STweb #Logo {
	float: left;
	width: 900px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#STweb #Panoramica {
	float: left;
	height: 214px;
	width: 900px;
	margin-bottom: 40px;
	position:relative;
	z-index:24;
}
#STweb #Contenido {
	float: left;
	width: 900px;
}
#STweb #Inferior {
	background-image: url(/images/barraabajo.png);
	float: left;
	height: 28px;
	width: 860px;
	padding-left: 20px;
	padding-top: 15px;
	color: #FFF;
	padding-right: 20px;
	margin-top: 40px;
}
#STweb #Creditos {
	float: left;
	width: 900px;
	margin-bottom: 20px;
}
#STweb #Creditos p {
	text-align: right;
	width: 900px;
}
#STweb #Contenido .Cuadro {
	float: left;
	width: 204px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-weight: bolder;
}
#STweb #Contenido .Cuadro.SinBorde {
	border:0;
}
#STweb #Contenido .Cuadro p {
	width: 204px;
}
#STweb #Contenido .Cuadro p .Titulo {
	font-size: 17px;
	position:relative;
	z-index:24;
	float:left;
	width: 204px;
}
#STweb #Contenido .CuadroCompleto {
	float: left;
	width: 655px;
	margin-right: 10px;
	margin-left: 10px;
}
#STweb #Contenido .CuadroCompleto .lightbox {
	float: left;
	height: 89px;
	width: 89px;
	border: 4px solid #00274A;
	margin: 6px;
}
#STweb #Contenido .CuadroCompleto p {
	width: 655px;
}

