@font-face {
    font-family:Tahoma;
    font-style: normal;
    font-weight: normal;
    src: url('../font/tahoma.ttf');
}

body {
    font-family: Tahoma;/*"Source Sans Pro", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif*/
    background: rgba(46,16,16,1);
}
a {
    text-decoration: none;
    font-weight: bold;
}
p {
    text-align: justify;
}

.container {
    margin-top: 10px;
    border: solid 2px #870e11;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 16px 3px rgba(255,255,255,0.5);
    -moz-box-shadow: 2px 2px 16px 3px rgba(255,255,255,0.5);
}

.top div {
    height: 184px;
}
.top #img-contact {
    height: 18px;
    /*background: url('../img/arroba.png') no-repeat;*/
    background-color: #F9A01B;
    padding: 0px 5px 0px 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}
.top .title {
    height: 100%;
    background: url(../img/probetas.png);
    border-top-left-radius: 15px;
    background-size: 100% 100%;
    border-bottom: solid 1px #870e11;
}
.top .logo {
    display: block;
    height: 100%;
    padding-top: 73px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position-y: 50px;
    background-position-x: 50px;
    padding-left: 119px;
    color: #fff;
    font-size: 36px;
}
.top .contact {
    height: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 1px #870e11;
    border-left: solid 1px #870e11;
    background-color: #C11418;
    border-top-right-radius: 15px;
    -webkit-box-shadow: inset 10px 0px 15px -9px rgba(46,16,16,1);
    -moz-box-shadow: inset 10px 0px 15px -9px rgba(46,16,16,1);
    box-shadow: inset 10px 0px 15px -9px rgba(46,16,16,1);
}
.top form {
    padding: 5px 0;
    color: #fff;
}
.top form div {
    height: auto;
}
.top form textarea {
    height: 30px;
    resize: none;
}
.top form button {
    height: 21px;
    padding: 1px 6px;
}
.top form input,
.top form textarea {
    padding: 0;
    margin: 0;
    width: 99%;
    border-width: 1px;
}

.content .content-html {
    padding: 5px 5px 0 5px;
    background-color: rgba(255,255,255,1);
}

.navbar {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 1px #870e11;
    background-color: #F4A306;
    height: 83px;
    overflow: auto;
    -webkit-box-shadow: inset 10px 0px 15px -9px rgba(46,16,16,1);
    -moz-box-shadow: inset 10px 0px 15px -9px rgba(46,16,16,1);
    box-shadow: inset 10px 0px 15px -9px rgba(46,16,16,1);
}
.navbar .nav-group .nav-items .nav-item {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 5px 2px;
    padding-left: 14px;
    margin-top: 5px;
    margin-left: 2px;
    background-color: #fff;
    background-image: url(../img/nav-item.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
    background-position-x: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar .nav-group .nav-items .nav-item:hover,
.navbar .nav-group .nav-items .nav-item.active {
    background-image: url(../img/nav-item-active.png);
    color: #fff;
    background-color: rgba(193,20,24,0.5);
}

#content-html {
    overflow: auto;
}

.foot {
    padding-top: 18px;
    height: 69px;
    font-weight: bold;
    text-align: center;
    border-top: solid 1px #870e11;
    background-color: #97CF4B;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: inset 0px 10px 15px -9px rgba(46,16,16,1);
    -moz-box-shadow: inset 0px 10px 15px -9px rgba(46,16,16,1);
    box-shadow: inset 0px 10px 15px -9px rgba(46,16,16,1);
}
#foot-navbar {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 1px #870e11;
    background-color: #C11418;
    height: 83px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: inset 10px 10px 15px -9px rgba(46,16,16,1);
    -moz-box-shadow: inset 10px 10px 15px -9px rgba(46,16,16,1);
    box-shadow: inset 10px 10px 15px -9px rgba(46,16,16,1);
}

#loading {
    display: none; 
    position: absolute; 
    z-index: 9500; 
    top: 0; 
    left: 0; 
    background: none no-repeat scroll 0 0 #000000; 
    opacity: 0.6;
}
#banner {
    display: none; 
    position: absolute; 
    z-index: 9400; 
    top: 0; 
    left: 0; 
    background: none no-repeat scroll 0 0 #000000; 
    opacity: 0.6;
}
#loadingText {
    display: none; 
    position: absolute; 
    z-index: 9501; 
    top: 0; 
    left: 0; 
    background: none no-repeat scroll 0 0 #cccccc; 
    color: #FFF; 
    text-align: center; 
    vertical-align: middle; 
    padding: 15px 50px 10px;
}
#bannerText {
    display: none; 
    position: absolute; 
    z-index: 9401; 
/*    top: 0; 
    left: 0; */
/*    background: none no-repeat scroll 0 0 #cccccc; 
    color: #FFF; */
    text-align: center; 
    vertical-align: middle; 
    /*padding: 15px 50px 10px;*/
}

.noticia {
    margin: 0 4px;
}