

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


a { text-decoration: none;}
a:link img {border:0px;}
a:visited img {border:0px;}
a:hover img {border:0px;}
a:active img {border:0px;}

body {
	background: #cccccc;
	color: #444;
	font: normal 62.5% verdana;
	padding-top: 25px;
}



li {list-style: none;
	line-height:0px;
	}



/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* estructura */
.cont {
	
	background:  url(img/fondo.jpg) no-repeat;
	margin: 0 auto;
	padding: 10px;
	width: 800px;
}


/* cabecero */
.cabe {
	align: center;
	height: 175px;
	margin-bottom: 10px;
	padding-left: 350px;
	padding-top: 10px;
}



/* cuerpo */
.cuerpo {
	
	height: 300px;
	padding: 40px 0 0 0;
	font: verdana, sans serif;
}


/* navegacion */
.botones {
	align: left;
	width: 730px;
}






/* footer */
.footer {
	background: #ccc;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin: 5px 0 0 100px;
	padding: 10px 12px;
	width: 800px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}