@charset "utf-8";
/* Estrucutura Generica INDEX */

.menu_pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
.menu_pie:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #06F;
	text-decoration: none;
}
.menu_pie_idiomas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #06F;
	text-decoration: none;
}
.menu_pie_idiomas:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #006;
	text-decoration: none;
	
}
.menu_pie_idiomas_activo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #06F;
	text-decoration: none;
}
.tipo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
}
	
.categoria{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
}

.variedad{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006;
	text-decoration: none;
}
.variedad:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006;
	text-decoration: underline;
}

		
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #06F;
	text-decoration: none;
	padding-top:10px;
	
	
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding-top:5px;
	
	
}
.texto_contenido_normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	text-align:left;
}
a.texto_contenido_normal{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06F;
	text-decoration: none;
	text-align:left;
	}
	
a.texto_contenido_normal:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06F;
	text-decoration: underline;
	text-align:left;
	}
	
.texto_contenido_lista {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	list-style-type: disc;
}
a.texto_contenido_lista{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06F;
	text-decoration: none;
	list-style-type: disc;
	}
	
a.texto_contenido_lista:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06F;
	text-decoration: underline;
	list-style-type: disc;
	}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	height: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.texto_pequeno {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	list-style-type: disc;
}
/* Estrctura TABLA */

.encabezado_tabla {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: center
	}
.contenido_celda {
	background: url(../img/degradado_tabla.jpg) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.contenido_celda_izq {
	background: url(../img/tabl_gris_izqu.jpg) repeat-x top;
}

.contenido_celda_der {
	background: url(../img/tabl_gris_dere.jpg) repeat-x top;
}