/*
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 6540 $
 * $LastChangedDate: 2017-02-16 15:18:52 -0300 (Thu, 16 Feb 2017) $
 * $LastChangedBy: cjuanilla $
 * Description:
 *      Customization of the main styles of the app
*/

.exampleClass {

}
.bannerContent{
}
.banner{
	width: 100%;
	height: 90px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.first{
	background-image: url('../banners/img/Banner_728X90.gif');
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/Banner_728X90.gif');
	margin: 0 auto 10px;
}
.banner.home_col_right{
	background-image: url('../banners/img/Banner_234X60.gif');
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/Banner_469X61.jpg');
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/Banner_300X60.gif');
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/Banner_234X60.gif');
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/Banner_469X61.jpg');
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/Banner_300X60.gif');
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/Banner_234X60.gif');
}
.banner.interior01{
	background-image: url('../banners/img/Banner_234X60.gif');
}
.banner.interior02{
	background-image: url('../banners/img/Banner_234X60.gif');
}
div[class*="dfMc-"] .boxStuff.logos{
	background-image: url('../banners/img/logo_df_jug_dest.png');
	background-repeat: no-repeat;
    background-size: 220px auto;
}
/*Apuestas*/
div[class*="dfMc-"] .subHeader{ color: #000}
div[class*="dfMc-"] .itemStyles .item .contentItem .col .date{ color:#000;}
div[class*="dfMc-"] .itemStyles .item .contentItem .apuestas {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    height: 25px;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    padding: .35rem 1.25rem;
    left: 50%;
    bottom: 25px;
    z-index: 1;
    width: 90px;
    display: block;
    margin: -.25em auto;
    text-align: center;
    border: none;
    background-color:#ea3302;
    position: absolute;
	border-radius: 5px;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .apuestas {
    width: 140px;
	transform: translate(-50%,0px)
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
    height: 150px;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:active, div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:focus, div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div:hover {
    height: 150px;
}
div[class*="dfMc-"] .fin .itemStyles .item .contentItem .apuestas {
    display: none;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .information {
    margin-top: 20px;
}