@charset "utf-8";
/* CSS Document */

.tituloseccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F3B701;
}
.rojo {
	color: #660000;
}
.enlaces {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
.enlaces:hover {
	text-decoration: underline;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.gris {
	color: #666666;
}
.enlaces2 {
	color: #660000;
	text-decoration: none;
}
.enlaces2:hover {
	text-decoration: underline;
}
.enlacegris  {
	color: #666666;
	text-decoration: none;
}
.enlacegris:hover  {
	text-decoration: underline;
}
.variedades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	font-weight: bolder;
	width: 700px;
	float: left;
	padding-top: 10px;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4F0408;
	padding-left: 10px;
	padding-bottom: 5px;
}
.textoblandotitulos {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
}
.textogristitulos {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
}

