/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/02/2017, 9:15:58
    Author     : jaraujo
*/


a {
    color: #0f0101;;
    text-decoration: none;
	font-size: 11px;
    font-family:Inter, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; 
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: top;
}
p {
    margin: 0;
    margin-bottom: 1em;
}
.left {
    float: left;
}
.right {
    float: right;
}
.wrap {
    width: 100%;
    max-width: 95%;
    margin: auto;
    overflow: hidden;
}
.list li {
    display: inline-block;
}
.button {
    background: #4a88f4;
    border: none;
    color: #fff;
    font-size: 1.125em;
    display: inline-block;
}
.button.verde {
    background: #27ae60;
}
.button.verde:hover {
    background: #1d944f;
}
.button:hover {
    background: #1668c4;
}
/* alignments */
.center {
    text-align: center;
}
.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
}
img.center,
img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
img.alignleft,
img[align="left"] {
    float: left;
    margin: 1.25em 1.25em 1.25em 0px;
}
.alignright {
    float: right;
}
img.alignright,
img[align="right"] {
    float: right;
    margin: 1.25em 0px 1.25em 1.25em;
}
.clear {
    clear: both;
}
hr.clear {
    clear: both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
header {
    width: 100%;
    border-top: 3px solid #4a88f4;
    background: #fff;
    position: fixed;
    z-index: 10;
	border-bottom: 1px solid #a8a8a8;
	box-shadow: 2px 2px 5px #999;
}
header a:hover {
    text-decoration: none;
}
header .logo {
    /*height: 3.4375em;*/
    height: inherit;
    width: inherit;
    /*float: left;*/
    /*margin-right: 2.5em;*/
}
.logo_left {
    width: 145px;
    height: 50px;
    float: left;
}
.logo_right {
    width: 145px;
    height: 50px;
    float: right;
}
header .logo .logo-text {
    color: #000;
    line-height: 3.4375rem;
    float: left;
    padding: 0 10px;
    font-size: 1.5em;
}
/*header .logo:hover a {
  background: #131313;
  color: #fff;
}*/
header .menu_bar {
    display: none;
}
header nav {
    float: left;
    line-height: 2.8125em
}
header nav ul {
    list-style: none;
	margin-block-start: 0px;
}
header nav ul li {
    float: left;
    font-family: "Open Sans";
    font-size: 1em;
    margin-top: 0.3125em;
    border-bottom: 3px solid transparent;
    width: 90px
}
header nav ul li ul {
    display: none;
}
header nav ul li a {
    display: block;
    padding: 0 0.5em;
    color: #302f2f;
    /*line-height: 2.8125em;*/
}
header nav ul li a span {
    display: none;
}
header nav ul li span {
    display: block;
    float: left;
    padding: 13px 4px;
    /*prueba*/
}
header nav ul li:hover {
    border-bottom: 3px solid #4a88f4;
}
header nav ul li:hover a {
    color: #4a88f4;
}

header nav ul div a:hover {
    border-bottom: 3px solid #4a88f4; 
	padding: 10px 20px;
}

@media screen and (max-width: 750px) {
    .ad_area {
        padding-top: 4.4em;
    }
    header .menu_bar {
        text-align: center;
        float: right;
        display: block;
    }
    header .menu_bar a {
        display: block;
        color: #302f2f;
        font-size: 2rem;
        line-height: 3.4375rem;
        /*width: 3.4375rem;*/
        height: 3.4375rem;
    }
    header nav {
        float: left;
        display: block;
        background: #000000;
        width: 200px;
        height: auto;/*30%;*/
        position: fixed;
        top: 3.8em;
        left: -100%;
        overflow: auto;
    }
	header nav ul div {
        left: 201px;
    }
	header nav ul div a{        
		border-bottom: 1px solid #ffffff;
		padding: 10px 20px;
    }
    header nav ul {
        list-style: none;
    }
    header nav ul li {
        float: none;
        border-bottom: 1px solid #ffffff;
        margin-top: 0;
        width: 100%
    }
    header nav ul li a span {
        display: block;
        float: right;
        font-size: 2em;
        padding: 10px 20px;
        color: #fff;
    }
    header nav ul li span {
        display: block;
        float: left;
        font-size: 1.5em;
        padding: 21px 15px;
        color: #fff;
        /*prueba*/
    }
    header nav ul li .active {
        background: #535353;
    }
    header nav ul li > ul {
        display: none;
        background: #919191;
    }
    header nav ul li > ul li a {
        padding: 10px 30px;
    }
    header nav ul li a {
        color: #fff;
        padding: 10px 20px;
    }
    /*header nav ul li:hover {
      border-bottom: 1px solid #919191;
      background: #aacde3;
    }
    header nav ul li:hover a {
      color: #fff;
    }*/
    .wrap {
        width: 90%;
    }
}

@media screen and (max-width: 1150px) {
    .hidden_user{
        display:none;
    }
}
@media screen and (max-width: 1000px) {
    .hidden_logo{
        display:none;
    }
}
@media screen and (max-width: 850px) {
    .hidden_space{
        display:none;
    }

}
