/************** Banner Top **************************/	
/* Half Page Height Carousel Customization */
#banner-top{
    background-color: #000000;
    border-bottom: 8px solid #7c7f80;
}

header#main_header{
    border-bottom: 8px solid #7c7f80;
}

#banner-top{
    background-color: #fff;
    padding: 10px 0px 12px;
}

#banner-top .textos{
    color: #606060;
    padding-left: 35px;
}

#banner-top .textos .textos-tips td{
    text-align: justify;
}

/* Extra Small devices (phones) */
@media (min-width: 992px) { 
    #banner-top .textos .textos-tips td:first-child{
        padding-right: 25px;
    }
}


/* Extra Small devices (phones) */
@media (max-width: 767px) { 
    #banner-top .textos{
        padding-left: 10px;
    }
}


#banner-top .foto{
    padding: 25px 0 12px;
    text-align: center;
}

/* Extra Small devices (phones) */
@media (max-width: 767px) { 
    table.textos-tips td{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* medium devices (desktop and up) */
@media (min-width: 992px) {


}

@media (min-width: 1200px) {

	
}

@media (min-width: 1500px) {

	
}