/*PORTADA*/
#columna{
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	width:30%;
	border-right: 1px solid #cccccc;
	min-height:375px;
	border-bottom:10px solid #FFFFFF;
}
#texto_portada_centro{
	position:relative;
	float:left;
	width:60%;
}
#imagen_noticia_portada{
	position:relative;
	float:left;
	margin:0;
	margin-bottom:10px;
	margin-right:10px;
	width:20%;
}
#texto_noticia_portada{
	position:relative;
	float:left;
	text-align:right;
	width:75%;
}
#imagen_igp{
	position:relative;
	float:left;
	margin:0;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:8px;
	width:30%;
}
#fecha_noticia{
	position:relative;
	float:left;
	text-align:right;
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#427132;
}

/*SECCIONES*/
#seccion_con{
	position:relative;
	float:left;
	width:69%;
	border-right: 1px solid #CCCCCC;
	min-height:350px;
	text-align:center;
}
#seccion_sin{
	position:relative;
	float:left;
	width:100%;
}
#seccion_contacto{
	position:relative;
	float:left;
	width:100%;
	min-height:385px;
	background-image:url(../images/imagen_contacto.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#seccion_lateral{
	position:relative;
	float:left;
	width:29%;
	margin:0;
	padding:0;
	margin-left:12px;
}
#imagen_seccion{
	position:relative;
	float:left;
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:10px;
	margin-left:10px;
	width:40%;
}
#texto_imagen_seccion{
	position:relative;
	float:left;
	width:56%;
}
#texto_seccion{
	position:relative;
	float:left;
	width:54%;
}
#columna_izda_seccion{
	position:relative;
	float:left;
	width:25%;
	border:1px dotted #CCCCCC;
	padding-right:5px;
}
#columna_dcha_seccion{
	position:relative;
	float:left;
	width:19%;
	padding-right:5px;	
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}
#separacion_empresas{
	position:relative;
	float:left;
	width:96%;
	border-top:1px dotted #CCCCCC;
	margin-bottom:5px;
}
/*NOTICIAS*/
#contiene_fila{
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
}
#texto_fila{
	position:relative;
	float:left;
	width:58%;
	padding-right:20px;
	padding-left:25px;
	text-align:justify;
}
#info{
	position:relative;
	float:left;
	width:7%;
	text-align:center;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
}
#imagen_fila{
	position:relative;
	float:left;
	width:24%;
	text-align:justify;
	background-image:url(../images/fondo_imagen.jpg);
	background-repeat:repeat-y;
	min-height:60px;
	padding-left:35px;
}
#noticia_ampliada{
	position:relative;
	float:left;
	width:58%;
	padding-right:15px;
	padding-left:5px;
	text-align:justify;
}
#imagen_noticia_ampliada{
	position:relative;
	float:left;
	width:auto;
	text-align:center;
	border:1px dotted #427132;
}
#noticias_volver{
	position:relative;
	float:left;
	width:58%;
	text-align:center;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;

}
#noticias_anterior{
	position:relative;
	float:left;
	width:20%;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;

}
#noticias_siguiente{
	position:relative;
	float:left;
	width:20%;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
#no_noticias{
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
	padding-top:20px;
	border-top:1px dotted #CCCCCC;
	min-height:340px;
	text-align:center;
	background-image:url(../images/imagen_contacto.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#427132;
}
#resultados{
	position:relative;
	float:left;
	width:65%;
	text-align:justify;
	padding-left:35px;
	margin-top:10px;
}
#ricamesa{
	position:relative;
	float:left;
	width:30%;
	text-align:center; 
	margin-top:10px;
	padding-bottom:5px;
	font-size:0.7em;
}
