@charset "utf-8";
/* CSS Document */

/* ===================== CALENDARIO INTERIOR ======================= */
/* ===================== CALENDARIO INTERIOR ======================= */
/* ===================== CALENDARIO INTERIOR ======================= */

#tabbed_box_1 {
	width:100%;
	float: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.tabbed_area {
	width: 100%;
	max-width: 690px;
	padding-top: 15px;
	float: left;
	height: auto;
}
ul.tabs {
	margin-right: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
ul.tabs li {
	list-style:none;

}
ul.tabs li a {
	width: 25%;
	float:left;
	text-align: center;
	background-color:#becfe1;
	color:#3c3c3c;
	text-decoration:none;
	font-size:16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
ul.tabs li a:hover {
	background-color:#E76E21;
	color:#fff;
	text-decoration: underline;
}
ul.tabs li a.active {
	background-color:#01448b;
	color:#fff;
	font-weight: normal;
}
.contentido-calendario {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	height: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #01448b;
	padding-top: 10px;
}
#content_2, #content_3{  display:none;  }

.base_tabs_country-losgrupos {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
}


.tabla-calendario th {
	height: 26px;
	text-align: center;
	background-color: #D7E1EC;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-transform: uppercase;
}

.tabla-calendario td {
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	color: #3c3c3c;
	padding-top: 5px;
	padding-bottom: 5px;
}
.barra-calendario-grupos{
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tabs-calendario-numero {
	background-color:#E6E6E6;
	width: 5%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.tabs-calendario-pais {
	width: 8%;
	text-align: center;
}
.tabs-calendario-pais img {
	width: 100%;
	max-width: 40px;
}
.tabs-calendario-paisname {
	width: 15%;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 2%;
}
.tabs-numerosdatos {
	font-size: 12px;
	width: 8.75%;
	text-align: center;
}
.tabs-datosgrupos {
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 12px;
	color: #3c3c3c;
	
}

ul.tabs2 {
	margin-right: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 100%;
}
ul.tabs2 li {
	list-style:none;
	width: 100%;
	float:left;
	text-align: center;
	background-color:#becfe1;
	color:#3c3c3c;
	text-decoration:none;
	font-size:16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	padding-top: 8px;
	padding-bottom: 8px;

}
/* ===================== fin CALENDARIO INTERIOR ======================= */
/* ===================== fin CALENDARIO INTERIOR ======================= */
/* ===================== fin CALENDARIO INTERIOR ======================= */



@media (max-width: 670px) { 
/* ===================== CALENDARIO INTERIOR ======================= */
/* ===================== CALENDARIO INTERIOR ======================= */
/* ===================== CALENDARIO INTERIOR ======================= */

.tabs-calendario-paisname {
	font-size: 12px;
}
ul.tabs li a {
	width: 30%;
	margin-right: 1%;
	margin-left: 2%;
}
/* ===================== fin CALENDARIO INTERIOR ======================= */
/* ===================== fin CALENDARIO INTERIOR ======================= */
/* ===================== fin CALENDARIO INTERIOR ======================= */


}