@import url(../fuentes/fuentes.css);

* {
	font-family: 'open_sans';
}

body{
	overflow-x: hidden;
}

header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	z-index: 9;

}
header .franja-verde{
	background-size: cover;
	background-color: #23346C;
	padding-bottom:10px;
	padding-top: 10px;
	text-align: right;
}
header .franja-verde a{
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
	vertical-align:middle;
}
.cambio:hover{
	background: #FFFFFF;
	color: #23346C;
	text-decoration: none;
}
header .franja-verde span{
	width: 1px;
	height:30px;
	background:#FFFFFF;
	display:inline-block;
	vertical-align:middle;
	margin-left: 20px;
	margin-right: 20px;
}
header nav ul{
	list-style: none;
	text-align: right;
	float: right;
	margin:0;
	padding: 0;
}
header nav ul li{
	display: table-cell;
}
header nav ul li a{
	display: block;
	padding: 30px;
	padding-top: 45px;
	height: 104px;
	color:  #23346C;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
header nav ul li a:hover,header nav ul li a.activo{
	background: #23346C;
	color: #FFFFFF;
	text-decoration: none;
}
.general-content{
	margin-top: 157px;
}

footer{
	display: block;
	background-color: #23346C;
	background-size: cover;
	padding-top:20px;
	min-height: 70px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
}

footer a{
	color: #FFFFFF;
}


footer a:hover{
	color:#8cb03a;
	text-decoration: none;
}

.fondo-gris{
	background: #EEEEEE;
}

.fondo_azul{
background: url("/corte/Fondo.azules.png");
background: cover;
}


.fondo_azul_fase{
	background: #D01816;
	color: #FFFFFF;
	padding:1px;
	margin: 5px;
	text-indent: 10px;
	margin-top: 20px;
	background: #23346C;
}

.fondo_azul_fase h3{
	margin-top: 10px;
}

.btn-azul{
	background: #2e5284;
	color: #FFFFFF;
}
.btn-azul:hover{
	background: #75acdd;
	color: #2e5284;
}
.btn-verde{
	background: #00943F;
	color: #FFFFFF;
}
.btn-verde:hover{
	background: #FFFFFF;
	color: #00943F;
}
.btn-gris{
	background: #616161;
	color: #FFFFFF;
}
.btn-gris:hover{
	background: #FFFFFF;
	color: #616161;
}
.btn-rojo2{
	background: #E75458;
	color: #FFFFFF;
}
.btn-rojo2:hover{
	background: #FFFFFF;
	color: #E75458;
}
.btn-rojo{
	background: #D01816;
	color: #FFFFFF;
}
.btn-rojo:hover{
	background: #FFFFFF;
	color: #D01816;
}
.btn-blanco{
	background: #FFFFFF;
	color: #23346C;
}
.btn-blanco:hover{
	background: #23346C;
	color: #FFFFFF;
}




.titulo-principal{
	margin:0;
	color: #00943F;
	display: block;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.titulo-principal:before{
	content: "";
	background: #75acdd;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	margin-top: 15px;
	height: 2px;
}
.slider .item{
	text-align: center;
}
.slider .item img{
	width: 100%;
}

.caja-resultados{
	background-color: #128B3E;
	background-size: cover;
	background: url("/corte/Fondo.azules.png");
	padding-top: 20px;
	padding-bottom: 20px;
}

.caja-resultados h2{
	color: #FFFFFF;
	margin:0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 40px;
	display: block;
	border-right: 1px solid #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
.caja-resultados h2 span{
	font-size: 16px;
	display: block;
}
.caja-partido{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	padding: 15px;
}
.caja-partido span{
	font-size: 14px;
	display: block;
	text-align: center;
}
.caja-partido img{
	display: inline-block;
}

.padding-content{
	padding-top: 40px;
	padding-bottom: 40px;
}

.caja-contenido{
	padding: 10px;
	margin: 10px;
	text-align: center;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.caja-contenido h2{
	margin:0;
	color: #2E3E73;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.caja-contenido h2:before{
	content: "";
	background: #2E3E73;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	margin-top: 15px;
	height: 2px;
}
.caja-contenido .descripcion{
	display: block;
	min-height: 100px;
	font-size: 15px;
	font-weight: 300;
}
.caja-contenido:hover{
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.caja-contenido:hover h2:before {
	background: #8cb03a;
}

.caja-noticia{
	border:1px solid #CCCCCC;
	padding: 10px;
	margin:10px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.caja-noticia:hover{
	border-color: #8cb03a;
}
.caja-noticia h2{
	margin:0;
	padding:5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color: #2e5284;
	font-size: 20px;
}
.caja-noticia:hover h2{
	border-color: #8cb03a;
}
.caja-noticia .descripcion{
	font-weight: 300;
	margin-bottom: 10px;
}


.tabla2, .tabla2 td{
	color: #000000;
	border:0px solid #00943F;
	padding:5px;
}

.tabla2 th{
	background: #D00C16;
	color: #FFFFFF;
	padding:5px;
	text-transform: uppercase;
	font-weight: normal;
	border:0px solid #D00C16;
	background: #23346C;
}

.tabla2 tr:nth-child(odd) {background: #E9E7E8}
.tabla2 tr:nth-child(even) {background: #FFFFFF}

.titulo_partidos{
	color:#23346C;
	font-weight: bold;
	font-size:40px;
}
.titulo_partidos2{
	color:#D01816;
	font-weight: bold;
	font-size:40px;
}

.titulo_noticias{
	color:#23346C;
	font-weight: bold;
	font-size:40px;
}

.subtitulo{
	color: #23346C;
	font-size: 20px;
	font-style: italic;
}


.tabla_transparente, .tabla_transparente td{
	padding:5px;
	color: #FFFFFF;
}

.tabla_transparente select{
	color: #FFFFFF;
	background: transparent;
	border:1px solid #FFFFFF;
	border-radius: 10px;
	padding:5px;
	width: 100%;
}

.tabla3, .tabla3 td{
	border:0px solid white;
	color:#666;
	padding:5px;
	background: rgba(0,0,0,0);
}

.fila_color:nth-child(even) {background: #E9E7E8}
.fila_color:nth-child(odd) {background: #FFFFFF}

.tabla3 tbody tr:nth-child(even) { background: #E9E7E8; }
.tabla3 tbody tr:nth-child(odd)  { background: #FFFFFF; }



.tabla3 th{
	background:none;
	color:#FFFFFF;
	padding:5px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px #A0AFCF solid;
	color: #23346C;
	
}
.tabla3_fila, .tabla3_fila th{
	background: #FFFFFF;
	color: #000000;
}
.fila_hora{
	background:none;
	color: #FFFFFF;
}
.tabla3_fila2, .tabla3_fila2 td{
	background:#FFFFFF;
	color: #000000;
}

.partido_fecha{
	color: #D01816;
	font-size: 16px;
	color: #23346C;
}
.partido_fecha2{
	color: #FFFFFF;
	font-size: 16px;
	color: #23346C;
}

.tabla3_fila h3{
	font-style: italic;
	color: #636363;
	font-size:20px;
}

.filtros{
	margin-top: 20px;
	text-align:center;
}
.marcador{
	text-align: center;
	color: #128B3E;
}
.ganador{
	text-align: center;
	color: #128B3E;
	min-width: 120px;
	max-width: 100%;
}

#botonera1{

}
#botonera2{
	display: none;
}

#botonera2 nav ul{
	list-style: none;
	text-align: right;
	float: right;
	margin:0;
	padding: 0;
}
#botonera2 ul li{
	display: block;
}
#botonera2 ul li a{
	display: block;
	padding: 5px;
	color:  #2e5284;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
#botonera2 ul li a:hover, #botonera2 ul li a.activo{
	background: #2e5284;
	color: #FFFFFF;
	text-decoration: none;
}

.margen_valor{
	margin-top: 5px;
}

.menu_select{
	background:#FFFFFF;
	color:#585B5B;
	border:hidden;
	border:1px solid #585B5B;
	padding:5px;
	font-weight: bold;
	margin:5px;
}

.menu_transparente{
	background:transparent;
	color:#FFFFFF;
	border:hidden;
	border:1px solid #FFFFFF;
	padding:5px;
	font-weight: bold;
	margin:5px;
}

.menu_transparente option{
	color: #000000;
}

.tabla_transparente option{
	color: #000000;
}

.boton_blanco{
	background:#00943F;
	color:#FFFFFF;
	padding:5px 10px;
	font-weight: bold;
	border:hidden;
	margin:6px;
}
.boton_blanco2{
	background:#23346C;
	color:#FFFFFF;
	padding:5px 10px;
	font-weight: bold;
	border:hidden;
	margin:6px;
}
.boton_blanco3{
	background:#FFFFFF;
	color:#DF0513;
	padding:5px 10px;
	font-weight: bold;
	border:hidden;
	margin:6px;
	color: #23346C;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.marcador{
	width: 40px;
}

.margen_boton{
	margin-bottom: 10px;
	min-width: 80px;
	border-radius: 10px;
	border:hidden;
	padding: 8px 12px;
	font-weight: bold;
	font-size: 14px;
}

.fondo_jugar{
	background: url("/corte/Foto-1.jpg");
	background-position: cover;
}

.titulo_jugar{
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
}


.no-padding{
	padding-right: 0px;
	padding-left: 0px;
}

.fila_verde tr:nth-child(even) {background: #C4DCA0}
.fila_verde tr:nth-child(odd) {background: #FFFFFF}

.imagen_noticia{
	max-width:230px;
	max-height: 183px;
}

.menu2{
	color: #2e5284 !important;
	font-size: 20px;
	background: #FFFFFF;
	margin-left: 10px;
}

.separador{
	border-bottom: 2px solid #23346C;
	width: 100px;
	margin-bottom: 20px;
}

.caja_login{
border:1px solid #EAF0F7;
border-radius:4px;
margin-bottom: 30px;
}

.logo_login{
background:#ffffff;
border-radius:4px;
max-width:150px;
margin-top:20px;
margin-bottom:-20px;
padding:5px 12px;
position: relative;
z-index: 1;
}
.icono_usuario{
	margin-top: 10px;
}

.blanco{
	color: #FFFFFF;
}
.blanco_login{
font-size:20px;
color:white;
text-shadow: 1px 2px 3px #005187;
margin-top:40px;
margin-bottom: 10px;
}
.blanco_login2{
font-size:13px;
color:white;
text-shadow: 1px 2px 3px #005187;
margin-top:10px;
}
.campo_votacion{
background:#FFFFFF;
padding:5px;
border:hidden;
color:#585B5B;
max-width:200px;
width:100%;
font-size:14px;
margin: 5px;
}

.si_cel{
	display: none;
}
.no_cel{
	display:block;
}

.fondo_sesion{
	background: #D01816;
	color: #FFFFFF;
	padding: 5px;
	padding-right: 30px;
	background: #337ab7;
}
.fondo_sesion a{
	color: #FFFFFF;
	text-decoration:underline;
	margin-left:15px;
	margin-right:15px;
}

@media (max-width: 500px) {
	#botonera1{
		display: none;
	}
	#botonera2{
		display: block;
	}
	header .franja-verde{
		text-align: center;
	}
	header .franja-verde a{
		font-size: 10px;
		padding:5px;
	}
	header .franja-verde span{
		display: none;
	}
	header .franja-verde img{
		max-width: 20px;
	}
	header{
		position: relative;
	}
	.no_cel{
		display: none;
	}
	.logo2{
		max-height: 80px;
	}
	.logo{
		display: none;
	}
	.caja-resultados h2{
		font-size: 20px;
		border-right: 0px solid #FFFFFF;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.menu_select, .menu_transparente{
		width: 100%;
	}
	.tabla_partidos{
		font-size: 10px;
	}
	.tabla_partidos th{
		font-size: 8px;
	}
	.no-padding{
		padding-right: 10px;
		padding-left: 10px;
	}
	.general-content{
		margin-top: 0px;
	}
	.si_cel{
		display: block;
	}
	.no_cel{
		display:none;
	}
	.icono{
		height: 80px;
	}

}
