@charset "utf-8";
cssdise {
}

body {
	margin:0;
	padding:0;
	height:100%;
}


#wrapper {
	min-height:100%;
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	height: 96px;
	width: 800px;
	left: auto;
	right: auto;
	position: absolute;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#body {
	position: absolute;
	width: 800px;
	top: 105px;
	padding-bottom:60px;
	height: 364px;
}

#footer {/*footer content of page*/
	position: absolute;
	bottom: 0px;
	background: url(images/footer.png) no-repeat;
	width: 100%;
	height:60px;
}


.submenus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
.texto_black {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
