@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}#tabla_gral {
	height: 100%;
	width: 100%;
}
#tabla_gral #centro {
	width: 990px;
	background-color: #FFF;
	background-image: url(../img/fondo_tabla.jpg);
	background-repeat: repeat-y;
}
#tabla_gral .pie {
	font-size: 11px;
	color: #FFF;
	background-color: #333;
	height: 40px;
	text-align: center;
}
#tabla_gral .pie a{
	color: #FFF;
	text-decoration: underline;
}
#tabla_gral .pie a:hover{
	text-decoration: none;
}
#idiomas {
	text-align: right;
	padding-top: 27px;
	padding-right: 20px;
}
#idiomas img{
	margin-right: 5px;
}

#botonera {
	height: 70px;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
}

#botonera .bt {
	background-image: url(../img/bt_fondo.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 30px;
}
#botonera .bt a{
	color: #FFF;
	line-height: 40px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
#botonera .bt a:hover{
	color: #E4DA09;
}
#contenido {
	padding-top: 30px;
	font-size: 13px;
	line-height: 17px;
	float: right;
	width: 650px;
	margin-right: 20px;
	color: #333;
	margin-bottom: 20px;
}
#home_col_izq {
	width: 380px;
}
#home_col_der {
	float: right;
	width: 240px;
}
#home_col_izq .bloque {
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	height: 1%;
	background-color: #F5F7BB;
	border: 1px solid #E5D909;
}
#home_col_izq .bloque .familia {
	color: #E4DA09;
	text-decoration: none;
}
#home_col_izq .bloque .titulo a{
	color: #025C28;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#home_col_izq .bloque .titulo a:hover{
	text-decoration: underline;
}
#home_col_izq .bloque .foto {
	float: left;
	margin-right: 10px;
	height: auto;
	width: 170px;
}
#home_col_izq .bloque .texto {
	margin-top: 5px;
	color: #333;
}
#home_col_izq .bt_mas  {
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin-top: 5px;
	background-color: #025C28;
}
#home_col_izq .bt_mas a {
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #FFF;
}
#home_col_izq .bt_mas a:hover {
	color: #F5F7BB;
}

#col3 .bloque {
	overflow: hidden;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #025C28;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 10px;
	border-right-color: #025C28;
	border-left-color: #025C28;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}
#col3 .bloque .fecha {
	font-size: 11px;
	color: #999;
	text-align: right;
}

#col3 .bloque .titulo a{
	font-size: 16px;
	color: #025C28;
	text-decoration: none;
	font-weight: bold;
}
#col3 .bloque .titulo a:hover{
	text-decoration: underline;
}
#col3 .bloque .subtitulo {
	color: #999;
}

#col3 .bloque .foto {
	height: auto;
	width: 170px;
}
#col3 .bloque .texto {
	margin-top: 5px;
	color: #333;
}
#col3 .bloque .texto a {
	color: #025C28;
}
#col3 .bloque .texto a:hover {
	text-decoration: none;
}
#col3 .bloque .bt_mas  {
	font-size: 12px;
	line-height: 20px;
	color: #025C28;
	text-decoration: underline;
	padding-left: 5px;
}
#col3 .bloque .bt_mas a:hover {
	text-decoration: none;
}
.home_tit_actualidad {
	font-size: 17px;
	line-height: 30px;
	color: #FFF;
	padding-left: 10px;
	background-color: #025C28;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
}


#home_col_der .bloque_ofertas_home {
	overflow: hidden;
	height: 1%;
	background-color: #EEE;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#home_col_der .bloque_ofertas_home .titulo a{
	font-size: 16px;
	color: #373737;
	text-decoration: none;
	font-weight: bold;
}
#home_col_der .bloque_ofertas_home .titulo a:hover{
	text-decoration: underline;
}

#home_col_der .bloque_ofertas_home .foto {
	height: auto;
	width: 170px;
}
#home_col_der .bloque_ofertas_home .texto {
	margin-top: 5px;
	color: #333;
}
#home_col_der .bloque_ofertas_home .oferta_destacado {
	color: #900;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	font-weight: bold;
}

#home_col_der .bloque_ofertas_home .texto a {
	color: #025C28;
}
#home_col_der .bloque_ofertas_home .texto a:hover {
	text-decoration: none;
}
#home_col_der .bloque_ofertas_home .bt_mas  {
	font-size: 12px;
	line-height: 20px;
	color: #025C28;
	text-decoration: underline;
	padding-left: 5px;
}
#home_col_der .bloque_ofertas_home .bt_mas a:hover {
	text-decoration: none;
}
.home_tit_ofertas {
	background-image: url(../img/ofertas.jpg);
	background-repeat: no-repeat;
	height: 79px;
	margin-top: 4px;
	line-height: 79px;
	text-align: right;
	padding-right: 10px;
}
.home_tit_ofertas a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.home_tit_ofertas a:hover{
	color: #EEE;
}
.mas_ofertas {
	line-height: 30px;
	background-color: #025C28;
	text-align: right;
	padding-right: 10px;
}
.mas_ofertas a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.mas_ofertas a:hover{
	color: #EEE;
}
#col3 {
	float: left;
	width: 280px;
	padding-bottom: 20px;
}

