@charset "utf-8";
/*------------------------------------------------------------------

	[Estilos de página]

	Proyecto:		Semillas Fitó
	Version:		1.0
	Autor:			Juan Carlos Martínez (www.smtec.es)
	Primary use:	Estilos de pantalla
	
--------------------------------------------------------------------
/*	body	*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tb{ margin-bottom:0; color:#666666; border:1px solid #AAA; padding:3px;}
.tb:focus, .tb:hover { border:1px solid #E7E7D3; }

.mescurt{ width:30px !important;}
.curt{ width:100px !important;}
.mig{ width:155px !important; margin-right:0px;}
.llarg{ width:250px !important;}
.mesllarg{ width:350px !important;}
.tot{ width:95% !important;}
.warning{color:#F00; font-size:10px; text-align: right;}
.ok{border:1px solid #060; background-color:#BFB; color:#090; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px;}
.ko{border:1px solid #B00;background-color:#FAA;color:#F00;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius: 3px;}
.msg {padding:15px; margin-right:30px;}


/*	Encapsulador WRAPPER	*/
#wrapper {
	height: auto;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border: 1px solid gray;
}




/*	Cabecera	*/
#header {
	
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 104px;
	width: 948px;
}

#header a.logo_a{float:left; display:block; width:320px; height:100px;}
#header .idiomas {
	color: #FFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 75px;
}
	#header .idiomas a:link, #header .idiomas a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
	#header .idiomas a:hover, #header .idiomas a:active {
	text-decoration: underline;
}
	#header .active {
	font-weight: bold;
}

/*	Barra de menu	*/
/*
#menubar {
	background-color: #FFF;
	height: 26px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-family: HelveticaNeue-LightCond, Arial;
}
	#menubar ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
	#menubar li {
	display: inline-block;
	margin: 0;
	padding: 0;
	clear: both;
}
	#menubar td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	width: 128px;
	font-weight: bold;
}
	#menubar .menu a:link, #menubar .menu a:visited {
	text-transform: uppercase;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-image: url(../img/menubar.jpg);
	background-repeat: repeat-x;
}
	#menubar .menu a:hover, #menubar .menu a:active {
	color: #060;
	text-decoration: none;
	background-image: url(../img/menubar_ho.jpg);
	background-repeat: repeat-x;
}
	#menubar .first a:link, #menubar .first a:visited {
	width: 135px;
	*width: 131px;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../img/menubar.jpg);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;

}
	#menubar .first a:hover, #menubar .first a:active {
	color: #060;
	text-decoration: none;
	background-image: url(../img/menubar_ho.jpg);
	background-repeat: repeat-x;
	}
	#menubar .active {
	text-transform: uppercase;
	color: #060;
	background-image: url(../img/menubar_ho.jpg);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	}
	#menubar .active a:link, #menubar .active a:visited {
	text-transform: uppercase;
	color: #060;
	background-image: url(../img/menubar_ho.jpg);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	}
	#menubar .active a:hover, #menubar .active a:active {
	color: #fff;
	text-decoration: none;
	background-image: url(../img/menubar.jpg);
	background-repeat: repeat-x;
	}
	#menubar .factive a:link, #menubar .factive a:visited {
	width: 135px;
	*width: 131px;
	text-transform: uppercase;
	color: #060;
	background-image: url(../img/menubar_ho.jpg);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	}
	#menubar .factive a:hover, #menubar .factive a:active {
	color: #fff;
	text-decoration: none;
	background-image: url(../img/menubar.jpg);
	background-repeat: repeat-x;
	}
	
	#menubar li a:link, #menubar li a:visited {
	line-height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 120px;
	background-color: #060;
	clear: both;
}
	#menubar li a:hover, #menubar li a:active {}
*/
#menubar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear:both;
	display: compact;
}
#menubar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#menubar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height:27px;
}
/*	flash	*/
/*	Nav contenedor de flash y menulat	*/
#nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: 0px;
}
#flash {
	float: left;
	width: 712px;
	margin: 0px;
	padding: 0px;
	clear: right;
	top: 0px;
}
/*	menulat	*/
#menulat {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 234px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	clear: right;
	top: 0px;
}

	#menulat td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
	margin: 0px;

}

	
/*	ads	*/
#ads {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	background-color: #FFF;
}
	#ads td {
	margin: 0px;
	padding: 0px;
}
	#ads .fondo {
	background-image: url(../img/fondo_ads.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
	#ads .fondo td {
	margin: 0px;
	padding: 0px;
}
	#ads .fondo .tit  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
	#ads .fondo p img {
	margin-bottom: 10px;
}
	#ads .fondo p {
	font-size: 12px;
	color: #0F6644;
	line-height: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
	#ads .actualidad {
	background-image: url(../img/fondo_actualidad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 234px;
}
	#ads .item {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	color: #066344;
}

	#ads .item a:link, #ads .item a:visited {
	color: #066344;
	text-decoration: none;
}
	#ads .item a:hover, #ads .item a:active {
	color: #066344;
	text-decoration: underline;
}
	#ads .item span {
	font-weight: bold;
	clear: right;
	display: block;
	padding-bottom: 5px;
}
/*	footer	*/
#footer {
	color: #CCC;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	height: 23px;
	margin: 5px;
}
	#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}
	#footer a:hover, #footer a:active {
	color: #999;
	text-decoration: none;
}
	#footer #copy {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 40%;
}
	#footer #legal {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 40%;
	text-align: right;
		}
/*	Pagina noticias	*/
	#noticia {
	width: 765px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 410px;
	top: 0px;
	color: #333;
	}
	#noticia a:link, #noticia a:visited {
	color: #999;
	text-decoration: none;
}
	#noticia a:hover, #noticia a:active {
	color: #666;
	text-decoration: none;
}
	#noticia_wrapper {
	height: auto;
	margin: 0px;
	padding-top: 50px;
	padding-right: 120px;
	padding-bottom: 50px;
	padding-left: 120px;
}
	#noticia_wrapper #volver {
	padding-top: 15px;
	text-align: right;
	padding-bottom: 30px;
}
	#noticia_wrapper #select {
	padding-top: 7px;
	text-align: right;
	padding-bottom: 30px;
}
	#detalle_noticia span {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00693F;
	padding-top: 10px;
	display: block;
	color: #333;
	font-size: 11px;
	padding-bottom: 10px;
}
	#detalle_noticia {
	margin-bottom: 15px;
	line-height: 15px;
	color: #595959;		
}
	#detalle_noticia h1 {
	font-size: 24px;
	color: #02643E;
	padding-bottom: 15px;
	line-height: 28px;
	font-weight: bold;
}
	#detalle_noticia img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
	#detalle_noticia p {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}
	#listado_noticia {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #666;
	line-height: 15px;
}
	#listado_noticia .fila td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005633;
	padding:7px;
	line-height: 15px;
}
	#listado_noticia th { display:none; }

	#listado_noticia a:link, #listado_noticia a:visited {
	color: #00693f;
	text-decoration: none;
	line-height: 15px;	
}
	#listado_noticia a:hover, #listado_noticia a:active {
	color: #00693f;
	text-decoration: underline;
	line-height: 15px;	
}

	#pie_noticia {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00693F;
	padding-top:10px;
	clear: both;
}
	#actualidad  {
	background-image: url(../img/fondo_noticias_actualidad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 252px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	height: 410px;
	background-color: #FFF;
	vertical-align: top;
}
	#actualidad .item {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	color: #066344;
	line-height:18px;	
}
	#actualidad .item a:link, #actualidad .item a:visited {
	color: #066344;
	text-decoration: none;
}
	#actualidad .item a:hover, #actualidad .item a:active {
	color: #066344;
	text-decoration: underline;
}
	#actualidad .item span {
	font-weight: bold;
	clear: right;
	display: block;
	padding-bottom: 5px;
}
/*	Varios	*/

.oculto { display:none; }

