/*------------------------------------Inicio del menu inferior--------------------------------------*/
#nav, #nav div {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 22px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px
    }
#nav div {
    background: #FFF;
    border: solid 1px #164e89;
    padding: 10px
    }
#nav a {
    display: block;
    padding: 0;
    color: #525252;
    text-decoration: none;
    text-transform: uppercase
    }
#nav a:hover {
    color: #FFF
    }
#nav li {
    float: left;
    position: relative
    }
#nav li ul li a {
    text-transform: none;
    text-decoration: none
    }
#nav div li {
    float: none
    }
#nav li ul li a:hover {
    color: #1b87d1;
    text-decoration: underline
    }
#nav div {
    position: absolute;
    display: none;
    top: 3.3em
    }
#nav div table {
    text-align: left
    }
#nav div table td {
    padding: 0 30px 0 0
    }
#nav div ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-position: outside;
    list-style-image: url(../images/icon03.jpg);
    list-style-type: none
    }
#nav div ul a {
    height: auto
    }
#nav li ul ul {
    left: 12em;
    margin: 0 0 0 10px
    }
#nav div ul li ul a {
    font-size: 11px;
    color: #6d6d6d;
    line-height: 14px
    }
#nav div ul li ul {
    /*display:none; ------- usar si se quiere que se expanda */
    list-style-position: outside;
    list-style-image: url(../Images/subicon.jpg);
    list-style-type: none
    }
#menuHrz {
    width: 100%;
    padding: 0 10px;
    clear: both
    }
#menuHrz a {
    height: 44px;
    display: block
    }
#menuHrz a#menu87 {
    display: none
    }
#menuHrz a#menu15 {
    background: url(../images/menu_key_resources.gif) top left no-repeat;
    width: 115px;
    text-indent: -99999em
    }
#menuHrz a#menu44 {
    background: url(../images/menu_general_material.gif) top left no-repeat;
    width: 170px;
    text-indent: -99999em
    }
#menuHrz a#menu55 {
    background: url(../images/menu_education.gif) top left no-repeat;
    width: 124px;
    text-indent: -99999em
    }
#menuHrz a#menu67 {
    background: url(../images/menu_youth_resources.gif) top left no-repeat;
    width: 126px;
    text-indent: -99999em
    }
#menuHrz a#menu68 {
    background: url(../images/menu_religion.gif) top left no-repeat;
    width: 130px;
    text-indent: -99999em
    }
#menuHrz a#menu69 {
    background: url(../images/menu_business.gif) top left no-repeat;
    width: 149px;
    text-indent: -99999em
    }
#menuHrz a#menu71 {
    background: url(../images/menu_historical.gif) top left no-repeat;
    width: 146px;
    text-indent: -99999em
    }
#menuHrz a#menu15:hover {
    background: url(../images/menu_key_resources.gif) bottom left no-repeat
    }
#menuHrz a#menu44:hover {
    background: url(../images/menu_general_material.gif) bottom left no-repeat
    }
#menuHrz a#menu55:hover {
    background: url(../images/menu_education.gif) bottom left no-repeat
    }
#menuHrz a#menu67:hover {
    background: url(../images/menu_youth_resources.gif) bottom left no-repeat
    }
#menuHrz a#menu68:hover {
    background: url(../images/menu_religion.gif) bottom left no-repeat
    }
#menuHrz a#menu69:hover {
    background: url(../images/menu_business.gif) bottom left no-repeat
    }
#menuHrz a#menu71:hover {
    background: url(../images/menu_historical.gif) bottom left no-repeat
    }
.ancho15 {
    width: 250px
    }
.ancho44 {
    width: 250px
    }
.ancho55 {
    width: 280px
    }
.ancho67 {
    width: 250px
    }
.ancho68 {
    width: 110px
    }
.ancho69 {
    width: 250px
    }
.ancho77 {
    width: 250px
    }
/*#nav div ul li:hover ul {
	display:block;
}*/
/*------------------------------------Fin del menu inferior--------------------------------------*/