* {
	margin:					0px;
	padding:				0px;
	border: 				solid 0px;
}
html, body, #centrado {
	min-height: 			100%;
	width: 					100%;
	height: 				100%;
}
html>body, html>body #centrado {
	height: 				auto;
}
p, ul {
	margin-bottom:			1em;
}
li {
	margin-left:			2em;
}
div {
	float:					left;
	display:				block;
}
div.spacer {
	font-size:				0px;
	height:					0px;
	clear:					both;
}
/* -------------------------------------- */
body {
	font-family: 			tahoma, verdana, sans-serif;
	font-size: 				11px;
	background-color: 		#999999;
}

#centrado {
  	width: 					756px;							/* Ancho del contenido */
	position: 				absolute;						
	top: 					0px;	
	left:					50%;							
	margin-left:			-378px;
	background-color:		#FFFFFF;
}
#centrado #menutop {
	width:					756px;
	height:					150px;
	margin-bottom:			10px;
	background-color:       #000000;
}
#centrado #cuerpo {
	width:					756px;
	margin-bottom: 			80px;	                          /* Alto del footer */
}
#centrado #cuerpo1 {
	width: 756px;
	height: 250px;		
}
#centrado #cuerpo2 {
	width: 756px;
	height: 100px
}
#centrado #pie {
  	height: 				80px;							/* Alto del footer */
	width: 					756px;							/* Ancho del contenido */
	position:	 			absolute;						
	bottom:					0px;							
	clear:					both;	
	background-color:		#FFFFFF;
}
#contenido {
  width:					510px;
  background-color:			#FFCC66;
  margin-bottom:			50px;
}
#contenido #imagen {
  width:				510px;
  margin-bottom:		10px;
}
#contenido #aire {
  width:			462px;
  margin:			0px auto 70px auto;
  float:			none;
}

#centrado  #cuerpo .link {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#centrado  #cuerpo .menu {
	color: #FF6600;
	text-decoration: none;
}
#centrado  #cuerpo .menu:hover {
	color: #FF3300;
	text-decoration: none;
}
#centrado  #cuerpo .menuBlanco {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#centrado #cuerpo .Titulo {
	font-size: 14px;
	font-weight: bold;
	color: #663434;
}

#centrado .linkfooter {
	text-decoration: none;
	color:#000000;
}
#centrado .linkfooter:hover {
	text-decoration: underline;
}

