#contenedor {
	width: 760px;
}

#encabezado {
	height: 350px;
	background-color: #f4f4f4;
}
#encabezadoconfiaron {
	position: relative;
	height: 250px;
	overflow: hidden;
	background-color: #f4f4f4;
}

#menu {
	width: 760px;
	height: 250px;
	top: 0px;
	position: relative;
	z-index: 12;
}

#banner{
	width: 760px;
	heigh: 200 px;
	position: relative;
	/*top: -100px;*/
	z-index: 10;
	margin: 0px;
	margin-top: -97px;
}

#principal {
	width: 760px;
	margin-top: 0px;
	margin-left:0px;
	background-color: #cccccc;
	height: 795px;
	border: solid 0.1em #0066ff;
	/*padding: 0px;
	margin-top: 0px;
	background-color: #cccccc;
	height: 80%;
	overflow: hidden;
	border: solid 0.1em #0066ff;*/
}
#columnaDcha {
	float: left;
	margin-left: 0px;
	width: 250px; 
	height: 795px;
	background-color: #ffffff;
}

#columnaCent{
	float: left; 
	margin-left: 5px; 
	width: 250px;
	height: 795px;	
	background-color: #ffffff;
}

#columnaIzq {
	float: right; 
	width: 250px;	
	height: 795px;
	background-color: #ffffff;
	
}
#columnaPrensa{
	float: left;
	margin-left: 0px;
	width: 760px; 
	height: 350px;
	background-color: #ffffff;
}
#pie
{
   width: 760px;
	margin-top: 0px;
	margin-left:0px;
	background-color: #FFFFFF;
	height: 70px;
	border: solid 0.1em #cccccc;
	background-color: #f4f4f4;
}