#logo {


}

.home_dire_banner {
	color: #333;
	background-color: #EEE;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	cursor: pointer;
	background-image: url(../img/banner_dire.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-top: 5px;
}
.home_dire_banner a{
	color: #025C28;
	text-decoration:none;
}
.home_dire_banner a:hover{
	text-decoration:underline;
}
.banner {
	float: right;
	width: 710px;

}
#botonera_productos {
	margin-top: 30px;
}
#botonera_productos .bt_flia {
	background-color: #333;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
	margin-top: 5px;
	background-image: url(../img/bt_fondo.jpg);
}
#botonera_productos .bt_flia a{
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
}
#botonera_productos .bt_flia a:hover{
	color: #E5D909;
}
#botonera_productos .bt_producto {
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D86539;
}
#botonera_productos .bt_producto a{
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
#botonera_productos .bt_producto a:hover{
	color: #333;
}
#detalle_producto {


}
#detalle_producto .flia {
	color: #025C28;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding-left: 10px;
}
#detalle_producto .titulo {
	font-size: 17px;
	line-height: 17px;
	color: #025C28;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F5F7BB;
	border: 1px solid #E5D909;
}
#detalle_producto .titulo_nove {
	font-size: 17px;
	line-height: 17px;
	color: #025C28;
}
#detalle_producto .fecha_nove {
	font-size: 11px;
	color: #999;
}

#detalle_producto .subtitulo_nove {
	color: #666;
}




#detalle_producto .imagenes {
	float: left;
	padding-bottom: 5px;
}
#detalle_producto .imagenes img {
	height: auto;
	width: 230px;
	margin-right: 20px;
}
#detalle_producto .imagenes .video {
	height: auto;
	width: 230px;
	margin-top: 10px;
	margin-right: 20px;
}
#detalle_producto .texto {
	color: #333;
}
#detalle_producto .foto2 {
	height: auto;
	width: 170px;
	margin-top:5px;
	margin-right: 10px;
}

#detalle_producto .texto a {
	color: #025C28;
}
#detalle_producto .texto a:hover {
	text-decoration: none;
}
#detalle_producto .sector_descargas {
	clear: both;
	padding-top: 20px;
}
.sector_descargas .tit_descargas {
	font-size: 14px;
	color: #666;
	background-image: url(../img/bt_descarga.jpg);
	background-repeat: no-repeat;
	line-height: 26px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-position: 3px;
}

#detalle_producto .bt_descarga {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#detalle_producto .bt_descarga a{
	color: #666;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
}
#detalle_producto .bt_descarga a:hover {
	color: #025C28;
}
.titulo_galeria {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	clear: both;
	padding-right: 10px;
	background-color: #025C28;
	line-height: 26px;
}
#detalle_producto .oferta_destacado {
	color: #900;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	font-size: 13px;
	font-weight: bold;
}
#detalle_producto .titulo_oferta {
	color: #373737;
	font-size: 17px;
	line-height: 17px;
}


.galeria, .galeria_laboratorio {
	width: 650px;
	background-color: #E6E6E6;
	margin-top: 20px;
}
.galeria img {
	height: 60px;
	width: auto;
	float: left;
	margin: 5px;
}
.galeria_laboratorio img {
	height: 130px;
	width: auto;
	float: left;
	margin: 5px;
}
.galeria_laboratorio .numero {
	float: left;
	font-size: 17px;
	color: #666;
	text-decoration: none;
	padding-left: 15px;
}

#detalle_producto .volver  {
	font-size: 11px;
	color: #FFF;
	float: right;
	text-decoration: none;
	background-color: #025C28;
	padding-right: 5px;
	padding-left: 5px;
}
#detalle_producto a.volver:hover {
	color: #F5F7BB;
}
.volver_nove {
	font-size: 11px;
	color: #CCC;
	float: right;
	text-decoration: none;
}
a.volver_nove:hover {
	color: #FFF;
}
#detalle_redes_hor {
	border: 1px solid #F2F2F2;
	margin-top: 20px;
	padding: 5px;
	clear: both;
}
#detalle_redes_hor .rsociales img {
	border:0pt none;
	padding:0pt;
	margin-top: 2pt;
	margin-right: 2pt;
	margin-bottom: 2pt;
	margin-left: 0pt;
}
#detalle_redes_hor .titulo_redes {
	color: #999;
	font-size: 10px;
	padding-top: 3px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
}
#detalle_redes {
	border: 1px solid #F2F2F2;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#detalle_redes .rsociales img {
	border:0pt none;
	padding:0pt;
	margin-top: 2pt;
	margin-right: 2pt;
	margin-bottom: 2pt;
	margin-left: 0pt;
}
#detalle_redes .titulo_redes {
	color: #999;
	font-size: 10px;
	padding-top: 3px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
}
.tit_seccion {
	color: #FFF;
	font-size: 22px;
	margin-bottom: 30px;
	background-color: #005C2B;
	padding: 10px;
}
.bloque_novedades {
	overflow: hidden;
	height: 1%;
	padding: 10px;
	border: 1px solid #005C2B;
	margin-bottom: 10px;
}
.bloque_novedades .fecha {
	font-size: 11px;
	color: #999;
	text-align: right;
}

