@charset "UTF-8";
#contenedor {
	float: left;
	width: 800px;
	margin-left: -9px;
	left: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/backtextorepeat.jpg);
	background-repeat: repeat-y;
	margin-top: 40px;
}
#contenedor #legal {
	background-color: #ff9501;
	height: 100px;
	width: 800px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 70px;
	padding-top: 25px;
}
#contenedor #header img {
	float: left;
	width: 800px;
	margin-top: 0px;
}
#header img {
	float: left;
	height: 122px;
	width: 800px;
	padding-left: 0px;
	margin-top: 25px;
}
#contenedor #menu {
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(images/backtextorepeat.jpg);
	background-repeat: repeat-y;
	float: left;
}
#contenedor #texto #formatoletras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 595px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 83px;
}
#contenedor #footer {
	width: 800px;
	background-image: url(images/footer.jpg);
	float: left;
}
#contenedor #texto {
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(images/backtextorepeat.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	float: left;
}

