/* SECCIONES */

.titulos_verdes {
	font-weight: bold;
	color: #5EA732;
	}
.titulos_verdeosc {
	font-weight: bold;
	color: #006600;
	}
.titulares_verdes {
	font-weight: bold;
	color: #5EA732;
	font-size: 16px;
	line-height: 20px;
	}
.titulos_naranjas {
	font-weight: bold;
	color: #FC7B03;
	}
.titulares_naranjas {
	font-weight: bold;
	color: #FC7B03;
	font-size: 16px;
	line-height: 20px;
	}
.txt_naranjas {
	color: #FC7B03;
	}
.titulos_azules {
	font-weight: bold;
	color: #003399;
	}
.titulares_azules {
	font-weight: bold;
	color: #003399;
	font-size: 16px;
	line-height: 20px;
	}
.recuadro_body {
	border: 1px #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 15px;
	padding-left: 15px;
	}
.vermapa {
	color: #5EA732;
	}
.aclaraciones {
	font-size: 9px;
	}
.rutas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.rutas:hover {
	color: #000000;
}
.rutas_act {
	color: #333333;
}


/* USADOS */
.titulos_usados {
	color: #FFFFFF;
	}
.registro1 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #E5E5E5;
	height: 20px;
	}
.registro2 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #EFEFEF;
	height: 20px;
	}

/* NOVEDADES */
.listadonews_agev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #D6E0CC;
	height: 18px;
	width: 700px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.listadonews_agev:hover {
	background-color: #A6CC99;
}
.fecha_agev {
	color: #99C299;
}
.listadonews_ge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFE5BF;
	height: 18px;
	width: 700px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.listadonews_ge:hover {
	background-color: #FFCC7F;
}
.fecha_ge {
	color: #FED8B4;
}
.listadonews_clima {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #C1D4ED;
	height: 18px;
	width: 700px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.listadonews_clima:hover {
	background-color: #99B8E1;
}
.fecha_clima {
	color: #ADC6E7;
}


/* PRODUCTOS */
.recuadro_cate {
	background-image: url(../img/fondo_categorias.gif);
	background-repeat: no-repeat;
	height: 175px;
	width: 176px;
	text-align: center;
	}
.titulo_cate1 {
	background-image: url(../img/fondo_tituloscategorias.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 168px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #006600;
	}
.titulo_cate2 {
	background-image: url(../img/fondo_tituloscategorias.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 168px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #BB5E00;
	}
.titulo_cate3 {
	background-image: url(../img/fondo_tituloscategorias.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 168px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #003399;
	}
.producto_agev {
	background-image: url(../img/producto_agev.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	}
.producto_agev:hover {
	color: #FFFF00;
	}
.producto_ge {
	background-image: url(../img/producto_ge.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	}
.producto_ge:hover {
	color: #660000;
	}
.producto_clima {
	background-image: url(../img/producto_clima.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	}
.producto_clima:hover {
	color: #FFFF00;
	}
#foto_producto {
	width: 175px;
	float: left;
}
#producto_descripcion {
	margin-left: 210px;
}

.bot_producto_agev {
	background-image: url(../img/producto_agev2.gif);
	display: block;
	height: 18px;
	width: 157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 18px;
	}
.bot_producto_agev:hover {
	color: #FED230;
	}
.bot_producto_ge {
	background-image: url(../img/producto_ge2.gif);
	display: block;
	height: 18px;
	width: 157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 18px;
	}
.bot_producto_ge:hover {
	color: #333333;
	}
.bot_producto_clima {
	background-image: url(../img/producto_clima2.gif);
	display: block;
	height: 18px;
	width: 157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 18px;
	}
.bot_producto_clima:hover {
	color: #FED230;
	}
.bot_producto_comprar {
	background-image: url(../img/producto_comprar.gif);
	display: block;
	height: 19px;
	width: 157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FED230;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-left: 18px;
	font-weight: bold;
	}
.bot_producto_comprar:hover {
	color: #FFFFFF;
	}
.otrosmodelos_agev {
	font-weight: bold;
	color: #008000;
	background-image: url(../img/vineta02.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 5px;
	margin-bottom: 7px;
	}
.otrosmodelos_ge {
	font-weight: bold;
	color: #FC7B03;
	background-image: url(../img/vineta05.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 5px;
	margin-bottom: 7px;
	}
.otrosmodelos_clima {
	font-weight: bold;
	color: #003399;
	background-image: url(../img/vineta04.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 5px;
	margin-bottom: 7px;
	}
	
	
/* FORMULARIOS */

.campo240px {
	background-image: url(../img/campo240px.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	width: 235px;
	padding-top: 3px;
	padding-left: 5px;
	}
.fondo_coment240px {
	background-image: url(../img/campo241px.gif);
	background-repeat: no-repeat;
	width: 235px;
	padding-top: 3px;
	padding-left: 5px;
	}
.campo_coment240px {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	width: 230px;
	background-color: #E5E5E5;
	}
