@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);
html{
	clear:both;
}
body{
  background:#8b0504 url(../images/bg.jpg) no-repeat top center;
  background-size:cover;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
}
a{
	color:black;	
	text-decoration:none;	
}
img{
	border:0px;	
}
a:hover{
	text-decoration:underline;	
	cursor:pointer;
}
p{
	text-align:justify;	
}
header{
	width:100%;
}
.header{
	background-image:url(../images/fondo_banner.jpg);
	background-color:#7B746C;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
}
header img{
	margin:0 auto;
	padding:5px;
}

.navbar-default {
  background-color: #403F3E;
  border-right: 1px solid black;
  border-left: 1px solid black; 
  border-top:none;
  border-bottom:none;
  color:#DCDCDC;
  font: normal 20px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
	-webkit-box-shadow: inset 0px 0px 42px -8px rgba(189,189,189,1);
	-moz-box-shadow: inset 0px 0px 42px -8px rgba(189,189,189,1);
	box-shadow: inset 0px 0px 42px -8px rgba(189,189,189,1);
  }
  
nav{
	margin:0 auto;
	width:100%;
	border-radius: none;
	
}

.navbar-nav > li {
	border-right: 1px solid #666;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#e25d29;
	text-decoration:none;
}
.navbar{
	margin-bottom:0px;

}
.navbar-default .navbar-nav>li>a {
    color: #DCDCDC;
}
footer{
	margin:0 auto;
    width: 100%;
	padding:10px;
	background-color: #403F3E;
	color:white;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid grey;
	/*min-height: 120px;*/
}

.container{
	padding:0;
}
.contenido{
	background-color:white;
	border-right:1px solid black;
	border-left: 1px solid black;
	min-height:600px;
}
.box{
	background-color:black;
	border:1px solid grey;
	border-radius:10px;
	display:inline-block;
}
.shadow{
	box-shadow: 6px 0 15px 0px  rgba(0, 0, 0, 0.6), -6px 0 15px 0px  rgba(0, 0, 0, 0.6); 
	-moz-box-shadow: 6px 0 15px 0px  rgba(0, 0, 0, 0.6), -6px 0 15px 0px  rgba(0, 0, 0, 0.6); 
	-webkit-box-shadow: 6px 0 15px 0px  rgba(0, 0, 0, 0.6), -6px 0 15px 0px  rgba(0, 0, 0, 0.6);
}
.noticia-img img{
    margin: 0px 20px 10px 10px;
    float: left;
    width: 40%;
    /*border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px dashed black;*/
}
.noticia-texto{
	padding:15px;
}

.lightgrey{
	color:#808080;
}
a.footer-enlace{
	color:#808080;
}
a.footer-enlace:hover{
	color: white;
}
.social{
    display: inline-block;
}
.bold{
	font-weight:bold;
}
.col-md-4{
	padding:0;
}
@media (max-width: 1200px) {
    nav{	
		width:100%;
	}
	
	.patrocinador{
	height:64px;
	min-width:64px;
	width:112px;
	display:inline-block;
}
}
@media (min-width: 768px){
	.navbar {
		border-radius: 0px;
	}
	.patrocinador{
	height:64px;
	min-width:128px;
	width:128px;
	display:inline-block;
}
}
/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 35em ) {

	/* uncomment out the line below if you don't want the sortable headers to show */
	 table.ui-table-reflow thead { display: none; } 

	/* css for reflow & reflow2 widgets */
	.ui-table-reflow td,
	.ui-table-reflow th {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		/* if not using the stickyHeaders widget (not the css3 version)
		 * the "!important" flag, and "height: auto" can be removed */
		width: 100% !important;
		height: auto !important;
	}

	/* reflow widget only */
	.ui-table-reflow tbody td[data-title]:before {
		color: #469;
		font-size: .9em;
		content: attr(data-title);
		float: left;
		width: 50%;
		white-space: pre-wrap;
		text-align: bottom;
		display: inline-block;
	}

	/* reflow2 widget only */
	table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0;
		text-transform: uppercase;
		font-size: .9em;
		font-weight: 400;
	}
	table.ui-table-reflow .ui-table-cell-label {
		padding: .4em;
		min-width: 30%;
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
	}
	
} 

.image{
	position:relative;
    width: 100%;
}
.ganadorTexto{
	width: 100%;
	font-size: 20pt;
	font-weight: bold;
}
.ganadorTexto p{
	text-align:center;
}
.center{
	margin:0 auto;
	display:table;
}


.patrocinadores{
	list-style:none;
	padding: 0px 20px;
}	
.patrocinadores li{
	margin:5px;
	display:inline;
	float:left;
}
.patrocinadores img{
	
	border: 1px solid #FFF;
	padding:1px;
	    background: white;
}

.black-white{
	background-color: black;
	color:white;
	margin:1px;
	width: 24px;
	text-align:center;
}
label {

    vertical-align: top;
}

/* end media query */

/* reflow2 widget */
/*.ui-table-reflow .ui-table-cell-label {
	display: none;
}*/