/******* NUEVO MENU CORPORATIVO ************
************************************************/
.cont_navigation {
    width: 100%;
    background: #353535;
    /* float: none; */
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;

    display: -webkit-inline-box;
    display: -moz-inline-box;
}

#navigation {
    font-size: .9em;
    width: auto;
    max-width: 1100px;
    background: #fafafa;
    display: block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
}

.menu_bar {
    display: none;
}

#navigation ul {
    overflow: hidden;
    list-style: none;
    background: #353535;
}

#navigation ul li {
    float: left;
}

#navigation ul li a {
    color: #fafafa;
    padding: 1em;
    display: table;
    text-decoration: none;
}

#navigation ul li span {
    color: #ea3333;
    /*margin-right: 10px;*/
}
#navigation ul li a:hover {
    background: #108461;
    color: #fff;
}

.cont_navigation3 {
    /* width: 61%; */
    background: #83CB0D;
    /* float: right; */
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    display: -webkit-inline-box;
    /*display: -moz-inline-box;*/
    width: 100%;
    /* max-width: 1100px; */
    border-radius: 0px 0px 15px 15px;
    /* position: fixed; */
    /* z-index: 2; */
}

#navigation3 {
    /* width: 100%; */
    /* max-width: 659px; */
    /* background: #fafafa; */
    /* float: right; */
    display: block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
}  
#navigation3 ul {
    /* overflow: hidden; */
    width: 100%;
    list-style: none;
    /* background: #353535; */
}
#navigation3 ul li {
    float: left;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
#navigation3 ul li a {
    font-size: 1.3em;
    color: #FFFFFF;
    padding: .25em;
    display: table;
    margin: 0;
}
#navigation3 ul li span {
    color: #ea3333;
    /*margin-right: 10px;*/
}
#navigation3 ul li a:hover {
    background: #f4f4f4;
    color: #83CB0D;
}


/****** FIN NUEVO MENU CORPORATIVO *********
************************************************/

.ban {
    width: 20%;
    max-width: 20%;
    padding: 20px 0px 20px 15px;
    margin-right: 1%;
    margin-bottom: 1%;
    box-sizing: border-box;
    display: table;
    /*float: left;*/
}
.ban img{
    width: 60%;
}
/*nav p {
    font-size:1.1em;
	color:#fafafa;
	line-height:1.7em; 
}*/


img#banner2, img#banner3 {
margin-top: 10px;
}



/********************* nav css3 animado 
***************************************/
nav {
  width: 20%;
  padding: 20px 0px 20px 15px;
  /* margin-right: 1%; */
  margin-bottom: 1%;
  box-sizing: border-box;
  /* background: #2a2a2a; */
  float: left;
  /* display: inline-block; */
  /* position: absolute; */
  /* overflow: hidden; */
  /* z-index: 1; */
}

nav,nav ul {
  list-style: none outside none;
  margin: 25px 0px 5px 0px;
  padding: 0;
  /* overflow: hidden; */
  /* position: absolute; */
  z-index:1;
  background: #83CB0D;
}
nav ul {
    background-color: #83CB0D;
    left: -999px;
    top: -999px;
    /*width: auto;*/
    height: auto;
    margin-top: -34px;
    position: absolute;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /*-moz-transition: -moz-transform 0.25s linear;
    -ms-transition: -ms-transform 0.25s linear;
    -o-transition: -o-transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: transform 0.25s linear;*/
}
nav li {
    /*float: left;*/
    width: 100%;
    position: relative;
    height: 34px;
    border-bottom: solid 1px #A1D884;
}
nav li a {
    color: #FFFFFF;
    display: block;
    /*font-size: 1em;*/
    padding: 10px 10px;
    text-decoration: none;
    height: 33px;
}
nav li a:hover {
    background-color: #636363;
    color: #FFFFFF;
}
nav li:hover > a.hsubs {
    visibility: visible;
}
nav li:hover ul.subs {
  left: 100%;
  top: 34px;
  width: 100%;
  /* max-width: 182px; */
  min-width: 230px;
    position: absolute;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
nav ul li {
    background: #96C223;
    font-size: .91em;
}
nav ul li:hover > a {
    background-color: #636363;
}

.nav_menu_p {
    line-height: 1.17em;
}
.nav_submenu_p {
  line-height: 1em;
}