@charset "utf-8";

body, html {
	background-image: url(../img/fondotextura.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	text-align: center;
	background-attachment: fixed;
}


#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: center;
}

/*///////////////////////////////////////////////////////////*/

#contenido {
	float: left;
	list-style: none;
	padding: 0;
	width: 750px;
	height: 373px;
	overflow: visible;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#datos {
	float: left;
	list-style: none;
	padding: 0;
	width: 780px;
	height: 109px;
	overflow: visible;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* /////////////////////////////////////////////////////
CAJAS
////////////////////////////////////////////////////////*/

.caja {
	display: block;
	position: absolute;
	outline: none;
	left: 183px;
	top: 37px;
	width: 329px;
	height: 881px;
}

