/*
--------- MENÚ HORIZONTAL ---------
*/
.contenidoMenuHor{float:left;width:960px;}
.menuHor {/*background: rgba(146,194,51,1);background: -moz-linear-gradient(top, rgba(146,194,51,1) 0%, rgba(179,192,83,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,194,51,1)), color-stop(100%, rgba(179,192,83,1)));background: -webkit-linear-gradient(top, rgba(146,194,51,1) 0%, rgba(179,192,83,1) 100%);background: -o-linear-gradient(top, rgba(146,194,51,1) 0%, rgba(179,192,83,1) 100%);background: -ms-linear-gradient(top, rgba(146,194,51,1) 0%, rgba(179,192,83,1) 100%);background: linear-gradient(to bottom, rgba(146,194,51,1) 0%, rgba(179,192,83,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c233', endColorstr='#b3c053', GradientType=0 );*/background:#27231D;border-radius: 5px 5px 0px 0px; height:56px;clear:both;text-align:center;}
.menuHor span {color:#27231D;display:block;float:left;font-size:8px;padding:4px 0;text-decoration:none;}
.menuHor .division{width:5px;}
.menuHor a:link,.menuHor a:visited,.menuHor a:active {background: #93C334;color:#27231D;border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border: 1px solid #b8da70;border-bottom:1px solid #27231D; display:block;float:left;font-size:12px;margin-top: 2px;padding:4px 8px;text-decoration:none;text-transform:uppercase;}
.menuHor a:hover {background:#f5af33 url(../img/fnd_seleccionado.png)no-repeat center bottom;border-bottom:1px solid #27231D;color:#fff;}
.menuHor a.seleccionado:link,.menuHor a.seleccionado:visited,.menuHor a.seleccionado:active {background:#f5af33 url(../img/fnd_seleccionado.png)no-repeat center bottom;border-bottom:1px solid #27231D;color:#27231D!important;font-weight:700;}
.menuHor .derecha, .menuHor a.derecha{float:right;padding-left:0px;padding-right:20px;}
/*
--------- MENÚ LATERAL
*/
a.familia:link,a.familia:visited,a.familia:active {border-bottom:1px solid #dddddd;color:#27231d;display:block;font-size:14px;margin-top:5px;padding:5px 5px 5px 10px;clear:both;text-transform:uppercase;text-decoration:none;width:190px;}
a.familia:hover {color:#95c233;}
a.subfamilia:link,a.subfamilia:visited,a.subfamilia:active {clear:both;color:#27231d;display:block;font-size:90%;line-height:12px;padding:5px 5px 5px 10px;text-decoration:none;}
a.subfamiliaSel:link,a.subfamiliaSel:visited,a.subfamiliaSel:active {clear:both;color:#93C334 ;display:block;float:left;font-size:90%;line-height:12px;padding:5px 5px 5px 10px;text-decoration:none;}
