@charset "utf-8";
div#logotop {
	float: left;
	width: 460px;
	height: 135px;
	margin: 0px;
}


div#top {
	clear: both;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	height: 192px;
	background-image: url(../img/fondotop.jpg);
}
div#bannermid {
	clear: both;
	width: 777px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
div#contenido {
	clear: both;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/mediocuerpo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 23px;
	background-color: #FFFFFF;
}
div#pie {
	background-color: #FFFFFF;
	clear: both;
	width: 757px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	padding: 10px;
	margin-bottom: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-image: url(../img/bg.gif);
	background-repeat:  repeat-x;
}
