@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,400i,700,700i');

@font-face {
font-family: 'Open Sans', sans-serif;

}
@font-face {
font-family: 'Open Sans Condensed', sans-serif;

}

* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
  font-family: "Open Sans";
  font-size: 14px;
}
.contenedor {
	width: 95%;
	max-width:1000px;
	margin:auto;
	padding-top: 7.5em;
}

a {
  color: #4a88f4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: top;
}
p {
  margin: 0;
  margin-bottom: 1em;
}
.wrap {
  width: 100%;
  max-width: 85em;
  margin: auto;
  overflow: hidden;
  padding: .5em;
  }
.list li {
  display: inline-block;
}
.heade_OA {
  width: 100%;
  border-bottom: 2px solid #0099ff;
  background: #fff;
  position: fixed;
  z-index: 10;
  overflow:hidden;
  box-shadow:2px 0px 5px #999;
  background-color: rgba(250, 250, 250, .95);
}
.heade_OA a:hover {
  text-decoration: none;
}
.heade_OA .logo {
  height: 6em;
  float: left;
  margin-right: 1.5em;
}
.heade_OA .logo img {
  width: 6em;
  height:6em;
/*  height: 3.4375em;
*/  float: left;
}
.pipe{
	border-left:1px solid #f68212;
	height:6em;
	float:left;
	padding: 0 .2em;
	}
.heade_OA .logo .logo-text {
  color: #000;
  line-height: 3.4375rem;
  float: left;
  padding: 0 10px;
  font-size: 1.5em;
}
.heade_OA .logo:hover a {
  background: #131313;
  color: #fff;
}
.heade_OA .menu_bar {
  display: none;
}
.heade_OA nav {
  float: left;
}
.heade_OA nav ul {
  list-style: none;
}
.heade_OA nav ul li {
  float: left;
  font-family: "Open Sans";
  font-size: .9em;
  margin-top: 0.3125em;
  border-bottom: 0.3125em solid transparent;
}
.heade_OA nav ul li ul {
  display: none;
}
.heade_OA nav ul li a {
	display: block;
	padding: 1.5em .5em;
	color: #666;
	line-height: 2.8125em;
	text-transform: uppercase;
}
.heade_OA nav ul li a span {
  display: none;
}
/*.heade_OA nav ul li:hover {
  border-bottom: 3px solid #f68212;
}
*/
.heade_OA nav ul li:hover a {
  color: #f68212;
}
@media screen and (max-width: 1000px) {
  .heade_OA .menu_bar {
    text-align: center;
    float: right;
    display: block;
  }
  .heade_OA .menu_bar a {
    display: block;
    color: #302f2f;
    font-size: 2rem;
    line-height: 6rem;
    width: 6rem;
    height: 6rem;
  }
  .heade_OA nav {
    float: right;
    display: block;
    background: #666;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 11em;
    right: -100%;
    overflow: auto;
  }
  .heade_OA nav ul {
    list-style: none;
  }
  .heade_OA nav ul li {
    float: none;
    border-bottom: 1px solid #919191;
    margin-top: 0;
  }
  .heade_OA nav ul li a span {
    display: block;
    float: right;
    font-size: 1.5em;
    padding: 10px 20px;
    color: #fff;
  }
  .heade_OA nav ul li .active {
    background: #535353;
  }
  .heade_OA nav ul li > ul {
    display: none;
    background: #919191;
  }
  .heade_OA nav ul li > ul li a {
    padding: 10px 30px;
  }
  .heade_OA nav ul li a {
    color: #fff;
    padding: 10px 20px;
  }
  .heade_OA nav ul li:hover {
    border-bottom: 1px solid #919191;
    background: #535353;
  }
  .heade_OA nav ul li:hover a {
    color: #fff;
  }
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {

  .ad_area .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .heade_OA .logo {
    margin-right: 0;
  }
  .heade_OA .logo .logo-text {
    font-size: 1rem;
  }
}
/*Estilos para arreglar que el menú hamburguesa que refiere a la barra derecha y buscador se vea en los tamaños pequeños*/
@media (max-width: 767px) {
.hidden-xs {
    display: block !important;
}
.visible-xs{
    display: block !important;
    visibility: visible !important;
}
}
@media (min-width: 300px) and (max-width: 767px) {
.hidden-xs {
    display: block !important;
  } 
.visible-xs, .visible-sm{
    display: block !important;
    visibility: visible !important;
}
.hidden-xs.hidden-sm footer{
    display: none !important;
}
.navbar-header {
    display: block;
    height: auto;
    float: left;  
}
.navbar-header::after {
  clear: both;
}
.navbar-header ul {
    margin-top: 10%;
    margin-left: 0 !important;
    clear: inherit;
    display: list-item;
    float: none;
    width: auto;
    text-align: inherit;
  }
.container > .navbar-header{
    margin-left: 0 !important;
}
}
/*Estilo para planchar el interlineado del footer*/
footer #text_footer p {
  line-height: 1.5 !important;
}
