@charset "UTF-8";
/* CSS Document */

#contenedor{
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
}
#lista{
	height: 10px;
	width: 800px;
	float: right;
}
#logo{
	height: 210px;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 72px;
	color: #FFFFFF;
	text-align: center;
}
#menu{
	height: auto;
	width: 136px;
	float: left;
	padding-left: 10px;
	border: 1px dashed #A82D25;
	font-weight: bold;
}
#cuerpo{
	float: right;
	height: auto;
	width: 620px;
	padding: 10px;
	border: 1px dashed #A82D25;
}
#pie{
	height: auto;
	width: 640px;
	float: right;
	text-align: center;
	padding-top: 20px;
	margin-top: 10px;
	border: 1px dashed #A82D25;
	padding-bottom: 20px;
}
