/*
 * 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 {
    margin: 0 auto;
    width: 100%;    
}
.banner{
	width: 100%;
	height: 90px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner.first{
	background-image: url('../banners/img/728x90.gif'); /*728x90*/
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/728x90.gif'); /*728x90*/
	margin: 0 auto 10px;
}
.banner.home_col_right{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/469x61.gif'); /*469x61*/
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/321x54.gif'); /*321x54*/
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/469x61.gif'); /*469x61*/
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/321x54.gif'); /*321x54*/
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.banner.interior01{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
.banner.interior02{
	background-image: url('../banners/img/234x60.gif'); /*234x60*/
}
div[class*="dfMc-"] .boxStuff.logos{
	background-image: url('../banners/img/logo_df_jug_dest.png');
	background-repeat: no-repeat;
    background-size: 220px auto;
}

/*modificaciones*/
div[class*="dfMc-"] .itemStyles.rdsnItem .item{
	border-radius: 0;
}
.itemMaM .btn.details.mc-details  {
    display: none!important;
}
/* correccion bug Safari */
iframe{
      width: 1px;
      min-width: 100%;
     *width: 100%;
}
/*bug + y vs agenda**/

div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details {
    top: 0;
}

div[class*=dfMc-] .planteles .table .nombre a {
	color: #000000;
}

div[class*=dfMc-] .planteles .table .nombre a:hover {
	color: #009ee0;
}

div[class*=dfMc-] .agendaMaM .owl-carousel.owl-theme .owl-controls .owl-buttons>div.disabled, div[class*=dfMc-] .agendaMaM .owl-carousel.owl-theme .owl-controls .owl-nav>div.disabled {
	display: block !important;
}

/*div[class*=dfMc-] div[data-type="banner"] {
	display: block;
}*/

div[class*=dfMc-] div[data-name="home_col_right"] {
	width: 100%;
}

div[class*=dfMc-] .main_header .navbar-top li.active, div[class*=dfMc-] .main_header .navbar-top a:hover {
	background-color: #009ee0;
}