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


ul {
        list-style: none;
        margin: 0px;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu {
        
        width: 200px;
        border-style: solid solid solid solid;
        border-color: #94AA74;
        border-size: 1px;
        border-width: 1px;
        margin: 8px;
        }

#menu li a {

         
        height: 25px;
        text-decoration: none;
        text-indent: 52px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 85%;
        font-weight: none;
        }

#menu li a:link, #menu li a:visited {
        color: #5E7830;
        display: block;
        background: url(../resources/images/menu.gif);
        padding: 8px 0 0 5px;
         text-indent: 52px; 
        }

#menu li a:hover, #menu li #current {
        color: #26370A;
        background: url(../resources/images/menu.gif) 0 -33px;
        padding: 8px 0 0 5px;
        text-decoration: underline;
         text-indent: 52px; 
        }

#menu li a:active {
        color: #26370A;
        background: url(../resources/images/menu.gif) 10 -63px;
        padding: 8px 0 0 0px;
         text-indent: 52px; 
        }
        
     /* Fin menu */
        
.container2 {
        width: 880px;
        padding: 2px;
        margin: 10px 20px 0px 50px;
        border: 1px solid #ccc;
        background: #fff;
        background:url(../resources/images/barrita.jpg);
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 15px 150px;
        border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
          font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
      
      }

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(../resources/images/rounded.gif) no-repeat bottom center;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}

ul{
list-style: none;
        margin: 0px;
        padding: 0;
}
ul.menu
{
   list-style:none;
}
ul.menu li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:200px;
}
ul.menu ul
{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   left:130px; /* Para que no monte sobre el <li> */
   top:-1px;
   display:none;
   list-style:none;
}
ul.menu li:hover > ul
{
   display:block;
}

ul.menu_color li 
{

display: block;
position: relative;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;

background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-right-width-value: 1px;
border-right-style-value: solid;

border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-width: 1px;
border-bottom-style: solid;

border-top-width: 1px;
border-top-style: solid;

border-left-width-value: 1px;
border-left-style-value: solid;

border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
width: 80px;

}

ul.menu li:hover 
{


background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;

}

