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

    body {
	background: #e6e6e6; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    }
    .oneColFixCtr #container {
	width: 850px;
	margin: 0 auto;
	text-align: right; /* esto anula text-align: center en el elemento body. */
	height: 600px;
	margin-top: 0px;
    }
    .oneColFixCtr #mainContent {
	margin-top: 120px;
	height: 200px;
	padding-top: 5px;
	padding-right: 55px;
    }
.oneColFixCtr #zonaBotones {
	margin-top: 25px;
}
.ParrafoMediano {
	font-size: 12px;
	text-align: center;
}
.ImgBotonesPortada {
	border: 0px;
	margin-top: 10px;
}
.ImgBotonesSubpaginas {
	border: 0px;
	margin-top: 20px;
	margin-left: 30px;
}

.ImagInvisibles {
	border: 0;
	visibility: hidden;
	margin-left: 40px;
}
.ImagInvisiblesSubpaginas {
	border: 0;
	visibility: hidden;
	margin-bottom: 80px;
	margin-left: -15px;
}


#Encabezado {
	position:absolute;
	left:280px;
	top:-500px;
	width:432px;
	height:71px;
	z-index:2;
}





p {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
}
h1 {
	color: #e6e6e7;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	line-height: 0px;
}

a {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#botPortada {
	margin-right: 20px;
}
#contenidoScroll {
	height: 300px;
	width: 450px;
	float: right;
	overflow: auto;
	margin-right: -30px;
	text-align: left;
}
ul {
	font-size: 12px;
	color: #999999;
}
.ImagThumbnails {
	margin-right: 15px;
	margin-bottom: 15px;
}
.exponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	float: right;
	padding-top: 150px;
	clear: both;
}
