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

        .centro{
	margin-left:auto;
	margin-right:auto;
	width:794px;
	height:auto;
		}
/* CSS Document */


		#cabecera{
	width:800px;
	height:auto;
	float: left;
		}    
		#menu{
	width:794px;
	text-align: center;
	border-bottom-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
	background-color: #EEEEEE;
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: 25px;
		}
	#pie{
	background-color: #000000;
	width: 794px;
	float: left;
	height: 20px;
	margin-top: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
	
	.pie{
		height:50px;
		height: 20px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		float:left;
		background-repeat: no-repeat;
		color: #FFFFFF;
		font-size: 0.8em;
		width: 794px;
	}
