/* CONTENEDOR PRINCIPAL DEL HEADER*/
#container_header{
  background: transparent url(../img/fondo_header.png) repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 120px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 1px 4px 0px rgba(50, 50, 50, 0.75); 
}
/* estilos titulo - logo*/
div#contenedor_tit_log{
  background: transparent;
  margin:0;
  padding: 30px 0px;
	float: left;
  width: 35%;
	height: auto;
	
}

img#web_logo{
  height:16%;
  margin:0;
  margin-right:20px; 
  padding: 0;
  position: absolute;
  vertical-align:top;
  top:1%;
  left: 1%;
  z-index: 9999;
}
h1#web_titulo{
	color:#818181;
  font-size: 16pt;
  margin: 0;
  margin-left: 28%;
	font-weight: 500;
  padding: 12px;
  position: relative;
  display: inline-block;
}

/* ========================== ESTILOS MENU PRINCIPAL======== */

div#contenedor_menu_hori{
  background:transparent;
  float: right;
  height: auto;
  margin: 0;
  margin-right: 1%;
  padding: 30px 0px;
  
}
div.social_img{
    background: transparent url(../img/sprite_social.png) no-repeat;
    width:110px;
    height: 35px;
    margin: 5px 0 0 5px;
    padding: 0;
    display: inline-block;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  background: transparent;
}
#cssmenu > ul {
  background: url('bg.png');
  /*box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);*/
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  margin-top: 5px;
  padding: 15px 8px 12px 8px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color:#3DA3EF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #fff;
  background: #1ABC9C;
 border-radius: 4px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 15px;
}
#cssmenu  ul  li  a.activo{
  border: 1px solid dotted blue;
  color: red;
}

#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  z-index: 9999;
}
#cssmenu > ul > li > ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu ul ul ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu > ul > li > ul{
  top: 120px;
}
#cssmenu > ul > li:hover > ul{
  top: 42px;
  left: 0;
  opacity: 1;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu ul ul > li:hover > ul{
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}

/* ESTILOS SUB SUBMENU*/

li ul.sub_submenu{
  padding: 5px 10px;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  