/* CSS Document */

/*Estilos para la intermedia de productos y servicios*/

#contenedor_dcha {
	width:31%; 
	float:left;
	position:relative;
}

#contenedor_central {
	width:38%; 
	float:left; 
	text-align:center;
	position:relative;
}

#contenedor_izda {
	width:31%; 
	float:right;
	position:relative;
}

.cont_bloques {
	height:104px;
	border:1px solid #d4d4d4;
	border-bottom:none;
	margin:0px auto;
	text-align:left;
	font-family:"Century Gothic", Arial;
	width:98.5%;
}

.pie_naranja {
	width:99.5%;
	height:12px;
	background:url(http://www.coproga.es/img/pie_naranja.jpg);
	margin:0px auto;
}

.pie_azul {
	width:99.5%;
	height:12px;
	background:url(http://www.coproga.es/img/pie_azul.jpg);
	margin:0px auto;
}

.pie_verde {
	width:99.5%;
	height:12px;
	background:url(http://www.coproga.es/img/pie_verde.jpg);
	margin:0px auto;
}

p.txt_productos {
	margin-left:10px;
	font-size:1.4em;
	color:#2f2f2f;
	line-height:20px;
}

.tienda {
	background:url(http://www.coproga.es/img/f_tienda.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.alimentacion {
	background:url(http://www.coproga.es/img/f_alimentacion.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:80%;
}

.seguros {
	background:url(http://www.coproga.es/img/f_seguros.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.gasolinera {
	background:url(http://www.coproga.es/img/f_gasolinera.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.cereal {
	background:url(http://www.coproga.es/img/f_cereal.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:80%;
}

.fitosanitarios {
	background:url(http://www.coproga.es/img/f_fitosanitarios.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}


.titulo_secc {
	font-size:2.8em;
	font-weight:500;
	font-family:"Century Gothic", Arial;
	margin:0px auto;
}

.naranja a {
	color:#d9682c;
	text-decoration:none;
}

.azul a {
	color:#0e548e;
	text-decoration:none;
}

.verde a {
	color:#89ae23;
	text-decoration:none;
}


.naranja a:hover, .azul a:hover, .verde a:hover {
	text-decoration:underline;
}
