#ppal{
	width: 100%;
	margin-top: 10px;
	height:3000px;
}

.corte {
clear: both;
}

#contenedor {
	width: 100%;
	text-align: center;

}

#contcentrado {
position:relative;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F5D751;
}
#contenedor .pie {
	background-color: #6666FF;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
	color: #3C3C3C;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF0000;
	font-style: oblique;
}
.cabezal {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.container {
	width: 700px;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	background-color: #CCCCCC;
}
body {
	font-family: Calibri, Verdana, Arial;
	font-size: 10px;
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(../images/fondo_1.png);
}
a:link{
	color: #1A1A1A;
	text-decoration: none;
}a:hover {
	color: #ECECFF;
	text-decoration: none;
}
a:visited {
	color: #191919;
	text-decoration: none;
}
