.degradado {  background-color: white;}
.texto {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000066; text-align: left; line-height: 120%}
.textoresaltado {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #006633; font-size: 10px}
.textoresaltado a:link {  border-color: black black #99CC00; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.textoresaltado a:visited {  text-decoration: none; border-color: black black #66CC33; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; color: #006633}
.textoresaltado a:hover {  color: #000000; text-decoration: none; border-color: #66CC00 black; border-style: dotted; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.textotabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 120%;
	text-align: center;
}
.cuadroform {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #EDEBC2; border-color: #CC9900 black black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.menu1 {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #000000; width: 100px; font-size: 10px; font-weight: bold; text-decoration: none; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px}
.menu2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; margin-left: 5px; border-color: black black black #FFFFFF; border-left-width: 3px}
.subrayado {
	text-decoration: underline;
}
.centrado {
	text-align: center;
}


/* MENU */
/* Styles for Example #1 */
        #menu {
            margin:0;
            padding:0;
            width:155px;
            list-style-type:none;
	font: 13px/120% Arial, Helvetica, Sans-serif;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(234,247,152))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 0%,
    rgb(234,247,152) 100%
);

}

        #menu .closed {
            background-image:url(ha-down.gif);
        }

        #menu .closed, #menu .opened {
            padding-right:10px;
            background-position:98% 50%;
            background-repeat:no-repeat;
        }

        #menu .header {
            background-color:#4da252;
	color: #FFFFFF;
	margin-left: -8px;
	padding-left: 5px;
	border-style: none;
}


        #menu .opened {
            
        }

        #menu a {
            display:block;
            text-decoration:none;

	color: black;
}

        #menu a.hover {
            color:#FFFFFF;
}

        #menu ul {
            overflow: hidden;
            margin:0;
            padding:0;
        }

        #menu li {
            margin: 0;
            padding: 3px 2px 0 10px;
            list-style-type:none;
        }

        #menu li a {
	background-color: white;
	padding: 3px;
	border-left: 4px solid #9be752;
}

        #menu li a:hover {
	border-left: 4px solid red;
}
        #menu li.header a{
	border-style: none;
}
        #menu li.active a, #menu li li.active a {

}

        #menu li.active li a, #menu li li a {

        }

#masproductos a {
	background-color:#4da252;
	display: block;
	color: white;
	text-decoration: none;
	font: 13px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
#masproductos a:hover {
	background-color: #91b853;
}

#contacto a {
	background-color:#4da252;
	display: block;
	color: white;
	text-decoration: none;
	font: 13px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
#contacto a:hover {
	background-color: #91b853;
}
