#menud{display:block;
}
 
#menud li{display: inline-block;
position: relative;
z-index:100;}
 
#menud li a {font-weight:600;
text-decoration:none;
padding-right:31px;
display:block;
color:#ffffff;
 
-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}
 
#menud li a:hover, #menud li:hover > a{color:#ffffff;
}

/* ocultar el segundo nivel del menud */
#menud ul {display: none;
width: 145%;
position: absolute;
top: 64px;
}
 
/*mostrar el segundo nivel con la propiedad hover*/
#menud li:hover > ul{ display: block;}
 
#menud ul li {display:block;
float: none;
}
 
#menud ul li a {
font-size: 18px;
display:block;
color:#283593;
border-left:3px solid #ffffff;
background:#ffffff;}
 
#menud ul li a:hover, #menud ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #9CA3DA;
color:#797979;
}

/* cambio de la posisción del nivel tres */
#menud ul ul {left: 100%;
    top: 0px;
}

/*div#contenedor{
	position:relative;
	width: 100%;
	border: 1px solid transparent;
}
div#contenedor #slider{
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
	min-height: 550px;
	width: 95%;
	position: relative;
	overflow: hidden;
}
div#contenedor #slider div.elemento{
	position: absolute;
	left:0px;
	top:0px;
	height: 70%;
	width: 100%;
}

div#contenedor #slider img{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
	border:0px;
}*/
    #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

    #slides {
      display: none
    }

    .contenedor {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .contenedor {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .contenedor {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .contenedor {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .contenedor {
        width: 1300px
      }
    }
