@charset "UTF-8";
.contenedor {
	height: 250px;
	width: 900px;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	clear: none;
	background-attachment: fixed;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 660px;
	padding-left: 135px;
	padding-top: 25px;
	padding-right: 105px;
	background-color: #FFFFFF;
	height: 830px;
	background-image: url(../img/base/fondo-7.jpg);
}
.contenido-confondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 800px;
	width: 660px;
	padding-left: 135px;
	padding-top: 25px;
	padding-right: 105px;
	background-color: #FFFFFF;
	background-image: url(../img/base/fondo-3.jpg);
}
.menupral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	height: 20px;
	width: 765px;
	padding-top: 0px;
	text-align: left;
	font-weight: normal;
	background-image: url(../img/base/fondo-4-2.jpg);
	padding-left: 135px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.pie {
	font-family: georgia;
	color: #000000;
	background-color: #F063A4;
	margin: 0px;
	text-align: left;
	width: 760px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 135px;
}