/* Live validation */
.LV_validation_message{font-weight:bold; margin:0 0 0 5px;}
.LV_valid{color:#00CC00;}
.LV_invalid{color:#CC0000;}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active{ border: 1px solid #CC0000;}

/*	BACKGROUNDS ********************************************************/

.bg_historia{background-image:url(../img/bg_historia.jpg); background-repeat:no-repeat; background-position: top right;}
.bg_mision{background-image:url(../img/bg_mision.jpg); background-repeat:no-repeat; background-position: top right;}
.bg_inter{background-image:url(../img/bg_inter.jpg); background-repeat:no-repeat; background-position: top right;}
.bg_futuro{background-image:url(../img/bg_futuro.jpg); background-repeat:no-repeat; background-position: top right;}
.bg_estaciones2{background-repeat:no-repeat; background-position: top center; height:750px;}
.bg_estaciones{background-repeat:no-repeat; background-position: top center; height:auto;}
.bg_calidad{background-image:url(../img/bg_calidad.jpg); background-repeat:no-repeat; background-position: top right;}
.bg_eurogarden {background-image:url(../img/bg_eurogarden.jpg); background-repeat:no-repeat; background-position:right top;}

/*	HOME *******************************/

.con_home { background-image:url(../img/bg_home.jpg); background-repeat:no-repeat; background-position:right top; margin:0px; padding:0px; width:946px; padding-left:2px;}
.con_home  {margin-bottom:30px}
.con_home  ul {padding:0px; width:100%; height:360px;}
.con_home  li {float:left; list-style:none; width:230px; margin-top:285px; display: block; padding-left:5px; padding-right:0px;}
.con_home  li h1 {font-size:20px; color:#044E32; padding:3px 3px 3px 20px; height:30px; padding-left:15px; display:block; width:auto;}
.con_home  li h1 a {color:#00693F; font-size:20px; text-decoration:none; font-weight:bold;}
.con_home  li h3 {font-size:12px; font-weight:bold; color:#044E32; padding-top:20px; padding-bottom:0px;}
.con_home  li p {color:#777878; padding-bottom:7px; line-height:15px;}
.con_home  li span {display:block; text-align:right; padding-top:220px; color:#777878; font-size:11px; font-style:italic; padding-bottom:30px;}

.con_home img{float:left; margin-left:30px;}
/*.con_home #act_holder{width:680px; float:left; display:block; margin:0 0 30px 70px;}
.con_home .act{width:310px; display:block; float:right; margin:0 0 10px 30px; padding-bottom:10px; }
.con_home .act h1{color:#016b42; font-weight:bold; line-height:18px;}
.con_home .act a{color:#016b42; line-height:16px; text-decoration:none;}
.con_home .act a:hover{text-decoration:underline;}
.con_home .primera_fila{border-bottom:1px dashed #016b42;}*/
.con_home #act_holder{width:680px; float:left; display:block; margin:0 0 30px 70px;}
.con_home .act{width:310px; display:block; float:right; margin:0 0 10px 30px; padding-bottom:10px; }
.con_home .act h1{color:#016b42; font-weight:bold; line-height:18px;}
.con_home .act a{color:#016b42; line-height:16px; text-decoration:none;}
.con_home .act a:hover{text-decoration:underline;}
.con_home .primera_fila{border-bottom:1px dashed #016b42;}

/*	EMPRESA CONTENIDO ********************************************************/

#contenido {min-height:500px; line-height: 15px;}
contenido hr {width:95%; height:1px; color:#f4f4f4; text-align:center; margin-left:4px;  border-top:3px solid #fff; border-left:none; border-right:none; border-bottom:1px solid #ccc}


/*#contenido li {list-style-image:url(../img/listdisc.gif);}*/

/*	SUBMENU EMPRESA	********************************/

#submenu {font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; display:block; padding-left:40px; padding-bottom:35px; position:relative;}
#submenu span {width:100%; display:block; padding-bottom:10px; padding-top:35px;}
#submenu a:link, #submenu a:visited {color:#666; text-decoration:none;}
#submenu a:hover, #submenu a:active {color:#066344; text-decoration:none;}
#submenu a.active {color:#066344; text-decoration:none; font-weight:bold;}

/*	HISTORIA	****************************/

.con_historia {padding-left:100px; width:auto; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px;}
.con_historia table { width:100%;}
.con_historia img {display:block; margin-bottom:50px;}
.con_historia h3 {font-family: Arial, Helvetica, sans-serif; color: #155E41; font-weight:bold; font-size:16px; padding:15px;}
.con_historia p {margin-bottom:15px; padding-left:3px;}
.con_historia ul {margin-left:30px; margin-right:30px;  color:#777877;}
.con_historia li {display:list-item; margin-bottom:5px;}
.con_historia td {vertical-align:top;}

/*	MISION	********************************/

.con_mision {padding-left:100px; width:350px; height:450px; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px; margin-bottom:20px;}
.con_mision img {display:block; margin-bottom:20px;}
.con_mision p {margin-bottom:15px; padding-left:3px;}
.con_mision ul {padding-left:25px; color:#777877;}
.con_mision li {list-style:outside disc; display:list-item; margin-bottom:5px;}

/*	INTERNACIONALIZACION	********************************/

.con_inter {padding-left:100px; width:350px; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px; height:450px;}
.con_inter img {display:block; margin-bottom:20px;}
.con_inter p {margin-bottom:15px; padding-left:3px;}
.con_inter ul {list-style:outside; padding-left:25px; color:#777877; *margin-top:40px; width:280px;}
.con_inter li {margin-bottom:5px; list-style:outside; list-style-type:disc; display:list-item;}

/*	FUTURO	********************************/

.con_futuro {padding-left:100px; width:auto; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px;}
.con_futuro table { width:100%;}
.con_futuro table img {float:left;}
.con_futuro img {display:block; margin-bottom:10px;}
.con_futuro .item { float:left; padding-left:30px;}
.con_futuro .item h3 {font-family: Arial, Helvetica, sans-serif; color: #155E41; font-weight:bold; font-size:14px; padding-top:20px; padding-bottom:5px;}
.con_futuro .item p {margin-bottom:15px; padding-left:3px; width:250px;}
.con_futuro ul {margin-left:30px; margin-right:30px;  color:#777877;}
.con_futuro li {display:list-item; margin-bottom:5px;}
.con_futuro td {vertical-align:top;}

/*	SUBMENU R+D	********************************/

#submenurd {font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#fff; display:block; padding-left:390px; padding-bottom:35px; position:relative;}
#submenurd span {width:100%; display:block; padding-bottom:10px; padding-top:35px;}
#submenurd a:link, #submenurd a:visited {color:#fff; text-decoration:none;}
#submenurd a:hover, #submenurd a:active {color:#066344; text-decoration:none;}
#submenurd a.active {color:#066344; text-decoration:none; font-weight:bold;}

/* R+D ESTUDIOS *******************************/

.con_estudios {padding-left:390px; padding-top:150px; height:500px; width:450px; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px; margin-bottom:20px;}
.con_estudios img {display:block; margin-bottom:20px;}
.con_estudios p {margin-bottom:15px; padding-left:3px;}
.con_estudios ul {padding-left:25px; color:#777877;}
.con_estudios li {list-style:outside disc; display:list-item; margin-bottom:5px;}

/* R+D CENTROS *******************************/

.con_centros {padding-left:0px; padding-top:150px; width:auto; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px;}
.con_centros table { width:100%;}
.con_centros table img {float:left;}
.con_centros img {display:block; margin-bottom:10px;}
.con_centros  h2 {font-family: Arial, Helvetica, sans-serif; color: #155E41; font-weight:bold; font-size:14px; padding-top:0px; padding-bottom:10px; padding-left:40px;}
.con_centros p {margin-bottom:15px; padding-left:40px; width:250px;}
.con_centros ul {margin-left:60px; margin-right:30px;  color:#777877; width:450px;}
.con_centros li {display:list-item; margin-bottom:5px;}
.con_centros td {vertical-align:top;}

/* R+D BIOTECNOLOGIA *******************************/

.con_biotec {padding-left:100px; padding-top:150px; width:auto; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px;}
.con_biotec table { width:100%;}
.con_biotec table img {float:left; padding-bottom:30px; padding-rigth:30px;}
.con_biotec img {display:block;}
.con_biotec  h2 {font-family: Arial, Helvetica, sans-serif; color: #155E41; font-weight:bold; font-size:14px; padding-top:20px; padding-bottom:10px; padding-left:40px;}
.con_biotec p {margin-bottom:15px; padding-left:40px; width:250px;}
.con_biotec ul {margin-left:60px; margin-right:30px;  color:#777877;}
.con_biotec li {display:list-item; margin-bottom:5px;}
.con_biotec td {vertical-align:top;}

/*	CALIDAD *******************************/

.con_calidad {padding-left:120px; padding-top:60px; width:450px; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px; margin-bottom:20px; height:675px;}
.con_calidad img {display:block; margin-bottom:20px;}
.con_calidad h1 { font-size:20px; font-weight:bold; color:#155E41; padding-bottom:15px; padding-top:5px;padding-left:5px;}
.con_calidad h2 {color:#155E41; font-size:14px; font-weight:bold; padding-bottom:10px;padding-left:5px;}
.con_calidad h3 {color:#777877; font-size:12px; font-weight:bold;padding-left:5px;}
.con_calidad p {margin-bottom:15px; padding-left:5px; width:350px;}
.con_calidad ul {padding-left:25px; color:#777877;}
.con_calidad li {list-style:outside disc; display:list-item; margin-bottom:5px;}


/*	CONTACTO *******************************/

.con_contacto {padding-left:518px; padding-top:60px; width:auto; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px; margin-bottom:20px; height:550px;}
.con_contacto .contact{ padding-top:350px;}
.con_contacto img {display:block; margin-bottom:20px;}
.con_contacto h1 { font-size:20px; font-weight:bold; color:#155E41; padding-bottom:15px; padding-top:5px;padding-left:5px;}
.con_contacto h2 {color:#155E41; font-size:20px; font-weight:normal; padding-bottom:10px;padding-left:0px;}
.con_contacto h3 {color:#777877; font-size:12px; font-weight:bold;padding-left:5px;}
.con_contacto p {margin-bottom:15px; padding-left:5px; width:350px;}
.con_contacto ul {padding-left:25px; color:#777877;}
.con_contacto li {list-style:outside disc; display:list-item; margin-bottom:5px;}
.con_contacto form label {padding-top: 5px; padding-bottom:5px; display:block;}
.con_contacto a:link, .con_contacto a:visited {color:#155E41; text-decoration:none;}
.con_contacto a:hover, .con_contacto a:active {color:#155E41; text-decoration:underline;}


/*	DIVISIONES AMATEUR  *******************************/

#divsubmenu{background-color:#F7E380; color:#595959; padding:8px; margin-top:1px; margin-right:1px;}
#divsubmenu ul { margin-left:12px;}
#divsubmenu li {display:inline; padding-left:3px; padding-right:3px;}
#divsubmenu li a:link, #divsubmenu li a:visited {color:#595959;; text-decoration:none;}
#divsubmenu li a:hover,  #divsubmenu li a:active{color:#0A6341; text-decoration:underline;}
#divsubmenu ul .active a{color:#0A6341; text-decoration:none; font-weight:bold;}


/*	DIVISIONES AMATEUR FITO CESPED *******************************/

#contenido .con_fcesped {background-repeat:no-repeat; background-position:right top;}
.con_fcesped #titulo { margin-left:15px; padding-bottom:60px;}
#contenido .con_fcesped #titulo img {margin: 40px 0 30px 0;}
.con_fcesped #titulo p { margin-bottom:15px; color:#595959; margin-left:10px;}
.con_fcesped #titulo p {font-weight:bold; color:#075F3D;width:450px;}

#contenido #categorias {margin-top:350px;}
#contenido #categorias td {padding:5px; vertical-align:top; width:auto;}
#categorias .item table {width:100%; margin-bottom:20px;}
#categorias .item td {width:auto; height:220px;}
#categorias .item h3 {color:#075F3D; padding:8px 0px 5px 15px; background-image:url(../img/listdisc.gif); background-position:left; background-repeat:no-repeat;}
#categorias .item h3 a{color:#075F3D; text-decoration:none; font-weight:bold; background-image:url(../img/ico_bot_horind.gif); background-position:right; background-repeat:no-repeat;}
#categorias .item h3 a.doslineas{background-position:100% 80%;}
#categorias .item p { padding: 0px 10px 0px 15px; color:#595959;}
#categorias .item p strong {font-weight:bold;}
#categorias .item img {padding:10px;}
#categorias .img {padding:10px; display:block;}

/* FORMULAS CESPED *************************************************/

#contenido .av_formulas {background-repeat:no-repeat; background-position:right top; height:auto;}
.av_formulas #titulo {padding: 0px 0px 20px 10px;}
.av_formulas {height:auto;}
.av_formulas .item { margin:0px; padding:0px; display:block; _margin-bottom:-100px; clear:both;}
.av_formulas .item p {color:#595959; font-size:12px; font-weight:bold; padding-top:10px; padding-left:40px; margin-bottom:0px;}

.av_formulas .item .prod {margin-top:25px; height:450px;}
.av_formulas .item .prod .img_cesped {float:left; padding-left:30px; padding-right:20px; margin-bottom:10px;}
.av_formulas .item .prod table {margin-top:0px;}
.av_formulas .item .prod table td {padding:5px 10px 5px 10px; vertical-align:top; color:#595959;}
.av_formulas .item .prod .tit {font-weight:bold; color:#075F3D;}
.av_formulas .item .prod .peque {font-size:10px;}
.av_formulas .item .prod ul {padding-left:5px; margin-left:5px;}
.av_formulas .item .prod li {list-style:disc outside; color:#075F3D; *vertical-align:top;}
.av_formulas .item .prod strong {font-weight:bold; text-align:left; border-left:none;}

.av_formulas .item .meses_cesped {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cesped td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespedtod {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespedtod td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespedpla {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespedpla td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespedbal {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespedbal td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespednat {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespednat td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespedrep {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespedrep td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespedpre {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespedpre td {text-align:center;padding-bottom:5px;}
.av_formulas .item .meses_cespedrap {padding-left:30px;color:#595959; margin-top:-40px; margin-bottom:100px;}
.av_formulas .item .meses_cespedrap td {text-align:center;padding-bottom:5px;}

/*	DIVISIONES AMATEUR GAMA SUPERBOL *******************************/

#contenido .con_superbol {background-repeat:no-repeat; background-position:right top;}
#contenido #menusuper {padding:5px; background-color:#C7DDA3; color:#075F3D; margin-left:0px; margin-right:15px;}
#contenido #menusuper ul {}
#contenido #menusuper li { display:inline; padding-left:3px; padding-right:3px;}
#contenido #menusuper li a:link, #contenido #menusuper a:visited {color:#075F3D; text-decoration:underline;}
#contenido #menusuper a:hover, #contenido #menusuper a:active {color:#075F3D; text-decoration:underline;}
#contenido #menusuper ul .active a {color:#075F3D;}

#contenido #contsup {background-image:url(../img/bg_superbol.jpg); background-repeat:no-repeat; background-position:top right; min-height:535px;_height:535px; padding-bottom:30px;}
#contenido #contsup #ampl {float:right; margin-top:-260px; margin-right:10px; position:relative; }
#contenido #contsup #ampl a {color:#0C6543; text-decoration:underline;}
#contenido #contsup .item {padding-left:15px; padding-top:25px; padding-bottom:50px;}
#contenido #contsup .item h1 { color:#00693F; font-size:18px; padding-bottom:15px;}
#contenido #contsup .item p { color:#777877; padding:5px;}


/*	DIVISIONES AMATEUR EUROGARDEN CESPED *******************************/

/*#contenido #titulo h2 {color:#00693F; font-size:18px; padding-bottom:60px;}*/
#contenido #titulo #cesped {padding-top:5px;background-color:#D6E5E0; width:250px; height:20px; text-align:center;}
#contenido #titulo #cesped a{color:#075F3D; text-decoration:none; font-weight:bold; background-image:url(../img/ico_bot_horind.gif); background-position:right; background-repeat:no-repeat;}
#contenido #conteur {min-height:535px;padding-bottom:30px;}
#contenido #conteur #ampl {float:right; margin-top:250px; margin-right:30px;}
#contenido #conteur #ampl a { color:#0C6543; text-decoration:underline;}
#contenido #conteur .item {padding-left:15px; padding-top:5px; padding-bottom:10px; width:672px;}
#contenido #conteur .item h1 { color:#00693F; font-size:18px; padding-bottom:15px;}
#contenido #conteur .item p { color:#777877; padding:5px;}
#contenido #conteur h1 {color:#00693F; font-size:18px; padding-bottom:20px; padding-top:20px; padding-left:15px;}
#contenido #conteur .item .ref {width:140px; vertical-align:bottom; text-align:right; color:#595959; font-size:10px; margin-right:10px;}
#contenido #conteur .item .tit {width:220px; vertical-align:top; text-align:left; padding-left:10px; padding-right:10px;}
#contenido #conteur .item .tit p {color:#595959; font-size:11px;}
#contenido #conteur .item .tit  h3{color:#0C6543; font-size:14px; padding-bottom:5px; padding-top:10px; font-weight:bold;}
#contenido #conteur .item .tit  span { margin-top:5px; display:block;}
#contenido #conteur .item .des {padding:5px; vertical-align:top;}
#contenido #conteur .item .des img {float:left; padding-right:5px; padding-bottom:5px;}
#contenido #conteur .item .des p {margin-right:10px; color:#0C6543}
#contenido #conteur .item .des span {color:#595959; font-size:11px; margin:0px; padding-left:12px; display:block;}

/*	DIVISIONES AMATEUR GAMA EUROGARDEN *******************************/

#contenido .con_geuro {background-repeat:no-repeat; background-position:right top;}
#contenido #menugeur {padding:5px; background-color:#C7DDA3; color:#075F3D; margin-left:0px; margin-right:15px;}
#contenido #menugeur ul {}
#contenido #menugeur li { display:inline; padding-left:3px; padding-right:3px;}
#contenido #menugeur li a:link, #contenido #menugeur a:visited {color:#075F3D; text-decoration:underline;}
#contenido #menugeur a:hover, #contenido #menugeur a:active {color:#075F3D; text-decoration:underline;}
#contenido #menugeur ul .active a {color:#075F3D;}

#contenido #contgeur {background-image:url(../img/bg_geurogarden.jpg); background-repeat:no-repeat; background-position:top right; min-height:535px;padding-bottom:30px;}
#contenido #contgeur #ampl {float:right; margin-top:-520px; _margin-top:-550px; margin-right:10px;}
#contenido #contgeur #ampl a { color:#0C6543; text-decoration:underline;}
#contenido #contgeur .item {padding-left:15px; padding-top:45px; padding-bottom:50px;}
#contenido #contgeur .item h1 { color:#00693F; font-size:18px; padding-bottom:15px; line-height:22px;}
#contenido #contgeur .item h3 { color:#00693F; font-size:12px; padding-bottom:15px; line-height:15px; font-weight:bold; text-transform:uppercase; padding:10px;}
#contenido #contgeur .item p { color:#777877; padding:5px;}
#contenido #contgeur .item table {margin-top:50px;}

/*	DIVISIONES INDICE *******************************/

.con_div { background-image:url(../img/bg_divisiones.jpg); background-repeat:no-repeat; background-position:right top; margin:0px; padding:0px; height:auto; vertical-align:top;}

.con_div  {margin-bottom:30px; width:946px;}
.con_div  ul {padding:0px; width:100%; margin:0px;}
.con_div  ul li {float:left; list-style:none; margin: 290px 0px 0px 0px; display: block; padding:0px;}
.con_div  ul li h1 {font-size:16px; color:#044E32; padding-bottom:20px; height:30px; margin-left:15px; display:block; width:auto;}
.con_div  ul li h1 a {color:#00693F; font-size:20px; text-decoration:none; font-weight:bold;}
.con_div  ul li h3 {font-size:12px; font-weight:bold; color:#044E32; padding-top:20px; padding-bottom:0px;}
.con_div  ul li p {color:#777878; padding-bottom:7px; line-height:15px;}
.con_div  ul li span {display:block; text-align:right; padding-top:220px; color:#777878; font-size:11px; font-style:italic; padding-bottom:30px;}

.con_div .inside li {margin-top:5px; width:190px; padding-left:20px; line-height:15px; list-style-image:url(../img/listdisc.gif); list-style:disc;}

.con_div .inside  li a:link, .con_div .inside  li a:visited {color:#00693F; font-size:12px; text-decoration:none;}
.con_div .inside  li a:hover, .con_div .inside  li a:active {color:#00693F; font-size:12px; text-decoration:underline;}

/* DIVISIONES HORTíCOLAS I+D *******************************/

.con_horid {padding-top:150px; width:auto; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#666; line-height:15px;}

.con_horid  #titulo { margin-left:15px;}
.con_horid  #titulo img {margin: 40px 0 30px 0;}
.con_horid  #titulo p { width:250px; margin-bottom:15px; color:#595959;}
.con_horid table { width:100%;padding-left:0px; }
.con_horid table img {float:left; padding-bottom:30px; padding-rigth:30px; padding-left:100px;}
.con_horid img {display:block;}
.con_horid  h2 {font-family: Arial, Helvetica, sans-serif; color: #155E41; font-weight:bold; font-size:14px; padding-top:20px; padding-bottom:10px; padding-left:40px;}
.con_horid p {margin-bottom:15px; padding-left:40px; width:250px;}
.con_horid ul {margin-left:60px; margin-right:30px;  color:#777877; width:450px;}
.con_horid li {display:list-item; margin-bottom:5px;}
.con_horid td {vertical-align:top;}


/*	DIVISIONES HORTíCOLAS PIMIENTOS *******************************/

#contenido .con_horpro {background-repeat:no-repeat; background-position:right top; height:auto;}
.con_horpro #titulo h1 {color:#00693F; font-size:22px; padding: 30px 20px 20px 25px; font-weight:bold;}
.con_horpro {height:auto;}
.con_horpro .item {  margin:0px; padding:0px; display:block; _margin-bottom:-100px; clear:both;}
.con_horpro .item .tit {margin: 0px 30px 0px 30px; padding:0px; border-bottom:1px dashed #595959;}
.con_horpro .item .tit h2 {color:#595959; font-size:18px; font-weight:bold; padding-bottom:10px; width:500px;}
.con_horpro .item .tit h1{color:#00693F; font-size:22px; padding-bottom: 10px; width:auto; font-weight:bold;}
/*.con_horpro .item .tit span {text-align:right; color:#595959; font-size:10px; font-weight:bold; float:right; margin-top:10px; vertical-align:bottom;}
.con_horpro .item span ul li {padding-right:15px; display:inline;  list-style:none; }*/
.con_horpro .item p {color:#595959; font-size:12px; font-weight:bold; padding-top:10px; padding-left:40px; margin-bottom:0px;}
.con_horpro .item .volver {float:left; width:900px; position:relative; left:40px; top:-40px; _padding-bottom:60px;_margin-bottom:60px;text-align:left;}
.con_horpro .item .volver a{color:#666; text-decoration:none;}
.con_horpro .item .volver a:hover{color:#000; text-decoration:underline;}
#titulo table {color:#063; margin-left:12px;margin-bottom:50px;margin-top:-20px;border-bottom:1px #999 solid; height:20px;}
#titulo table td{text-align:center; padding-left:7px;padding-right:7px;}
#titulo table td a{color:#666; text-decoration:none;}
#titulo table td a:hover{color:#063; text-decoration:underline;}

.con_horpro .item .prod {margin-top:25px;}
.con_horpro .item .prod img {float:left; padding-left:30px; padding-right:20px; margin-bottom:100px;}
.con_horpro .item .prod table {border:1px solid #88B7A5; margin-top:0px; margin-bottom:100px; border-right:1px solid #88B7A5}
.con_horpro .item .prod table th {border-left:1px solid #88B7A5; padding:10px; font-weight:bold; color:#00693F; text-align:center;}
.con_horpro .item .prod table td {border-top:1px solid #88B7A5; border-left:1px solid #88B7A5; padding:5px 10px 5px 10px; color:#595959; text-align:center;}
.con_horpro .item .prod .strong {font-weight:bold; text-align:left; border-left:none;}
.con_horpro #twin .item {width:45%; float:left; clear:none;}
.con_horpro #twin .item img{margin-bottom:50px;}

.con_horpro .item .prod img {border:1px solid #88B7A5; margin-left:40px; margin-right:40px; text-align:center; padding:0px;}
.con_horpro .item .prod table.sintop{margin-top:0;}
.con_horpro .item .prod table.sinbottom{margin-bottom:0;}
.con_horpro .item .prod table.sinborde{border:none !important;}
.con_horpro .item .prod table.sinborde th{border:none !important;}
.con_horpro .item .prod table.sinborde td{border:none !important;}
.con_horpro .item .prod table th.sinborde{border:none !important;}
.con_horpro .item .prod table td.sinborde{border:none !important;}

.con_horpro .item .prod5 {margin-top:25px;}
.con_horpro .item .prod5 img {float:left; padding-left:30px; padding-right:20px; margin-bottom:100px;}
.con_horpro .item .prod5 table {border:0px; width:100%; margin-top:0px; margin-bottom:100px;}
.con_horpro .item .prod5 table th {border:0px; padding:1px 10px 5px 10px; font-weight:bold; color:#00693F; text-align:center;}
.con_horpro .item .prod5 table td {border:0px; padding:1px 10px 5px 10px; color:#595959; text-align:center;}
.con_horpro .item .prod5 .strong {font-weight:normal; text-align:left; border-left:none;}

.con_horpro .item .prod5 img {border:1px solid #88B7A5; margin-left:40px; margin-right:40px; text-align:center; padding:0px;}
.con_horpro .item .prod5 table.sintop{margin-top:0;}
.con_horpro .item .prod5 table.sinbottom{margin-bottom:0;}
.con_horpro .item .prod5 table.sinborde{border:none !important;}
.con_horpro .item .prod5 table.sinborde th{border:none !important;}
.con_horpro .item .prod5 table.sinborde td{border:none !important;}
.con_horpro .item .prod5 table th.sinborde{border:none !important;}
.con_horpro .item .prod5 table td.sinborde{border:none !important;}

/*	DIVISIONES HORTíCOLAS ESTACIONES ENSAYO *******************************/

.con_hesen {background-image: url(../img/bg_hesen.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
#contenido #titulo { margin-left:15px;}
#contenido #titulo img {margin: 40px 0 30px 0;}
.con_hesen #titulo p { width:250px; margin-bottom:15px; color:#595959;}

.con_hesen #cathesen {margin-top:125px; margin-left:20px;margin-bottom:30px}
.con_hesen #cathesen ul {padding:5px; width:auto;}
.con_hesen #cathesen li {display:inline; list-style:none;}

/*	DIVISIONES HORTíCOLAS CALIDAD *******************************/

.con_hcali {background-image: url(../img/bg_hcali.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}

.con_hcali #cathcali {margin-top:210px; margin-left:20px; margin-bottom:30px}
.con_hcali #cathcali ul {padding:5px; width:auto;}
.con_hcali #cathcali li {display:inline; list-style:none;}

.con_hcali #titulo { margin-left:15px;}
.con_hcali #titulo img {margin: 40px 0 30px 0;}
.con_hcali #titulo p { width:250px; margin-bottom:15px; color:#595959;}

/*	DIVISIONES HORTíCOLAS ESPECIFICACIONES Y DEFINICIONES *******************************/

.con_horede {height:auto;}

.con_horede #cathorede {margin-top:30px; margin-left:20px; margin-bottom:30px}
.con_horede #cathorede ul {padding:5px; width:auto;}
.con_horede #cathorede li {float:left; list-style:none; width:47%; display: block; padding-left:10px; padding-right:10px;}
.con_horede #cathorede li h1 {font-size:16px; color:#044E32; padding-bottom:22px; height:30px; }
.con_horede #cathorede li h3 {font-size:12px; font-weight:bold; color:#044E32; padding-top:20px; padding-bottom:0px;}
.con_horede #cathorede li p {color:#777878; padding-bottom:7px; line-height:15px;}
.con_horede #cathorede li span {display:block; text-align:right; padding-top:220px; color:#777878; font-size:11px; font-style:italic; padding-bottom:30px;}

/*	DIVISIONES HORTíCOLAS RESISTENCIAS *******************************/

.con_hores {height:auto;}

.con_hores #cathores {margin-top:0px; margin-left:20px; margin-bottom:30px}
.con_hores #cathores span {display:block; text-align:left; padding-top:5px; color:#777878; font-size:12px; padding-bottom:30px;}
.con_hores #cathores ul {}
.con_hores #cathores li {padding-right:15px; display:inline;}

/*	DIVISIONES HORTíCOLAS CATALOGOS *******************************/

.con_horcat {height:auto;}

.con_horcat #cathorcat {margin-top:0px; margin-left:20px; margin-bottom:30px}
.con_horcat #cathorcat ul {width:100%; margin-left:20px;}
.con_horcat #cathorcat li {padding-right:15px; float:left; width:445px; height:90px; list-style:none; margin-bottom:25px;}
.con_horcat #cathorcat li h1 {font-size:16px; color:#0C6644; padding-top:0px; line-height:20px; float:right; width:330px;}
.con_horcat #cathorcat li img{float:left;}
.con_horcat #cathorcat li a.pdf img{float:right; width:38px; height:38px; margin:13px 295px 0 0;}
.con_horcat #cathorcat li a.pdf2 img{margin:32px 295px 0 0;}


/*	DIVISIONES HORTíCOLAS AGROINDUSTRIA *******************************/

.con_horagi {height:auto;background-image: url(../img/bg_horagr.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}

.con_horagi #cathoragi h2 {font-size:15px; color:#0C6644; margin:50px 40px 30px 20px; font-weight:bold; line-height:auto; line-height:20px; clear:both;}
.con_horagi #cathoragi li span {display:block; text-align:left; padding-top:5px; color:#777878; font-size:12px; padding-bottom:30px;}
.con_horagi #cathoragi ul { width:60%;}
.con_horagi #cathoragi li {padding-right:40px; padding-left:20px;float:left; width:30%; list-style:none; margin-bottom:25px;}
.con_horagi #cathoragi li img {float:none; margin-bottom:10px;}
.con_horagi #cathoragi li p {font-size:15px; line-height:18px; color:#595959;}
.con_horagi #cathoragi li p strong {color:#00693F; font-weight:bold;}
.con_horagi #cathoragi .bajo li {padding:0px; float:left; display:block; width:23%; list-style:none; margin-bottom:25px; height:200px; color:#595959;}
.con_horagi #cathoragi .bajo li strong {font-weight:bold;}
.con_horagi #cathoragi .bajo li.bajo{height:30px;}

.con_horagi #cathoragi span ul{text-align:right; color:#595959; font-size:10px; font-weight:bold; float:right; margin-top:10px; vertical-align:bottom; width:100%;}
.con_horagi #cathoragi span ul li {padding-right:15px; display:inline; list-style:none; width:auto;}

/*	DIVISIONES HORTíCOLAS PRODUCTOS INDICE *******************************/

.con_horind {height:auto;}
.con_horind #titulo img{margin:40px 0 0px 0px !important;}
.con_horind #cathorind {margin-top:0px; margin-left:20px; margin-bottom:30px}
.con_horind #cathorind h2 {font-size:17px; font-weight:bold; color:#0C6644; margin:20px 0 30px 0; line-height:25px; clear:both; border-bottom:1px dashed #0C6644; width:95%;}
.con_horind #cathorind li span {display:block; text-align:left; padding-top:5px; color:#777878; font-size:12px; padding-bottom:30px;}
.con_horind #cathorind ul {width:100%; margin:0 0 20px 5px; text-align:left; display:block;}
.con_horind #cathorind li {float:left; list-style:none; margin:0 86px 25px 0; display:inline;}
.con_horind #cathorind li img {float:none; margin-bottom:0;}

.con_horind #cathorind a:link, .con_horind #cathorind a:visited {font-size:16px; margin-top:14px; margin-bottom:0; line-height:16px; display:block; color:#595959; text-decoration:none; background-image:url(../img/ico_bot_horind.jpg); background-position:right; background-repeat:no-repeat; width:125px;}
.con_horind #cathorind a:hover, .con_horind #cathorind a:active { text-decoration:underline;}

/*	DIVISIONES GRAN CULTIVO PRODUCTOS INDICE *******************************/

.con_horind {height:auto;}

.con_gcuind #catgcuind {margin-top:0px; margin-left:20px; margin-bottom:30px}
.con_gcuind #catgcuind  h2 { font-size:20px; color:#0C6644; margin-top:0px; margin-bottom:15px; line-height:20px; clear:both;}


#catgcuind #left {float:left; width:60%;}
#catgcuind #left h3, #catgcuind #left h3 a{color:#0C6644; margin-top:0px; margin-bottom:5px; font-size:15px; font-weight:bold;}
#catgcuind #left img { float:left; padding-right:20px;}
#catgcuind #left .list {float:left}
#catgcuind #left .list ul {padding-right:10px; width:auto; padding-bottom:15px; }
#catgcuind #left .list ul li {padding-left:5px;width:auto;list-style:none;margin-bottom:3px;list-style-image:url(../img/listdisc.gif);list-type:disc;font-size:15px;color:#595959;list-style-position: inside;}
#catgcuind #left .list ul li img {float:none; margin-bottom:5px;}

#catgcuind #right {float:left; width:35%; margin-top:0px; padding-right:20px; margin-bottom:30px;}
#catgcuind #right .list h3 a{color:#0C6644; margin-top:0px; margin-bottom:5px; font-size:15px;}
#catgcuind #right .list ul li img {float:left; margin-right:20px; _margin-right:20px; margin-bottom:20px; padding:0px; width:114px; _list-style-image:url()}
#catgcuind #right .list ul {padding-left:10px; width:auto; padding-bottom:15px; list-style:none; height:130px;}
#catgcuind #right .list ul li {margin-left:5px ;list-style:none; list-style-type:none; font-size:15px; color:#595959; vertical-align:top; clear:both; width:auto;}
#catgcuind #right .list  ul li ul { margin-left:15px; padding:0px;  width:150px; float:left;_margin-left:0px;}

#catgcuind #right .list ul li h2 {padding-top:0px; margin-top:0px; list-style-type:none; list-style:none; vertical-align:top; float:left; line-height:25px;}

#catgcuind #right .list li a {}

#catgcuind #right .list  ul li ul li{padding-left:0px;list-style:none;margin-bottom:3px;list-style-image:url(../img/listdisc.gif);list-type:disc;font-size:15px;color:#595959;*list-style-position: inside;*margin-left:-10px;_margin-left:0px;}

.con_gcuind #catgcuind a:link, .con_gcuind #catgcuind a:visited {font-size:15px; margin-top:0px; margin-bottom:5px; line-height:15px; display:block; color:#595959; text-decoration:none; list-style:none;}
.con_gcuind #catgcuind a:hover, .con_gcuind #catgcuind a:active { text-decoration:underline;}

/*	DIVISIONES GRAN CULTIVO I+D *******************************/

.con_gcuid {background-image: url(../img/bg_gcuid.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
.con_gcuid #catgcuid {margin-top:125px; margin-left:20px;margin-bottom:30px}
.con_gcuid #catgcuid ul {padding:5px; width:auto;}
.con_gcuid #catgcuid li {display:inline; list-style:none;}

.con_gcuid #titulo { margin-left:15px;}
.con_gcuid #titulo img {margin: 40px 0 30px 0;}
.con_gcuid #titulo p { width:250px; margin-bottom:15px; color:#595959;}



/*	DIVISIONES GRAN CULTIVO ESTACIONES DE ENSAYO *******************************/

.con_gcuese {background-image: url(../img/bg_gcuese.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}

.con_gcuese #catgcuese {margin-top:125px; margin-left:20px;margin-bottom:30px}
.con_gcuese #catgcuese ul {padding:5px; width:auto;}
.con_gcuese #catgcuese li {display:inline; list-style:none;}

.con_gcuese #titulo { margin-left:15px;}
.con_gcuese #titulo img {margin: 40px 0 30px 0;}
.con_gcuese #titulo p { width:250px; margin-bottom:15px; color:#595959;}

/*	DIVISIONES GRAN CULTIVO CALIDAD *******************************/

.con_gcucal {background-image: url(../img/bg_gcucal.jpg); background-repeat:no-repeat; background-position:right top; height:563px;}

.con_gcucal #catgcucal {margin-top:25px; margin-left:10px;margin-bottom:0px}
.con_gcucal #catgcucal ul {padding:0px; width:100%;}
.con_gcucal #catgcucal li {float:left; list-style:none; vertical-align:bottom; margin-right:15px; margin-bottom:30px;}
.con_gcucal #catgcucal li img{}
.con_gcucal #catgcucal li h3 {width:310px; color:#0A6341; font-size:15px; font-weight:bold; margin-bottom:7px;}
.con_gcucal #catgcucal li p {width:auto; color:#595959; font-size:12px; line-height:15px; margin-bottom:7px; }

.con_gcucal #titulo { margin-left:15px;}
.con_gcucal #titulo img {margin: 40px 0 30px 0;}
.con_gcucal #titulo p { width:250px; margin-bottom:15px; color:#595959;}

/*	DIVISIONES GRAN CULTIVO CATALOGOS *******************************/

.con_gcucat {height:auto;}
.con_gcucat #catgcucat {margin-top:0px; margin-left:10px; }
#catgcucat  h1 { font-size:16px; color:#0C6644; margin-top:0px; margin-bottom:15px; line-height:auto; line-height:20px; text-decoration:none; font-weight:bold;}

#catgcucat #left {float:left; border-left:1px dashed #0c6644; height:600px;width:260px;margin-bottom:60px;}
#catgcucat #left ul{width:260px; _width:260px; margin-left:15px;}
#catgcucat #left li{clear:both; list-style:none; display:block;}
#catgcucat #left li img {float:left; padding-bottom:15px; padding-right:0px;}
#catgcucat #left li h1{float:right; width:165px; _width:165px;}
#catgcucat #left li h1 a{font-size:16px; color:#0C6644; margin-top:0px; padding-top:0px; line-height:20px; text-decoration:none; font-weight:normal;}

#catgcucat #left a.pdf img{float:right; width:38px; height:38px; margin:2px 155px 0 0; _margin-right:145px;}
#catgcucat #left a.pdf2 img{margin:43px 155px 0 0; _margin-right:145px;}
#catgcucat #left a.pdf3 img{margin:-10px 155px 0 0; _margin-right:145px;}

#catgcucat #right {float:right; border-left:1px dashed #0c6644; height:600px; _height:610px;margin-bottom:30px;width:auto;}
#catgcucat #right ul {width:645px; float:left; margin-left:15px; _margin-left:5px;padding-top:10px;}
#catgcucat #right li{list-style:none; float:left; clear:none; width:205px; margin-bottom:40px;margin-right:7px;}
#catgcucat #right li img {float:left; padding-bottom:15px; padding-right:0px;}
#catgcucat #right li h1 {font-size:16px;float:right; width:95px;}
#catgcucat #right li h1 a{font-size:16px; color:#0C6644; margin-top:0px; padding-top:0px; line-height:auto; line-height:20px; text-decoration:none; font-weight:normal;}

#catgcucat #right a.pdf img{margin-left:5px;}
#catgcucat #right a.pdf2 img{margin-top:-18px;}

/*	DIVISIONES AREAS VERDES BIOTECNOLOGIA *******************************/

.con_avebio {background-image: url(../img/bg_avebio.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
.con_avebio ul {padding:5px; width:auto;}
.con_avebio li {display:inline; list-style:none;}

.con_avebio #titulo { margin-left:15px;}
.con_avebio #titulo img {margin: 40px 0 30px 0;}
.con_avebio #titulo p { width:250px; margin-bottom:15px; color:#595959;}

.con_avebio #catavebio {margin-top:0px; margin-left:20px;margin-bottom:30px}
#contenido #catavebio { margin-left:15px;}
#contenido #catavebio img {margin: 40px 0 30px 0;}
#contenido #catavebio p { width:350px; margin-bottom:15px; color:#595959;}
#contenido #catavebio #titulo h2 { font-size:18px; color:#0C6644; margin-top:15px; margin-bottom:15px; line-height:20px; clear:both; font-weight:bold; padding:0px;}

/*	DIVISIONES AREAS VERDES ENSAYO *******************************/

.con_aveeir {background-image: url(../img/bg_aveeir.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
.con_aveeir p {color:#595959;}
.con_aveeir ul {padding:5px; width:420px; margin-left:10px;}
.con_aveeir li {list-style:disc;color:#595959; padding-bottom:7px; list-style-image:url(../img/listdisc.gif);}

.con_aveeir #cataveeir {margin-top:0px; margin-left:20px;margin-bottom:30px}
#cataveeir { margin-left:15px;}
#cataveeir img {margin: 40px 0 30px 0;}
#cataveeir p { width:350px; margin-bottom:15px; color:#595959;}


/*	DIVISIONES AREAS VERDES IMAGENES *******************************/

.con_aveimg {background-image: url(../img/bg_aveimg.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
.con_aveimg p {color:#595959;}
.con_aveimg td.h1{font-size:18px; color:#0D6743;}
.con_aveimg table {padding-left:20px;}
.con_aveimg img {padding-right:10px; padding-bottom:10px;}
.con_aveimg .vacio {width:150px;}

/*	DIVISIONES AREAS TEPES *******************************/

.con_avetep {background-image: url(../img/bg_avetep.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
.con_avetep p {color:#595959;}
.con_avetep ul {padding:20px;width:200px; margin-right:35px;}
.con_avetep li {color:#595959; padding-bottom:7px;list-style-image:url(../img/listdisc.gif)}
.con_avetep h3 { color:#075F3D; text-transform:uppercase; font-weight:bold;}
.con_avetep h1 {padding:0px 10px 10px 0px; font-size:18px; font-weight:bold; color:#16704D;} 
.con_avetep table ul {text-align:left;};


.con_avetep #cataveeir {margin-top:0px; margin-left:20px;margin-bottom:30px}
#catavetep { margin-left:15px;}
#catavetep img {margin: 40px 0 30px 0;}
#catavetep p { width:350px; margin-bottom:15px; color:#595959;}

/*	DIVISIONES AREAS VERDES JARDIN FLORIDO *******************************/

.con_avejaf {background-image: url(../img/bg_avejaf.jpg); background-repeat:no-repeat; background-position:right top; height:auto;}
.con_avejaf p {color:#595959;}
.con_avejaf ul {padding:5px; width:350px; margin-left:10px;}
.con_avejaf li {list-style:disc;color:#595959; padding-bottom:7px; list-style-image:url(../img/listdisc.gif);}
.con_avejaf strong {color:#19734F; text-transform:uppercase;}

.con_avejaf #catavejaf {margin-top:45px; margin-left:20px;margin-bottom:30px}
#catavejaf { margin-left:15px;}
#catavejaf img {margin: 40px 0 30px 0;}
#catavejaf p { width:350px; margin-bottom:15px; color:#595959;}

/*	DIVISIONES AREAS VERDES REVEGETACION *******************************/

.con_averev {background-image: url(../img/bg_averev.jpg); background-repeat:no-repeat; background-position:top right; _background-position:top 420px; height:771px; width:948px}
.con_averev p {color:#595959; padding-left:10px;}
.con_averev #titulo {width:450px; margin-bottom:20px; padding-left:10px;}
.con_averev #titulo h3 {font-weight:bold;color:#19734F; font-size:14px; padding-bottom:10px; padding-top:10px;}
.con_averev p strong {font-weight:bold;color:#19734F;}
.con_averev ul {padding-left:15px; width:400px; margin-left:30px;}
.con_averev li {list-style:disc outside; color:#595959; padding-bottom:15px; *vertical-align:top;}
.con_averev li span {color:#19734F; text-transform:uppercase; font-weight:bold; font-size:12px;}
.con_averev li strong {font-weight:bold;}

/*	DIVISIONES AREAS VERDES REVEGETACIÓN AUX ***************************/

#contenido .con_averevaux {background-repeat:no-repeat; background-position:right top; height:auto;}
.con_averevaux #titulo h1 {color:#00693F; font-size:22px; padding: 30px 20px 20px 25px; font-weight:bold;}
.con_averevaux {height:auto;}
.con_averevaux .item {  margin:0px; padding:0px; display:block; clear:both;}
.con_averevaux .item .tit2 {margin: 0px 30px 0px 30px; padding:0px; border-bottom:1px dashed #595959;}
.con_averevaux .item .tit2 h2 {color:#595959; font-size:18px; font-weight:bold; padding-bottom:10px; width:250px;}
.con_averevaux .item .tit2 h1{color:#00693F; font-size:22px; padding-bottom: 10px; width:auto; font-weight:bold;}
.con_averevaux .item .tit2 span {text-align:right; color:#595959; font-size:10px; font-weight:bold; float:right; margin-top:10px; vertical-align:bottom;}
.con_averevaux .item .tit {margin: 0px 0px 0px 0px; padding:0px;}
.con_averevaux .item .tit h2 {color:#595959; font-size:18px; font-weight:bold; padding-bottom:10px; width:250px;}
.con_averevaux .item .tit h1{color:#00693F; font-size:22px; padding-bottom: 10px; width:auto; font-weight:bold;}
.con_averevaux .item .tit span {text-align:right; color:#595959; font-size:10px; font-weight:bold; float:right; margin-top:10px; vertical-align:bottom;}
.con_averevaux .item span ul li {padding-right:15px; display:inline; list-style:none; }
.con_averevaux .item p {color:#595959; font-size:12px; font-weight:bold; padding-top:10px; padding-left:40px; margin-bottom:0px;}
.con_averevaux .item .volver {clear:both; float:left; width:900px; position:relative; left:40px; top:-40px; _padding-bottom:60px;_margin-bottom:60px;text-align:left;}

.con_averevaux #catavaux a:link, .con_averevaux #catavaux a:visited {font-size:13px; margin-top:5px; margin-bottom:5px; line-height:15px; display:block; color:#595959; text-decoration:none; background-image:url(../img/ico_bot_horind.gif); background-position:right top; background-repeat:no-repeat; width:250px; line-height:19px;}
.con_averevaux #catavaux a:hover, .con_averevaux #catavaux a:active { text-decoration:underline;}

.con_averevaux .item .prod .strong {font-weight:bold; text-align:left; border-left:none;}
.con_averevaux #twin .item {width:45%; float:left; clear:none;}

.con_averevaux .item .prod {margin-top:25px; min-height: 458px; height: auto !important; height: 458px;}
.con_averevaux .item .prod .img_rev {float:left; padding-left:30px; padding-right:20px; margin-bottom:10px;}
.con_averevaux .item .prod table {margin-top:0px;}
.con_averevaux .item .prod table td {padding:5px 10px 5px 10px; vertical-align:top; color:#595959;}
.con_averevaux .item .prod .tit {font-weight:bold; color:#075F3D;}
.con_averevaux .item .prod .peque {font-size:10px;}
.con_averevaux .item .prod ul {padding-left:5px; margin-left:5px;}
.con_averevaux .item .prod li {list-style:disc outside; color:#075F3D; *vertical-align:top;}
.con_averevaux .item .prod strong {font-weight:bold; text-align:left; border-left:none;}

/*	DIVISIONES AREAS VERDES REVEGETACIÓN CUBIERTAS ***************************/

#contenido .con_averevcub {background-repeat:no-repeat; background-position:right top; height:auto;}
.con_averevcub #titulo h1 {color:#00693F; font-size:22px; padding: 30px 20px 20px 25px; font-weight:bold;}
.con_averevcub {height:auto;}
.con_averevcub .item {  margin:0px; padding:0px; display:block; _margin-bottom:-100px; clear:both;}
.con_averevcub .item .tit2 {margin: 0px 30px 0px 30px; padding:0px; border-bottom:1px dashed #595959;}
.con_averevcub .item .tit2 h2 {color:#595959; font-size:18px; font-weight:bold; padding-bottom:10px; width:250px;}
.con_averevcub .item .tit2 h1{color:#00693F; font-size:22px; padding-bottom: 10px; width:auto; font-weight:bold;}
.con_averevcub .item .tit2 span {text-align:right; color:#595959; font-size:10px; font-weight:bold; float:right; margin-top:10px; vertical-align:bottom;}
.con_averevcub .item .tit {margin: 0px 0px 0px 0px; padding:0px;}
.con_averevcub .item .tit h2 {color:#595959; font-size:18px; font-weight:bold; padding-bottom:10px; width:250px;}
.con_averevcub .item .tit h1{color:#00693F; font-size:22px; padding-bottom: 10px; width:auto; font-weight:bold;}
.con_averevcub .item .tit span {text-align:right; color:#595959; font-size:10px; font-weight:bold; float:right; margin-top:10px; vertical-align:bottom;}
.con_averevcub .item span ul li {padding-right:15px; display:inline; list-style:none; }
.con_averevcub .item p {color:#595959; font-size:12px; font-weight:bold; padding-top:10px; padding-left:40px; margin-bottom:0px;}
.con_averevcub .item .volver {clear:both; float:left; width:900px; position:relative; left:40px; top:-40px; _padding-bottom:60px;_margin-bottom:60px;text-align:left;}
.con_averevcub .item .volver a{color:#666; text-decoration:none;}
.con_averevcub .item .volver a:hover{color:#000; text-decoration:underline;}

.con_averevcub .item .prod .strong {font-weight:bold; text-align:left; border-left:none;}
.con_averevcub #twin .item {width:45%; float:left; clear:none;}

.con_averevcub .item .prod {margin-top:25px; height: auto !important;}
.con_averevcub .item .prod .img_rev {float:left; padding-left:30px; padding-right:20px; margin-bottom:10px;}
.con_averevcub .item .prod table {margin-top:0px;}
.con_averevcub .item .prod table td {padding:5px 10px 5px 10px; vertical-align:top; color:#595959;}
.con_averevcub .item .prod .tit {font-weight:bold; color:#075F3D;}
.con_averevcub .item .prod .peque {font-size:10px;}
.con_averevcub .item .prod ul {padding-left:5px; margin-left:5px;}
.con_averevcub .item .prod li {list-style:disc outside; color:#075F3D; *vertical-align:top;}
.con_averevcub .item .prod strong {font-weight:bold; text-align:left; border-left:none;}


/*	DIVISIONES AREAS VERDES ESPECIES ARBUSIVAS *******************************/

.con_aveesparb {background-image: url(../img/bg_aveesparb.jpg); background-repeat:no-repeat; background-position:right top;}
.con_aveesparb table {padding:5px; width:400px; margin-left:80px;}
.con_aveesparb h1 {color:#00693F; padding-bottom:15px; font-size:20px; font-weight:bold; line-height:24px;}

/*	DIVISIONES ÁREAS VERDES CATALOGOS *******************************/

.con_horcat {height:auto;}

.con_avecat #catavecat {margin-top:0px; margin-left:20px; margin-bottom:30px}
.con_avecat #catavecat li img {float:left;}
.con_avecat #catavecat li h1 a{ font-size:16px; color:#0C6644; margin-top:0px; padding-top:0px; line-height:auto; line-height:20px; text-decoration:none;}
.con_avecat #catavecat li span {display:block; text-align:left; padding-top:5px; color:#777878; font-size:12px; padding-bottom:30px;}
.con_avecat #catavecat ul { width:100%; margin-left:20px;}
.con_avecat #catavecat li {padding-right:15px; float:left; width:30%; list-style:none; margin-bottom:25px;}
.con_avecat #catavecat li img {float:left; margin-right:10px;}

/*	DIVISIONES ÄREAS VERDES PRODUCTOS INDICE *******************************/

.con_aveind {height:auto;}

.con_aveind #cataveind {margin-top:0px; margin-left:20px; margin-bottom:30px}
.con_aveind #cataveind  h1 { font-size:18px; color:#0C6644; margin-top:25px; margin-bottom:25px; line-height:20px; clear:both; font-weight:bold;}
.con_aveind #cataveind li span { text-align:left; padding-top:5px; color:#777878; font-size:12px; padding-bottom:30px;}
.con_aveind #cataveind ul { width:100%; margin-left:20px; text-align:left; margin-bottom:20px; display:block; color:#595959}
.con_aveind #cataveind li {list-style:disc; list-style-image:url(../img/listdisc.gif); font-size:10px; _list-style-position:inside;_padding-left:4px;}
.con_aveind #cataveind li img {float:none; margin-bottom:5px;}

.con_aveind #cataveind a:link, .con_aveind #cataveind a:visited {font-size:13px; margin-top:5px; margin-bottom:5px; line-height:15px; display:block; color:#595959; text-decoration:none; background-image:url(../img/ico_bot_horind.gif); background-position:right top; background-repeat:no-repeat; width:145px; line-height:19px;}
.con_aveind #cataveind a:hover, .con_aveind #cataveind a:active { text-decoration:underline;}

.con_aveind #cataveind td {vertical-align:top;}
.con_aveind #cataveind .otros {background-color:#DDEFCD;}
.con_aveind #cataveind .otros td {vertical-align:top; padding:0px 0px 10px 10px; margin-top:10px; height:80px;}
.con_aveind #cataveind .otros img {padding-bottom:15px; padding-right:0px;}
.con_aveind #cataveind .otros td table td{border:none;}
.con_aveind #cataveind .otros a:link, .con_aveind #cataveind .otros a:visited {font-size:13px; font-weight:bold; margin-top:0px; margin-bottom:0px; line-height:15px; display:block; color:#0c6644; text-decoration:none; background-image:url(../img/ico_bot_horind.gif); background-position:bottom left; background-repeat:no-repeat; width:auto; height:75px; vertical-align:top;}
.con_aveind #cataveind .otros a:hover, .con_aveind #cataveind .otros a:active { text-decoration:underline;}
.con_aveind #cataveind .otros a.nobg{background:none !important;}

/*	DIVISIONES ÄREAS VERDES PRODUCTOS (TODOS) *******************************/

.con_averin {background-repeat:no-repeat; background-position:right top; _background-position:left top;}
.con_averin #titulo h1 {font-size:20px; font-weight:bold; color:#00693F; padding: 30px 10px 30px 10px; _padding: 10px 10px 30px 10px; line-height:24px;}
.con_averin #titulo h2 {font-size:16px; font-weight:bold; color:#595959; padding: 0px 10px 10px 10px; line-height:16px;}

.con_averin #par {font-weight:bold; width:200px; padding-left:260px; color:#055E3C; padding-top:15px; line-height:15px; margin-bottom:30px;}

.con_averin  h3 { font-size:14px; color:#0C6644; margin-top:15px; margin-bottom:15px; line-height:20px; font-weight:bold;}
.con_averin  h3 span {font-size:10px; color:#595959; font-weight:bold;}
.con_averin ul { width:100%; margin-left:50px; text-align:left; margin-bottom:20px; margin-top:100px; display:block; color:#595959}
.con_averin ul ul {margin:0px 20px 0px 20px; padding:0px 20px 0px 20px;}
.con_averin ul li {font-size:12px;list-style-image:url(); list-style:none; }
.con_averin ul li ul li {list-style:disc; list-style-image:url(../img/listdisc.gif); font-size:12px; list-style-position:outside; }
.con_averin #sublist-1  ul li, .con_averin #sublist-2 li {list-style: disc; font-size:12px; list-style-image:url(../img/listdisc.gif); list-style-position:outside;}

.con_averin #cataverin {margin-top:20px; margin-bottom:10px;_padding-left:50px;padding-left:50px;}
.con_averin #cataverin { padding-bottom:5px; }
.con_averin #cataverin td {margin-left:20px;}
.con_averin #cataverin  h3, .con_averin .prev  h3 { font-size:12px; color:#0C6644; margin-top:0px; margin-left:10px; line-height:15px; font-weight:bold; margin-bottom:10px;}
.con_averin #cataverin img, .con_averin .prev img {float:left; margin-bottom:20px; margin-right:10px;}
.con_averin #cataverin ul, .con_averin .prev ul {padding-left:135px; margin-top:10px; width:auto;}
.con_averin #cataverin li, .con_averin .prev li { padding-left:5px; padding-right:15px;list-style-image:url(../img/listdisc.gif)}
.con_averin #cataverin .tititem h1 {font-size:20px; font-weight:bold; color:#00693F; padding: 15px 10px 15px 10px; line-height:24px; border-top:1px dashed #00693F;}
.con_averin #cataverin p {color:#00693F; font-weight:bold;}

#cataverin .usos {margin:0; padding:0px;}
#cataverin .usos h3 { font-size:14px; color:#0C6644; margin-top:15px; margin-bottom:15px; line-height:20px; font-weight:bold;}
#cataverin .usos h3 span {font-size:10px; color:#595959; font-weight:bold;}
#cataverin .usos ul { width:100%; margin-left:10px; text-align:left; margin-bottom:40px; margin-top:10px; display:block; color:#595959; padding-left:20px;}
#cataverin .usos ul li ul li {margin:0; padding:0px;list-style-image:url(../img/listdisc.gif);}
#cataverin .usos ul li ul {margin:0px 0px 0px 0px; padding-left:40px;}
#cataverin .usos li {list-style:disc; list-style-image:url(); list-style:none; font-size:12px; padding-left:15px;}

.con_averin .item {width:954px;}
.con_averin .item h1 {font-size:16px; font-weight:bold; color:#595959; padding: 15px 10px 15px 25px; line-height:16px; border-top:1px dashed #00693F;}
.con_averin .item p {color:#00693F; font-weight:bold; padding-left:25px;}
.con_averin .item  h3 { font-size:12px; color:#0C6644; margin-top:15px; margin-left:10px; line-height:15px; font-weight:bold; margin-bottom:10px;}
.con_averin .item ul {width:400px; _width:350px;}
.con_averin .item .it img{float:left; margin-bottom:50px; padding-top:15px; margin-right:10px;}
.con_averin .item .it ul {padding-left:135px; margin-top:10px; width:auto; }
.con_averin .item .it ul li { padding-left:10px; padding-right:15px;list-style-image:url(../img/listdisc.gif); list-style-position:outside;}

.con_averin .det   h3 { font-size:12px; color:#0C6644; margin-top:0px; margin-left:10px; line-height:15px; font-weight:bold; margin-bottom:10px;}
.con_averin .det  img{float:left; margin-bottom:50px; margin-right:10px;}
.con_averin .det  ul {padding-left:135px; margin-top:10px; width:auto;}
.con_averin .det li {list-style-image:url(../img/listdisc.gif); list-style-position:outside;}
.con_averin .det {padding-left:5px; padding-right:15px; width:auto;}

a.volver_pro{background:url(../img/flecha_volver.gif) 0 4px no-repeat; height:16px; display:block; color:#595959; font-size:12px; padding-left:13px; margin:25px 0 0 5px;}
a.volver_pro:hover{color:#16704d;}

a.volver_ave_pro{background:url(../img/flecha_volver.gif) 0 4px no-repeat; height:16px; display:block; color:#595959; font-size:12px; padding-left:13px; margin:25px 0 0 5px; float:left;}
a.volver_ave_pro:hover{color:#16704d;}

/* POPUP FORMATOS*/
#popup{width:70%; margin:30px auto 0 auto;}
#popup h1{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#16704d; margin:25px 0 15px 0;}
#popup p{font-size:12px; color:#777878; line-height:16px; margin:5px 0 5px 0;}
#popup ul{list-style:disc; color:#16704d; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#popup li{margin:10px 0 10px 0; border-bottom:1px dashed #16704d; padding-bottom:10px;}

/* FLOATING MENÚ PRODUCTOS*/
#hormenu{float:left; position:absolute; z-index:1000; background:#f7e27f; top:223px; _top:229px;}
#hormenu .columna{float:left;}
#hormenu h1{margin:20px 20px 10px 20px; font-size:12px; color:#595959; font-weight:bold; border-bottom:1px dashed #16704d; padding-bottom:10px; width:125px;}
#hormenu ul{margin:0 10px 20px 20px; line-height:20px;	}
#hormenu ul a{color:#595959; text-decoration:none;}
#hormenu ul a:hover{text-decoration:underline; color:#16704d;}

#mnu_productos{background:url(../img/flecha_floating_menu.gif) right 4px no-repeat; padding-right:15px;}
.nota{
	color:#595959;
	font-size:10px;
	margin-left:15px;
}
table .guio{
		text-align:center;
		width:100%;

}
