@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;
	margin-bottom: 5px;
	text-decoration: none;
	outline: none;
	color:#381837;
	font-family: 'Arial', serif;
	background-color: #fff;
	border: 1px solid #381837;
}
.tabs li a:hover {
	background-color: #381837; color:#FFF;
}
.tabs li.selected a {
	background-color: #381837;
	border-bottom: none;
	border: 1px solid #381837;
	color:#FFF;
	/*font-weight:bold;*/
}
.tabs li.selected a:hover {
	border-bottom: none;
}
.tabs_content_container {
	overflow:hidden;
	border-top: none;
	margin-top:-10px;
	padding: 0;
	background:none;
	color:#FFFFFF;
}
.tab_content {
	display: none;
}
 /*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:#381837;
	margin-top:15px;
	cursor:pointer;
}
.detail-list li span{
		opacity: .5;
		float: right;
	}
.detail-list .compact{
	margin-top: -10px;
		font-size: .9em;
	}

.detail-list{width:100%; float:left; margin-top:2em;}
.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;}

.judges li{
	width:280px;
	float:left;
	}
.judges li span{margin-right:5px;}

.panel{
	padding:20px 0 0;
	width:100%;
	float:left;
	display:none;
	}
.accordion img{
	width:100px;
	float:left;
	margin: 0;
	padding:0 10px 10px 0;
	}
.accordion p{
	display:block;
	margin:0;
	}
.panel p{
	padding:0;
	}
.active{
    background-color: none;
}

 /*FIN contenido tabs*/
 @media only screen and (min-width: 768px) and (max-width: 979px) {
	 .detail-list{width:100% !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;}
	 }
