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

html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	min-height:100%;
	max-height:100%;
	
	/* Configuracion de color de letra por defecto */
	color: #333;
	
	/* Configuracion de fondo de pagina */
	background:#FFFFFF url(/images/fondo.jpg) top center repeat-x;
}

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

/* Configuracion de encabezados y párrafos */
h1, h2, h3, h4, h5, h6 { font-weight:normal; float:left; }
p { float:left; }

/* Configuracion de textos */
.TextoRojo		{ color:#C30; }
a.TextoRojo		{ color:#C30; }

.TextoAzul		{ color:#3477AD; }
a.TextoAzul		{ color:#3477AD; }

.TextoNaranja		{ color:#FF7E00; }
a.TextoNaranja		{ color:#FF7E00; }

/* Configuracion de la estructura de la página */
#STSuperior {
	float: left;
	width: 100%;
	background-image: url(/images/fondo-superior.png);
	background-repeat: repeat-x;
	background-position: top;
}
#STSuperior #CentrarSTSuperior {
	width: 940px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#STInferior {
	float: left;
	width: 100%;
	background-image: url(/images/fondo-inferior.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
}
#STInferior #CentrarSTInferior {
	width: 940px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#STSuperior #CentrarSTSuperior #Cabezera {
	float: left;
	height: auto;
	width: 940px;
	margin-top: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #57595B;
	padding-bottom: 20px;
}
#STInferior #CentrarSTInferior #CuerpoInf {
	float: left;
	height: auto;
	width: 940px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #898989;
}
#STInferior #CentrarSTInferior #CuerpoInf .ColumnaInf {
	float: left;
	list-style-type: none;
	margin-right:20px;
}
#STInferior #CentrarSTInferior #CuerpoInf .ColumnaInf  li {
	float: left;
	padding-left:10px;
	list-style-type: none;
	clear:both;
}
#STInferior #CentrarSTInferior #CuerpoInf .ColumnaInf li.TituloColumInf {
	float: left;
	padding-left:0px;
	margin-bottom: 5px;
}
#STInferior #CentrarSTInferior #CuerpoInf #LogoInferior {
	float: right;
	margin-top: 5px;
}
#STSuperior #CentrarSTSuperior #Cuerpo {
	float: left;
	height: 650px;
	width: 940px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#STInferior #CentrarSTInferior #CuerpoInf p {
	width: 940px;
}
#STSuperior #CentrarSTSuperior #Cuerpo p {
	width: 940px;
}

