
.contenedor {
	clear: both;
	margin: 0; padding: 0;
	margin-left: 2em;
	padding-bottom: 1em;
	/*overflow: auto;*/
	height: 100%;
}

.contenedor:after, #container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.contenedor_lateralindex {
	clear: both;
	margin: 0; padding: 0;
	/*background: transparent url(/img/fondo_lateralindex.jpg) no-repeat  bottom right;*/
	height: 100%;
}

.contenedor_lateralindex .contenedor {
	margin: 0;
}

.contenedor_noticias {
	margin: 0; padding: 2px;
	background-color: #E6F7AF;
	margin-left: 10px;
	margin-right: -16px;
}

#col1o, #col2o
{
	float: left;
	position: relative;
} 

#col1o
{
	width: 3%;
	overflow:hidden;
	right: 25%;
} 

#col2o
{
	left: 3%;	 
	width: 25%;
	overflow: hidden;
}
 
#col3o {
	float: right;
	width: 71.93%;
	overflow: hidden;
}

body>#col3o {
	width: 71.93%;
}

#col1, #col3{
	padding: 0px;
}



#col1{ 
	border-width: 0 1px 1px 0;
}

#col2{
	background-position: -100px 0; /* Hide when JS off */
}

#container {
	/*height: 29px;
	background: url(/img/fondo_cabecera.jpg) no-repeat 0 -137px;*/
	height: auto;
}

#container_fondo {
	background: url(/img/fondo_cabecera.jpg) no-repeat;
	height: 100%;
}

#container_index {
	background: url(/img/fondo_cabeceraindex.jpg) no-repeat 0 -41px;
}

#pie {
	clear: both;
	position: relative;
	text-align: center;
	font-size: 80%;
	padding: 1em 1em; 
	line-height: 1.1;
	height: 15em;
	background-color: #0636BD;
	border-top: 6px solid #00064E;
	
}

#header {
	margin: 0; padding: 0px;
	background: #C8E75D url(/img/fondo_cabecera.jpg) no-repeat;
	height: 137px;
}

#header_index {
	margin: 0; padding: 0px;
	background: #A1BD4C url(/img/fondo_cabeceraindex.jpg) no-repeat;
	height: 10px;
}

#skip {
	text-indent:-20em;
	position:absolute;
}




