html, body{
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 12px!important;
    background-color: #FFFFFF!important;
    color: #333333;
    line-height: 1.2;
}
body{
    /*padding-top: 105px;*/
    padding-top:0px;
    overflow: visible;
}

#menuTop{
    position: absolute;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
}


#contFloat{
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin-top: 46px;
    /*border:1px solid blue;*/
}
.container{
    z-index: 999;
}

.breadcrumbs{
    padding-bottom: 15px;
}

#page{
    padding-top: 185px;
    background-color: #FFFFFF;   

}
.backgroud-gray{
    background-color: #E9EAEC;
}

footer#footer{

    margin-top: 30px;
    padding: 13px 0px;
}

.align-right{
    text-align: right;
}

footer{
    /*position: relative;
    bottom: 0;
    width: 100%;
    min-height: 95px;
    background-color: #ED1C24;
    color: #333333;
    z-index: 50;*/
}

.icones{
    font-size: 25px;
    color: #4C2432;
}

.icones a:link{
    color: #4C2432;
}

.icones a:visited{
    color: #4C2432;
}
.icones a:hover{
    color: #4C2432;
}

.coppyrights{
    padding-top: 8px;
}

@media (max-width: 767px) {


}

@media (max-width: 991px) AND (min-width: 768px) {
   

}

@media (min-width: 992px) AND (max-width: 1209px){
   
}

@media (min-width: 1210px) {

}
