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

body {
	background-color: #CCCCCC;
	text-align: center;
	margin: auto;/*esto centra si lo quieres alineado a la izquierda remueves esta línea*/ 
	
	}

a {
	color:#FFFFFF;
	font: normal "Calibri" 10px;
	text-decoration: none;
	font-weight: normal;
	}
	
a:hover {
	color: #FFFFFF;
	font: "Calibri";
	}



/* 	MAQUETADO */

#contenedor{
	background: #282828;
	width: 962px;
	text-align: center;
	font: normal 11px "Calibri";
	color: #FFFFFF;
	border: 1px solid #282828;
	font-size: 12px;
	margin:auto;/*esto centra si lo quieres alineado a la izquierda remueves esta línea*/
	}
	
	
#cabezal{
	background: url(images/cabezal.jpg);
	width: 962px;
	height: 259px;
	}

	
#menu{
	background: #227652;
	width: 932px;
	height: 20px;
	padding: 15px 20px 10px 10px;
	text-align:right;
	}

#menu a {
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;	
	}
#menu a:hover {
	font-size: 12px;
	color: #282828;
	}

	
#contenido{
	background: #282828;
	width: 962px;
	text-align: justify;
	/*chanchullo (o chanchuyo?) para que funque el min-height en EI, pues de la forma natural no funciona...*/
	min-height:450px;
  	height:auto !important;
  	height:450px;

	}
	
#titulo{
	width: 872px;
	padding-left: 80px;
	padding-right: 10px;
	text-align: right;
	clear:both;
	}
	
#texto{
	width: 800px;
	float: right;
	margin-right: 30px;

	}
	
#pie{
	width: 942px;
	text-align: justify;
	padding: 10px;
	height: 10px;
	background: #227652;
	clear:both;/*esto hace que nada flote a la izquierda y derecha entonces se queda quieto y solari, y no intenta acomodarse por ahí*/
	margin:auto;/*esto centra si lo quieres alineado a la izquierda remueves esta línea*/
	}