.bloque_novedades .titulo a{
	font-size: 16px;
	color: #005C2B;
	text-decoration: none;
	font-weight: bold;
}
.bloque_novedades .titulo a:hover{
	text-decoration: underline;
}
.bloque_novedades .subtitulo {
	color: #999;
}

.bloque_novedades .foto {
	height: auto;
	width: 170px;
	float: left;
	margin-right: 10px;
}
.bloque_novedades .texto {
	margin-top: 5px;
	color: #333;
}
.bloque_novedades .texto a {
	color: #005C2B;
}
.bloque_novedades .texto a:hover {
	text-decoration: none;
}
.bloque_novedades .bt_mas  {
	font-size: 12px;
	line-height: 20px;
	color: #005C2B;
	text-decoration: underline;
	padding-left: 5px;
}
.bloque_novedades .bt_mas a:hover {
	text-decoration: none;
}
.bloque_ofertas {
	overflow: hidden;
	height: 1%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #EEE;
}

.bloque_ofertas .titulo a{
	font-size: 16px;
	color: #373737;
	text-decoration: none;
	font-weight: bold;
}
.bloque_ofertas .titulo a:hover{
	text-decoration: underline;
}
.bloque_ofertas .oferta_destacado {
	color: #900;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	font-size: 13px;
	font-weight: bold;
}

.bloque_ofertas .foto {
	height: auto;
	width: 170px;
	float: left;
	margin-right: 10px;
}
.bloque_ofertas .texto {
	margin-top: 5px;
	color: #333;
}
.bloque_ofertas .texto a {
	color: #005C2B;
}
.bloque_ofertas .texto a:hover {
	text-decoration: none;
}
.bloque_ofertas .bt_mas  {
	font-size: 12px;
	line-height: 20px;
	color: #005C2B;
	text-decoration: underline;
	padding-left: 5px;
}
.bloque_ofertas .bt_mas a:hover {
	text-decoration: none;
}
.destacado {
	font-size: 17px;
	color: #025C28;
	line-height: 17px;
}
.img_izq {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.img_der {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}

.subtit {
	color: #FFF;
	background-color: #373737;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 28px;
}
.celda_contacto {
	color: #FFF;
	background-color: #373737;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 25px;
	margin-right: 70px;
	margin-left: 70px;
}
.caja {
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 370px;
	margin-right: 10px;
	border: 1px solid #E5D909;
}
.bt_enviar {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #025C28;
	border: 1px solid #fff;
	margin-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.peque {
	font-size: 11px;
	color: #666;
}
.peque a{
	color: #666;
	text-decoration: underline;
}
.peque a:hover{
	text-decoration: none;
}
.punteo {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.previo_categoria {

}
.previo_categoria .producto {
	text-align: center;
	height: 240px;
	float: left;
	margin-bottom: 10px;
	background-color: #F5F7BB;
	margin-right: 10px;
	width: 200px;
	border: 1px solid #E5D909;
}
.previo_categoria .separador {
	clear: both;
}
.previo_categoria .producto .foto {
	height: expression(this.height > this.width && this.height > 110 ? '110px' : true);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	max-width:150px;
	max-height:110px;
	width: expression(this.height < this.width && this.width > 150 ? '150px' : true);
}
.previo_categoria .titulo_producto {
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
}
.previo_categoria .titulo_producto a {
	font-size: 13px;
	line-height: 15px;
	color: #005C2B;
	text-decoration: none;
	font-weight: bold;
}

.previo_categoria .titulo_producto a:hover {
	text-decoration: underline;

}
.video {
	margin-bottom: 20px;
}
.facebook {
	margin-bottom: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #025C28;
	margin-left: 15px;
	margin-top: 30px;
}
#legal {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin: 20px;
	background-color: #FFF;
	background-image: none;
}
.titulo_legal{
	font-size: 17px;
	color: #005C2B;
}
#legal a {
	color: #005C2B;
	text-decoration: none;
}
#legal a:hover {
	text-decoration: underline;
}

