body {
	background-image:url(../img/fondo_entrar.jpg);

	background-repeat:repeat-x;
	background-color:#e6e5e2;
	position:relative;
	margin:0px;
	border:0px solid #553344;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
}
#contenido {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../img/fondoContenidoEntrar.jpg);
	width:1000px;
	height:668px;
	border:0px solid #660000;

	overflow:hidden;
}

.contenido {
	height:400px;
	text-align:center;
	padding-top:200px;
	color:#6c5547;
	font-size:26px;	
}

.pie {

	font-size:12px;
	color:#333333;
	text-align:center;
}

.des {
	margin-top:40px;
	
}