/* 
    Document   : header
    Created on : Feb 13, 2014, 8:57:59 AM
    Author     : marvins
    Description:
        Purpose of the stylesheet follows.
*/
@font-face {
    font-family: 'robotoregular';
    src: url('../media/fonts/roboto-regular-webfont.eot');
    src: url('../media/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../media/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../media/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../media/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*BACKGROUND DE TODO EL NAV*/
#header{
    background: #033d78;
}
#header .title-area{
    background: #033d78;
}
#header .divider{
    border-bottom: solid 1px #345372;
    clear: both;
    height: 1px;
    width: 100%;
}
#header .top-bar-section ul{
    background: #012851;
}
#header .dropdown{
     background: #012851;
}
#header .top-bar-section .has-dropdown{
    background: #012851;
}
#header .top-bar-section ul li > a {
    background: #012851;
    text-decoration: none;
}
#header .top-bar-section ul li > a:hover {
    background: #023d77;
}
#header .top-bar-section .active{
    background: #023d77;
}
.hide-for-large{
    /*display: none !important;*/
}
/*CENTRAR EL LOGO*/
#header .title-area .logoMovil{
position: absolute;
left: 0px;
top: 2px;
right: 70px;
margin: 0 auto;
height: 90%;
width: auto;
margin-left:52px;
}
/*MOVERL ICONO MENU*/
#iconoMenu{
    left: 0px;
    top: 50%;
    margin-top: -16px;
    padding-left: 0px;
}
/*ICONOS*/
#redes{
    position: absolute;
    right: 45px; 
    top: 0px;
    height: 45px;
}
#redes img{
    margin-top: 15px;
}
#buscar{
    position: absolute;
    right: 15px;
    top: 0px;
    height: 45px;
}
#buscar img{
    margin-top: 15px;
}
#login{
    position: absolute;
    right: 40px;
    top: 0px;
    height: 45px;
}
#login img{
    margin-top: 15px;
    width: 29px;
}
/*******************************SEARCH**********************************/
/**************************************************************************/
.contenedorForm{
    background: #012851;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 45px;
    width: 100%;
    display: none;
	z-index:1;
}
.contenedorForm .search{
    margin: 0;
}
.contenedorForm .search input[type="text"]{
    border: none;
    border-radius: 6px 0px 0px 6px;
    float: left;
    height: 30px;
    margin: 0;
    margin-left: 3%;
    width: 74%;
}
.contenedorForm .search input[type="submit"]{
    background-image: url(../media/imagenes/general/buscar.png);
    background-color: #40baeb;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0px 6px 6px 0px;
    float: left;
    height: 30px;
    margin: 0;
    width: 20%;
}
/*******************************REDES SOCIALES*******************************/
/********************************************************************************/
.redesSociales{
    background: #012851;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 45px;
    width: 100%;
    display: none;
	z-index:1;
}
.redesSociales .contenedorRedesMovil{
    margin: 0 auto;
    position: relative;
    width: 210px;
}
.redesSociales .contenedorRedesMovil a{
    margin-right: 32px;
}
.redesSociales .contenedorRedesMovil a:last-child{
    margin-right: 0;
}
/*******************************LOGIN*******************************/
/*********************************************************************/
.contenedorLogin{
    background: #012851;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 45px;
    width: 100%;
    display: none;
	z-index:3;
}
.contenedorLogin .registro{
    margin: 0 auto;
    width: 90%;
}
.contenedorLogin .registro input[type="text"]{
    border: none;
    border-radius: 6px;
    height: 35px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
}
.contenedorLogin .registro input[type="submit"]{
    background-color: #40baeb;
    border: none;
    border-radius: 6px;
    color: #fff;
    height: 40px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contenedorLogin .contenedorRedesMovil{
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    width: 150px;
}
.contenedorLogin .contenedorRedesMovil a{
    margin-right: 32px;
}
.contenedorLogin .contenedorRedesMovil a:last-child{
    margin-right: 0;
}
.contenedorLogin .opcionesL{
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px #345372 solid;
}
.contenedorLogin .opcionesL .olvidePass{
    color: #fff;
    font-size: 14px;
    font-family: 'robotoregular';
    float: left;
}
.contenedorLogin .opcionesL .recordar{
    color: #fff;
    font-size: 14px;
    font-family: 'robotoregular';
    float: right;
}
.contenedorLogin .opcionesL .recordar label{
    color: #fff;
    font-size: 14px;
    font-family: 'robotoregular';
    float: left;
    margin-right: 5px;
}
.contenedorLogin .sinCuenta{
    margin-top: 10px;
    margin: 0 auto;
    width: 195px;
}
.contenedorLogin .sinCuenta span{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: 'robotoregular';
    margin-bottom: 20px;
    margin-right: 5px;
    text-align: center;
}
.contenedorLogin .sinCuenta span label{
    color: #40baeb;
    display: inline-block;
    font-size: 14px;
    font-family: 'robotoregular';
    margin-left:  5px;
}

.modB{
	margin-right: 28px;
}

#highlight_bar{
    position: absolute;
    height: 40px;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.highlight_bar_color{
    height: 10px;
    margin-top: 30px;
}