@import url('https://fonts.googleapis.com/css?family=Montserrat');

body{
	background: url('img/fondo1.jpg');	
	font-family: 'Montserrat', arial, sans-serif;
	color: #333;
	font-size: 14px;
	padding: 15px;

}
header{
	padding: 0 30px;
	margin-top: 15px;
}

@media (min-width: 1200px){
	.container {
	    width: 920px;
	}
}
.rojo{
	color: #aa0f21
}
.papel{
	background: url('img/papel.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}
.bg-white{
	background-color: #fff;
	overflow: hidden;
}
.mt-15{
	margin-top: 15px
}
.mt-b{
	margin-bottom: 15px;
}
img{
	width: 100%
}
.pad-30{
	padding: 0 30px;
}
nav{
	margin-top: 15px;
}

nav ul{
	overflow: hidden;
	margin: 0;
	padding: 0
}
nav ul li{
	display: block;
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 10px 5px;
}
#print-programa, #print-inscrip{
	width: 212px;
}
@media (max-width: 768px){
	nav ul li{
		padding: 10px;
	}
	#print-programa, #print-inscrip{
		width: 45%;
	}
}

nav ul li a{
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
nav ul li a:hover, nav ul li a.active{
	color: #a80e20;
	text-decoration: none;
}
.botones{
	padding-bottom: 25px;
	overflow: hidden;
}
.botones a{
	display: block; 
	float: left;
	width: 50%;
	text-align: center
}
.botones a img{
	width: 300px;
	margin: auto
}

.separator{
	display: block; 
	overflow: hidden;
	width: 100%;
}
.separator span{
	display: block; 
	overflow: hidden;
	width: 33.3%;
	float:left;
	height: 10px;
}
.separator span:first-child{
	background-color: #600818;
}
.separator span:nth-child(2){
	background-color: #aa0f21;
}
.separator span:nth-child(3){
	background-color: #db1a1f;
}
.sponsors img{
	padding: 15px;
	float: left;
	max-width: 150px;
	max-height: 50px;

}
footer{
	color: #fff;
	text-align: center
}
.footer1{
	background-color: #aa0f21;
	overflow: hidden;
	padding: 5px;
	font-weight: bold;
}
.footer2{
	font-size: 13px;
	background-color: #600818;
	overflow: hidden;
	padding: 15px;
	letter-spacing: 1px
}
.footer2>div{
	float: left;
	margin-left: 5%;
}
@media screen and (max-width: 678px) {
	.footer2>div{
		float: none;
		margin-left: 0;
	}
}

#programa{
	color: #222;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th, hr{
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.table-hover>tbody>tr:hover{
	background-color: rgba(0, 0, 0, .1);
}
.form-control {
    background-color: rgba(0, 0, 0, .1);
    border: rgba(0, 0, 0, .8);
    color: #222;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}


.glyphicon.glyphicon-asterisk{
	font-size: 11px;
	color: #aa0f21
}
.glyphicon-star{
		display: inline-block;
	}
@media (max-width: 768px){
	.container {
	    padding: 0
	}
	header{
		padding: 0;
		margin-top: 0px;
	}
	nav{
		margin-top: 0;
	}
	.botones a{
		display: block; 
		float: none;
		width: 100%;
		text-align: center
	}
	.botones a img{
		width: 75%;
	}
	.glyphicon-star{
		display: none;
	}
}