#contenedor {

	WIDTH: 800px;

}



#encabezado {

	position: relative;

}



#menu{

	WIDTH: 780px;

	height: 411px;

	position: relative;

	left: inherit;

	margin: 0px;

	z-index: 1;	

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#centro {

	padding: 0px;

	margin-top: 0px;

	z-index: 1;

	background-image: url(../img/fondoHome.jpg);

	background-repeat: repeat-y;

	background-color: #FFFFFF;

	height: 140px;

}



#columnaIzquierda {

	float: left; 

	margin-left: 0px; 

	width: 570px; 

	padding-top: 10px;

	padding-left: 20px;

}



#columnaDerecha {

	float: left;

	margin-right: 5px;

	width: 185px;

	padding-top: 10px;

	text-align: left;

	margin-left: 8px;

}



#columnaIzquierda div.textoInterior hr {

	border: 1px solid #DDED92;

	width: 95%;

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#cierre{

	clear: both;

	background-image: url(../img/pieHome.jpg);

	background-repeat: no-repeat;

	height: 15px;

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pie{

	clear: both;

	padding-left: 10px;

	background-color: #FFFFFF;

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tresNodos{

	clear: both;

	padding-right: 10px;

	text-align: right;

	margin-top: -16px;

	background-color: #FFFFFF;

}

