body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	background-position: bottom;
	vertical-align: middle;
}
#contenedora {
	text-align: center;
	height: 580px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contenedora .abajo {
	height: 25px;
	vertical-align: bottom;
}
#contenedora .abajo a:link{
	color: #666666;
	text-decoration: none;
}
#contenedora .abajo a:visited{
	color: #666666;
	text-decoration: none;
}
#contenedora .abajo a:active{
	color: #666666;
	text-decoration: none;
}
#contenedora .abajo a:hover{
	color: #000066;
	text-decoration: none;
}
.error {
	text-decoration: none;
}
.error a:link{
	color: #666666;
	text-decoration: none;
}
.error a:visited{
	color: #666666;
	text-decoration: none;
}
.error a:active{
	color: #666666;
	text-decoration: none;
}
.error a:hover{
	color: #000066;
	text-decoration: none;
}