/*
 * 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;
	display: none;
}
.banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-1.jpg');
	margin: 10px auto;
}
.banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-1.jpg');
	margin: 0 auto 10px;
}
.banner.home_col_right{
	background-image: url('../banners/img/home_col_right.jpg');
}
.maxSize-767 .banner{
	height: 85px;
	width: 90%;
}
.maxSize-479 .banner{
	height: 61px;
}
.maxSize-767 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-2.jpg');
}
.maxSize-479 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-3.jpg');
}
.maxSize-310 .banner.first{
	background-image: url('../banners/img/bannerDF_htmlcenter-4.jpg');
}
.maxSize-767 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-2.jpg');
}
.maxSize-479 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-3.jpg');
}
.maxSize-310 .banner.second{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
.banner.interior01{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
.banner.interior02{
	background-image: url('../banners/img/bannerInterior_htmlcenter-4.jpg');
}
div[class*="dfMc-"] .boxStuff.logos{
	background-image: url('../banners/img/logo_df_jug_dest.png');
	background-repeat: no-repeat;
    background-size: 220px auto;
}
/* Corrijo bug v3 y + */
div[class*=dfMc-] .object, div[class*=dfMc-] .vs- {
    top: 0;
}
div[class*=dfMc-] .itemStyles.rdsnItem .item .contentItem .col .details {
    top: 0;
}
div[class*=dfMc-] .agendaMaM.agendaticker .list-competitions .select-box select {
    color: #666;
}
div[class*="dfMc-"] .navbar-nav .dropdown.tournaments ul li a[href*="mundialclubes"]  {
  display:none;
}
div[class*="dfMc-"] .navbar-nav .dropdown.tournaments ul li a[href*="mundialfemenino"]  {
  display:none;
}
div[class*="dfMc-"] .navbar-nav .dropdown.tournaments ul li a[href*="mundialsub17"]  {
  display:none;
}
div[class*="dfMc-"] .navbar-nav .dropdown.tournaments ul li a[href*="veranochile"]  {
  display:none;
}
div[class*="dfMc-"] .navbar-nav .dropdown.tournaments ul li a[href*="suruga"]  {
  display:none;
}