@charset "UTF-8";
/* CSS Document */
#contenedor {
	width: 790px;
	margin: auto;
}
#titulo {
	text-align: center;
	width: 790px;
	margin: auto;
	margin-bottom: 0px;
}
#entrar {
	text-align: center;
	width: 790px;
	margin: auto;
	margin-bottom: 0px;
}
#contenido_index {
	text-align: justify;
	font-family: "lucida grande";
	font-size: 11px;
	width: 790px;
	margin: auto;
	margin-bottom: 0px;
}
#contenido_index2 {
	text-align: justify;
	font-family: "lucida grande";
	font-size: 11px;
	width: 790px;
	background-image: url(imagenes/index-fondo-de.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#contenido_index h1 {
	font-weight: bold;
	font-size: 11px;
	color: #0099FF;
}

#contenido_index h2 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#contenido_index2 h1 {
	font-weight: bold;
	font-size: 11px;
	color: #0099FF;
}

#contenido_index2 h2 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#pie_index {
	width: 650px;
	text-align: center;
	margin: auto;
}
.p-index {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-align: justify;
}
