@charset "utf-8";
body {
	font-size: 70%;
	margin: 0px;
	background-color: #6b1c75;
	background-image: url(../imagenes/trama.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

/* CSS Document */

#contenedor {
	background-repeat: repeat-x;
	background-position: left 90px;
	height: 552px;
	width: 766px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -276px;
	margin-left: -383px;
}
#cabecera {
	background-color: #6b1c75;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 90px;
	width: 1000px;
}
#cuerpo {
	background-repeat: no-repeat;
	background-position: left top;
	height: 611px;
	width: 1000px;
}
#pie {
	height: 20px;
	width: 1000px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

