/*
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 5691 $
 * $LastChangedDate: 2016-05-14 11:52:47 -0400 (Sat, 14 May 2016) $
 * $LastChangedBy: aherrera $
 * Description:
 *      Customization of the main styles of the app
*/

.exampleClass {

}
.banner{
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.banner.first{
	background-image: url('../banners/img/Banner_728x90.png');
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/Banner_728x90.png');
	margin: 0 auto 10px;
}
.banner.home_col_right{
	background-image: url('../banners/img/Banner_234x60.png');
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/Banner_469x61.png');
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/Banner_300x60.png');
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/Banner_234x60.png');
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/Banner_469x61.png');
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/Banner_300x60.png');
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/Banner_234x60.png');
}
.banner.interior01{
	background-image: url('../banners/img/Banner_234x60.png');
}
.banner.interior02{
	background-image: url('../banners/img/Banner_234x60.png');
}
div[class*="dfMc-"] .boxStuff.logos{
	background-image: url('../banners/img/logo_df_jug_dest.png');
	background-repeat: no-repeat;
    background-size: 220px auto;
}
iframe{

      width: 1px;

      min-width: 100%;

     *width: 100%;

}

/*
div[class*=dfMc-] .footerCtn .logo{ display: none !important}

/*
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details {
    border-bottom: 3px solid #0076be;
}

div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div {
    border-bottom: 3px solid #0076be;
}

div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-prev .icon-chevron-left {
    border-right: 10px solid #0076be;
}
div[class*=dfMc-] .agendaMaM .owl-theme .owl-controls .owl-buttons div.owl-next .icon-chevron-right {
    border-left: 10px solid #0076be;
}

div[class*=dfMc-] .btn {
    border-bottom: 3px solid #0076be;
}*/
 div[class*=dfMc-] .row{
display:block;margin-right:0px;margin-left:0px}
 }
 div[class*=dfMc-] .minSize-767 .fieldLineal .field {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 750px;
}
