@charset "UTF-8";
/* CSS Document */

#tabs{margin-top:1%; margin-bottom:5%;}
/*tabs*/
.tabs_container {
}
.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabs li {
	display: inline;
}
.tabs li a {
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	outline: none;
	color:#c0352d;
	font-family: 'Roboto', serif;
	background-color: #EED1A1;

}
.tabs li a:hover {
	background-color: #28325B; color:#FFF;
}
.tabs li.selected a {
	background-color: #FFF;
	border-bottom: none;

	/*color:#FFF;*/
	/*font-weight:bold;*/
}
.tabs li.selected a:hover {
	border-bottom: none;
}
.tabs_content_container {
	border-top: none;
	padding: 50px 0 0 0;
	background:none;
	color:#FFFFFF;
}
.tab_content {
	padding-bottom: 50px;
}
 /*contenido tabs*/
.details{
	padding-right:3em;
}
.details a{
	color:#c8070e;
}
.details a:hover{
	text-decoration:underline;
}
.details li{
	margin: 0.5em 0 0 0;
	padding-left:0;
	/*color:#28325B;*/
}
.detail-list{
	width:20%;
	float:left;
	margin-top:2em;
	/*border-left:thin solid #C9CDD1;*/
	padding:5px;
}
.SignOn{
	display:block;
	text-align:center;
	margin: 2em 0;
}
.SignOn a{
	display:block;
	margin: 0 auto;
	padding:0.9em;
	color:#FFF;
	background:#c8070e;
	width:15em;
	font-size:1.2em;
}
.SignOn a:hover{
	background:#990000;
}
.teams{
}
.teams li{
	list-style:inside;
	margin-left:2em;
	padding:0.5em;
}
p.stars{padding-top:3px;}
 /*FIN contenido tabs*/
 @media only screen and (min-width: 768px) and (max-width: 979px) {
	 .detail-list{width:30% !important; min-height:450px !important;}
	 .short{height:auto !important; min-height:390px !important;}
	 .shorter{height:auto !important; min-height:190px !important;}
	 }
 @media only screen and (min-width: 480px) and (max-width: 767px) {
	 .detail-list{width:100% !important;}
	 }
 @media only screen and (min-width: 80px) and (max-width: 479px) {
	 .detail-list{width:100% !important;}
	 }
