@font-face {
    font-family: "open_sansregular";
    src: url("../fonts/opensans-regular-webfont.eot");
    src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/opensans-regular-webfont.woff") format("woff"),
        url("../fonts/opensans-regular-webfont.ttf") format("truetype"),
        url("../fonts/opensans-regular-webfont.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal;
}
*{ -moz-box-sizing: border-box; box-sizing: border-box; }

body{
    color:#333; 
    margin:0;
    padding:0;
    font-family:'osans', Helvetica;
    background:#f0f3f3;
}


.hidden{display:none!important;}
a{text-decoration: none; text-decoration: none;}
a img{border:0;}

header{ background:#fff; height: 60px; line-height: 60px; color:#1d212a;z-index: 3; width: 100%; position:fixed;}
header .logo{ float:left;color:#1d212a; width:200px; height: 60px; background:url('../../commons/img/amerindia-logo-15.svg') no-repeat center; margin-left: 10px;}
header .usuario{ float:right;  line-height: 60px; font-size:14px;}
header .usuario .headerBtn{ float:left; display:block; height: 60px; line-height: 60px;
                            padding:0 18px; color:#333; text-decoration: none; cursor:pointer;}
header .usuario .headerUsuario{ float:left; display:block; height: 60px; line-height: 60px;
                            padding:0 18px 0 60px; color:#333; text-decoration: none; background:url('../../admin/img/imago_white.png') no-repeat left center;}
header .usuario .headerBtn:hover{ background:#f6f8f8;}
header .usuario a{ color:#333; float:left; text-decoration: none;}
header .usuario .avatar{ float:left; width: 40px; height: 40px; overflow:hidden; 
                         display:block; border-radius: 50%; margin:10px 4px 0 0;
}

.row{ width:100%; display:table;}

.web{ position:relative; top:0; left:0; padding-top:60px; padding-left:240px; width:100%;}
.web .contenido{ }
.web .contenido .webTopHeader{ border-bottom:1px solid; background: #f6f8f8; border-top:1px solid #eee; position:relative;
                               border-bottom:1px solid #eee; padding:20px; display:table; width:100%; height: 102px;}
.web .contenido .webTopHeader h2{ font-size:24px; font-weight: bold; margin:0; padding:0;}
.web .contenido .webTopHeader h3{ font-size:16px; font-weight: lighter; margin:0; padding:0; color:#999;}
.web .contenido .webContent{padding:20px; position:relative; margin-bottom: 80px; display:table; width:100%;}
/*buscador*/

.userInfo { display: table; font-size: 16px; position: absolute; right: 10px; top: 0;}
.log{ width:430px; display:table; padding:20px; background:#fff url('../../admin/img/imago_white.png') no-repeat 0px center;  margin:100px auto 20px; border:1px solid #eee;background-size: 143px;}
.divLogin{ width:260px; float:right;}
.divLogin h2{ margin:10px 0; font-size:18px; color:#666; text-align:center;}
.input{background: #FBFBFB; border: 1px solid #E5E5E5; color: #666666; font-size: 20px; margin:8px 0; padding: 3px; width: 250px;}
#web{padding-left:0!important;}