﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #ffffff;
}
body {
	background-color: #143cdb;
	color: #eeeeee;
}
h1{
	color: #ffc900;
}
h3{
	margin-top: 30px;
	display: inline;
	font-size: 1.5em;
	color: #ffc900;
}
h4{
	margin-top: 30px;
	font-size: 1.5em;
	color: #ffc900;
}
a{
	color: #00c54d;
}
input{
	color: #143cdb;
}
select{
	color: #143cdb;
}
textarea{
	color: #eeeeee;
	background: transparent;
}
#contenedor{ 
	//margin: 15px 15px 15px 15px;
	margin: 15px 5px 15px 5px;
	font-size: 1em;
	min-height: 1000px;
	background-image: url("/img/fondo_oscuro.png");
	background-repeat: no-repeat;
	background-position: top;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
table{
	font-size: 0.9em;
}
#cabecera {
	text-align: center;
}
#logo_cabecera{
	margin-bottom: 20px;
}
img{
	max-width: 80%;
}
#pie{
	padding-left: 15px;
	width: 100%;
	//background-color: #050505;
	font-size: 0.8em;
	color: #f5f5f5;
    clear: both;
    position: relative;
    height: 100px;
}
.centro {
	text-align: center;
}
.centro img{
	max-width: 100%;
}
.justificado p{
	text-align: justify;
}
.letragrande{
	font-size: 1.8em;
	margin-bottom: 0px;
}
.negrita{
	font-weight: bold;
}
.error{
	color: #aa0000;
	font-weight: bold;
}
.apuesta{
	border: 1px solid #186cff;
	font-size: 1em;
}
.apuesta div{
	padding-right: 1px !important;
	padding-left: 1px !important;
}
.apostador{
	color: #ffffff;
	background-color: #186cff;
	opacity: 0.8;
	text-align: center;
}
.negrita{
	font-weight: bold;
}
.submenuelua{
	font-size: 1em;
	border-bottom: 1px solid #eeeeee;
	padding-top:10px;
	margin-bottom: 30px;
}

.submenuelua ul{
	list-style: none;
}
.submenuelua li{
	float: left;
}
.submenuelua a{
	font-family: oswald;
	padding-left: 10px;
	text-decoration: none;
	color: #eeeeee;
	letter-spacing: 0.4px;
}

.rojo{
	color:#ab0e15;
	font-weight: bold;
	font-size: 1.2em;
}
.fondoverde{
	color: #ffffff;
	background-color: #008f4c;
}
.letraverde{
	color:#008f4c;
}
.frmlogon div{
	display: inline-block;
}
.impar{
	background-color:rgba(127, 127, 127, 0.03);
	border: 1px solid rgba(127, 127, 127, .2);
}
.par{

}
.fase{
	color: #348169;
	font-weight: bold;
	font-size: 1.2em;
}
.usuarios td{
	padding-right: 5px;	
}
/*Formato del calendario*/
.mes{
	margin-top: 10px;
}
.jornada{
	margin-top: 10px;
	background-color:rgba(127, 127, 127, 0.1);
	border-top: 1px solid rgba(127, 127, 127, .2);
	border-left: 1px solid rgba(127, 127, 127, .2);
	border-right: 1px solid rgba(127, 127, 127, .2);
	font-weight: bold;
	color: #fbfce6;
}
.fecha{
	text-align: right;
	font-style: italic;
}
.partidos{
	background-color:rgba(127, 127, 127, 0.03);
	border-left: 1px solid rgba(127, 127, 127, .2);
	border-right: 1px solid rgba(127, 127, 127, .2);
}
.bordeabajo{
	border-bottom: 1px solid rgba(127, 127, 127, .2);
}
.tdgrisclaro{
	background-color:rgba(127, 127, 127, 0.03);
	color: #eeeeee;
}
.tdgrisoscuro{
	background-color:rgba(127, 127, 127, 0.06);
	color: #000000;
}

.tabla {
	width: auto;
	min-width: 75%;
	padding: 8px;
}
.tdimpar{
	color: #eeeeee;
	background-color:rgba(52, 129, 105, 0.05);
	border-top: none;
	border-bottom: none;
}
.tdpar{
	color: #eeeeee;
	border-top: none;
	border-bottom: none;
}
.tdpar td{
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-left:8px;
}
.tdimpar td{
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-left:8px;
}
.thead_clasi{
	color: #fbfce6;
}
.leyenda{
	color: #fbfce6;
}
.yo{
	color: #fbfce6;
	font-size: 1.2em;
}
.apuestaespecial{
	background-color: yellow;
}
.escudo{
	height: 20px;
	padding-right: 5px;
}
/*.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color:rgba(127, 127, 127, 0.03);
  color: white;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color:rgba(127, 127, 127, 0.03);
  color: white;
}*
