@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);

body { 
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #131f38;
	margin-top: 0px;
}

header{
	margin-top: 20px;
	min-height: 120px;
	background-color: fff;
}

header .date{
	float: left;
	width: 100% !important;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-top: 10px;
}

header .date span{
	position: relative;
	color: #000;	
	font-size: 20px;
	float: right;
	
}

header .date span.red{
	color: #be0c27;	
	font-size: 36px;
}

header .date p{
	color: #be0c27;	
	font-size: 26px;	
	position: relative;
	margin-top: -15px;
	margin-bottom: 0px;
	float: right;
}

.h2, h2 {
    font-size: 30px;
    color: #fff;
}

.idiomas{
	text-align: center;
}

.social-media{
	margin-top: 5px;
}
.social-media a{ margin-left: 5px; float: right; position: relative;}
.social-media .facebook{  background:url(../img/facebook.png) 0px 0px repeat; width: 37px; height: 37px; cursor: pointer; }
.social-media .twitter{ background:url(../img/twitter.png) 0px 0px repeat; width: 37px; height: 37px; cursor: pointer; }
.social-media .instagram{  background:url(../img/instagram.png) 0px 0px repeat; width: 37px; height: 37px; cursor: pointer; }
.social-media .youtube{ background:url(../img/youtube.png) 0px 0px repeat; width: 37px; height: 37px; cursor: pointer; }

.menu{
	border-top: 3px solid #750013;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	background-color: #750013;
}

.menu .navbar-default{
	background-color:transparent !important;
	border:0px;
}

.navbar{
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #555;
	background-color: #fdc502;
}

#date{ color: #750013; font-size: 14px; background-color: #fdc502;}
#date:hover{ color: #fff; background-color: #ffc80e;}
.slider-master{ margin-top: 0px;}

/*footer*/
.top-footer{
	background-image: url(../img/bg_top_footer.png);
	background-repeat: repeat-x;
	height: 183px;
	margin-top: 20px;
}
.medium-footer{
	/*background-image: url(/img/bg_medium_footer.png);*/
	background-repeat: repeat-x;
	background-color: #000;
}
.bottom-footer{
	background-image: url(../img/bg_bottom_footer.png);
	background-repeat: repeat-x;
	background-color: #fff;	
	height: auto;
}

.shadow-right{
	/*background-image: url(/img/shadow_right_footer.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 161px;*/
	
}

footer h3{ color: #fff; font-size: 22px; text-align: center;}
footer ul li{ color: #fff; font-size: 16px; text-align: center;}
footer .explication{ text-align: left; font-size: 12px;}
footer a{ color: #fff; text-decoration: none;}
footer a:hover{ color:#be0c27; text-decoration: none; }
footer .mazatlan_sports{ margin-top: 20px;}
footer .derechos-web{ margin-top: 10px; color: #bf1e2e;}
footer .link-web a{ color:#000;}

/*conatiner*/
.drop-shadow {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.block-option{
	background-color: #000;
	min-height: 170px;
	margin-top: 30px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    margin-right: 47px;
}
.block-option img{ position: absolute; top: -20px; right: -20px;}
.block-email{
	background-image: url(../img/bg_email.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.block-email h3{ color: #fff200; font-size: 20px; }
.block-email p{ color: #fff; font-size: 16px; }
.block-twitter{
	background-image: url(../img/bg_twitter.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.block-twitter h3{ color: #e9f7ff; font-size: 26px; margin-bottom: 0px; }
.block-twitter p{ color: #fff; font-size: 36px; }
.block-facebook{
	background-image: url(../img/bg_facebook.png);
	background-repeat: repeat-x;
	background-color: #677caa;
}
.block-facebook h3{ color: #e9f7ff; font-size: 26px; margin-bottom: 0px; }
.block-facebook p{ color: #fff; font-size: 36px; }

.fb-like-box{ background-color: #fff; margin-top: 10px;}

#options div:last-child { margin-right: 0px;}


@media (max-width: 768px) { 
	.social-media a{ margin-left: 40px; float: left; position: relative;}
	.social-media{ padding-bottom: 20px;}
}
@media (min-width: 768px) { 
	.block-option{
	    max-width: 29%;
	    margin-right: 35px;
	}
}
@media (min-width: 992px) { 
	.block-option{
	    max-width: 30%;
	    margin-right: 37px;
	}
}

@media (min-width: 1200px) { 
	.block-option{
	    max-width: 30%;
	    margin-right: 47px;
	}
}

.block-email .navbar-form {
padding: 0px;
padding-left: 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.block-email .form-control{
	border-radius: 0px;
}
.block-email .btn{
	border-radius: 0px;
}

.sponsors{
	margin-top: 20px;
}

.sponsors h2{
	background-color: #bf1e2e;
	color: #fff;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 0px;
}

.sponsors-slider{
	background-color: #fff;
}


.interior-left{ background-color: #ffffff; margin-bottom: 20px; }
.interior-left img{ margin-right: 10px; margin-top: -5px;}
.interior-right{ 
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-top: 20px;
}
.interior-right img{ margin-bottom: 10px;}
.interior-right p{
	font-family: 'Arial';
	font-size: 14px;
	text-align: justify;
	text-justify: inter-word;
}

@media (min-width: 992px){
	.col-md-9 {
		width: 72.5%;
		margin-left: 2.5%;
	}
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	padding-left: 0px;
}


.breadcrumb > .active {
	color: #152437;
}

.breadcrumb li a {
	color: #cdd5d9;
}

.breadcrumb li a:hover {
	color: #152437;
	text-decoration: none;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 0px solid #ddd;
	font-size: 18px;
	color: #7e848d;
}

.list-group-item a{
	color: #7e848d;
	text-decoration: none;
	display: block;
}

.list-group-item a:hover{
	color: #fff;
	text-decoration: none;
}

.list-group-item:hover{
	background-color: #bd0c26;
	border-color: #bd0c26;
	color: #fff;
	text-decoration: none;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #bd0c26;
	border-color: #bd0c26;
}

.interior-all{ padding-top: 20px; background:url(../img/background_octubre.png) repeat-x #fff; background-position: center top; padding-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-size: 18px;
	padding-top: 13px;
}

.interior-right p.nombre-doc{
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400; 
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
}

.interior-right p.nombre-patrocinador{
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400; 
	font-size: 16px;
	text-align: center;
	padding-top: 30px;
}

.options{
	padding-bottom: 20px;
}

.red{ color:#bd0c26;}
.margin-sponsors{
	margin-top: 20px !important;
}

.nav-tabs > li > a{
	font-size: 22px;
	color: #555;
	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	font-size: 22px;
	color: #ef8007;
}