body{
	text-align: center;
	color: #fff;
	background: #195383; /*68C9FA*/
	width: 100%;
	height: 100%;
	position: absolute;
}


input[type="email"], input[type="password"], input[type="text"], select{
	border: 1px solid #002C40;
	margin-bottom: 1em;
}

a{
	/*border-bottom: 1px dotted #052E42;
	color: #052E42;*/
	border-bottom: 1px dotted #fff;
	color: #fff;
}

a:hover{
	border-bottom: 1px solid #052E42;
	color: #052E42;
	text-decoration: none;
}

hr{
	border-bottom: 1px dotted #457E6B;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

table{
	text-align: left;
}

table th{
	border-bottom: 1px solid #305755;
	background-color: rgba(0,0,0,0.1);
	border-top: 1px solid #305755!important;
}

table td, table th{
	padding: 5px;
	font-size: 12px;
	vertical-align: middle!important;
}

table td{
	border-top: 1px dashed #E2EAF0!important;
}

table a, table a:active{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration:  none;
}

table a:hover{
	color:  #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

red{
	color: red;
}

.table-responsive{
	border: 1px solid #2E5755;
}

.nav-tabs > li > a {
	line-height: 1em;
	outline: none;
}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	color: #FFF;
}

.noBorder{
	border: 0!important;
}

.verdeClaroBG{
	background: #8CA9C1;
}

.verdeMedioBG{
	background: #8CA9C1;
}

.verdeOscuroBG{
	background: #8CA9C1; /*#80B3FF;*/
	color: #FFF;
}

.letraVerde{
	color: #315e4f;
}

.checkbox{
	text-align: left;
}

.alert{
	padding: 5px;
	text-align: left;
}

.alert-fb{
	background-color: #3b5998;
	color: white;
}

.propio
{
	background: #8CA9C1;
}

.lawnBG{
	background: url(../img/lawn.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.cajaMobile h3, .cajaMobile h4{
	display: inline-block;
	margin-bottom: 0;
}

#invitationForm textarea, #invitationForm select, #invitationForm input{
	border: #002C40 1px solid;
	background-color: rgba(255,255,255,0.9);
}

#mobileLogin .btn, #mobileRegister .btn{
	width: 100%;
	margin: 1em 0 2em;
	text-shadow: #114B00 0px 0px 2px;
}

#mobileLogin form, #mobileRegister form{
	padding-bottom: 2em;
}

#mobileRegister .usertypeBtn{
	display: block;
	padding: 10px;
	border: 1px solid #095f7e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #75ceee;
	box-shadow: 0px 3px 0px #095f7e;
	color: #095f7e;
}

#mobileRegister .usertypeBtn:hover{
	text-decoration: none;
}

#mobileRegister .usertypeBtn.active{
	background: #ebf8b2;
	margin-top: 3px;
	box-shadow: none;
	border: 1px solid #92ac22;
}

.listElement{
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	color: #000;
	border: none;
}

.listElement a{
	color: #0D2A42;
	border-bottom: 1px dotted #0D2A42;
}

.listElement hr{
	padding: 5px;
	margin: 0;
}

.nav-pills{
	margin-bottom: 1em;
}

.nav-pills li a{
	border-bottom: 0;
	padding: 5px 10px;
}

.nav-pills li{
	padding: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #8CA9C1!important;
}

a.listElement:hover{
	border-bottom: 0;
}

a.listElement.active{
	background: #F0AD4E;
}

a.listElement i{
	position: relative;
	top: 4px;
	margin-right: 10px;
}

a.listElement .modTeams{
	width: 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 10px;
}

a.listElement .modTeams i{
	position: relative;
	top: 1px;
}

a.listElement .nombreEquipoTruncado{
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

a.listElement:hover{
	background: #8CA9C1; /*#80B3FF;*/
}

table.tablaValor{
	width: 100%;
	margin-bottom: 1em;
}

table.tablaValor td:nth-last-child(1), table.tablaValor th:nth-last-child(1){
	text-align: right;
}

.chatList table{
	width: 100%;
}

.chatList table a{
	color: #FFF;
	border-bottom: none;
}

.chatList table td:nth-last-child(2), .chatList table th:nth-last-child(2), .chatList table td:nth-last-child(1), .chatList table th:nth-last-child(1){
	text-align: center;
}

.footer{
	border-top: 1px dotted #4d8c76;
	margin-top: 3em;
}

.moduloSimple{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1em;
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}

.sectionHeader{
	font-size: 24px;
	border-bottom: 1px solid #FFF;
	text-transform: lowercase;
}

.asideSectionHeader{
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #FFF;
	text-transform: lowercase;
}

#newsContainer .listElement i.fa{
	position: relative;
	top: 3px;
	margin-right: 20px;
}

.paginacion a{
	background: #8CA9C1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 1em;
	color: #FFF;
	display: block;
	border-bottom: none;
	text-align: left;
}

.paginacion a:hover{
	background: #F0AD4E;
}

#miniCampoBasket122111, #miniCampoBasket131102, #miniCampoBasket212021{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/cancha_doble.png) no-repeat center top;
	background-size: auto 100%;
  	max-width: 360px;
  	height: 200px;
  	position: relative;
  	text-align: center;
  	margin: 0 auto 10px;
}

#miniCampoBasket122111 div, #miniCampoBasket131102 div, #miniCampoBasket212021 div{
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #9E1B28;
	color: #FFF;
	border: 3px solid #FFF;
	height: 25px;
	width: 25px;
	font-size: 1em;
	box-shadow: 0px 0px 2px #222;
	position: absolute;
}

#miniCampoBasket122111 #jugador1, #miniCampoBasket131102 #jugador1{
	top: 85px;
	left: 55%;
	/*background: #012C3F;*/
}

#miniCampoBasket212021 #jugador1{
	top: 155px;
	left: 60%;
}

#miniCampoBasket212021 #jugador2{
	top: 20px;
	left: 60%;
}

#miniCampoBasket212021 #jugador4{
	top: 120px;
	left: 75%;
}

#miniCampoBasket122111 #jugador2, #miniCampoBasket131102 #jugador2, #miniCampoBasket433 #jugador2, #miniCampoBasket343 #jugador2, #miniCampoBasket451 #jugador2, #miniCampoBasket541 #jugador2{
	top: 155px;
	left: 70%;
}

#miniCampoBasket122111 #jugador3, #miniCampoBasket131102 #jugador3, #miniCampoBasket433 #jugador3, #miniCampoBasket343 #jugador3, #miniCampoBasket451 #jugador3, #miniCampoBasket541 #jugador3{
	top: 20px;
	left: 70%;
}

#miniCampoBasket131102 #jugador4{
	top: 165px;
	left: 90%;
}

#miniCampoBasket212021 #jugador3{
	top: 165px;
	left: 90%;
}

#miniCampoBasket122111 #jugador4{
	top: 120px;
	left: 90%;
}

#miniCampoBasket352 #jugador4, #miniCampoBasket343 #jugador4{
	top: 85px;
	left: 20%;
}

#miniCampoBasket122111 #jugador5, #miniCampoBasket212021 #jugador5, #miniCampoBasket131102 #jugador5{
	top: 60px;
	left: 90%;
}

#miniCampoBasket352 #jugador5, #miniCampoBasket451 #jugador6{
	top: 50px;
	left: 38%;
}

#miniCampoBasket122111 #jugador6, #miniCampoBasket212021 #jugador6, #miniCampoBasket131102 #jugador6{
	top: 170px;
	left: 2%;
	background: #012C3F;
}

#miniCampoBasket122111 #jugador7, #miniCampoBasket212021 #jugador7, #miniCampoBasket131102 #jugador7{
	top: 170px;
	left: 22%;
	background: #012C3F;
}

#miniCampoBasket122111 #jugador8, #miniCampoBasket212021 #jugador8, #miniCampoBasket131102 #jugador8{
	top: 170px;
	left: 42%;
	background: #012C3F;
}


/*#tablasMercado div, #tablaOjeo div, #tablaPlantilla div, #tablaGestion div, #tablaOfertas div, #tablaFinanzas div{
	background-color: rgba(0,0,0,0.3);
}*/

#tventas, #tcesiones, #tsubastas, #ojeador, #tablaPlantilla div, #tablaGestion div, #tablaOfertas div, #tablaFinanzas div{
	background-color: rgba(0,0,0,0.3);
}

#ojeador thead, #tsubastas thead, #tventas thead, #tcesiones thead
{
	cursor: pointer;
}

#tablaOjeo td:nth-child(n+4),#tablaOjeo th:nth-child(n+4), #tablaPlantilla td:nth-child(n+5), #tablaPlantilla th:nth-child(n+5){
	text-align: center;
}

#tablaPlantilla td:nth-child(4), #tablaPlantilla th:nth-child(4), #tablaGestion td:nth-child(n+4), #tablaGestion th:nth-child(n+4), #tablaFinanzas th:nth-child(n+4), #tablaFinanzas td:nth-child(n+4){
	text-align: right;
}

#tablaPlantilla .nav-pills, #tablaGestion .nav-pills{
	margin-bottom: 0;
}

#tablaGestion input[type="text"]{
	width: 75px;
	padding: 0 10px;
	height: 20px;
	position: relative;
	top: 5px;
	float: right;
}

#tablaOfertas ul{
	padding: 0;
}

.valor{
	border-radius: 5px;
	font-size: 12px;
	width: 26px;
	height: 20px;
	display: block;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/bgVals.png) no-repeat;
}

#bigRegisterBtn{
	width: 310px!important;
	font-size: 22px;
	font-weight: bold;
}

#bigRegisterBtn small{
	font-size: 11px;
	font-weight: normal;
}

#pantallaPerfil form{
	text-align: left;
}

#pantallaPerfil h3{
	margin: 0;
}

#pantallaPerfil .btn-default{
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-left: 1em;
	margin-top: 1px;
	width: 22px;
	height: 22px;
}

#pantallaPerfil .btn-success{
	position: relative;
	top: -6px;
}

#pantallaPerfil input{
	width: 50%;
	margin-right: 1em;
}

.notaManager{
	font-size: 80px;
}

.votaciones a{
	background: #DDD;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #999;
	border-bottom: 3px solid #AAA;
	width: 30px;
	height: 30px;
	line-height: 26px;
	display: inline-block;
	outline: none;
	text-align: center;
}

.votaciones a:hover{
	border-bottom: 1px solid #999;
	height: 28px;
	position: relative;
	top: 2px;
	background: #BBB;
}

.votaciones a.active{
	border-bottom: 1px solid #D29744;
	height: 28px;
	position: relative;
	top: 2px;
	background: #F0AD4E;
	text-decoration: none;
	color: #000;
}

.btn#guardarFecha{
	position: relative;
	top: 1px;
}

#mobileLogout{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 40px;
	line-height: 38px;
	margin-top: 5px;
	border-bottom: 3px solid #45776b
}

#fubolistasLocales, #accionFubolistasVisitantes{
	text-align: right;
}

#fubolistasVisitantes, #accionFubolistasLocales{
	text-align: left;
}

#accionFubolistasLocales i{
	float: right;
}

#accionFubolistasVisitantes i{
	float: left;
}

#fubolistasLocales, #fubolistasVisitantes, #accionFubolistasLocales, #accionFubolistasVisitantes{
	font-size: 12px;
}

#semaforos{
	background: #4D394B;
	width: 100%;
	position: relative;
	top: -20px;
	padding-left: 30px;
	height: 18px;
	color: #FFF;
}

#semaforos .semaforo{
	height: 10px;
	width: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #695668;
	float: left;
	margin-right: 3px;
	margin-left: 18px;
	position: relative;
	top: 4px;
}

#semaforos i{
	float: left;
	font-size: 12px;
}

#semaforos .green{
	background: #08A952;
}

#semaforos .red{
	background: #C32230;
}

#systemMsg{
	background: #F1AB5C;
	text-align: center;
	position: relative;
	top: -28px;
	z-index: 100;
	border-top: 3px solid #cd8e47;
}

/*** MEDIA QUERIES ***/

@media (min-width:768px){
	body{
		background: #195383; /*url(../img/wood.jpg);*/
		/*-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;*/
		/*text-align: left;*/
		color: #FFF; /*#0f2e3d;*/
	}

	.verdeMedioBG{
		background-color: rgba(0,0,0,0.3);
		color: #FFF;
	}

	.listElement{
		background-color: #E2EAF0; /*rgba(0,0,0,0.3);*/
		color: #000;
	}

	a.listElement .modTeams .fa{
		color: #000;
		opacity: 0.6;
	}

	a.listElement .nombreEquipoTruncado{
		width: auto;
		display: auto;
	}

	table{
		font-size: 1em;
		border: 0;
	}

	.paginacion a{
		background-color: rgba(0,0,0,0.3);
		color: #FFF;
	}

	#pantallaReglas p, #pantallaReglas h2, #pantallaReglas h3, #pantallaReglas ol li{
		text-align: left;
	}

	#pantallaReglas h3{
		padding-left: 2em;
	}

	#semaforos{
		padding-left: 120px;
	}
	
	.table-responsive{
		border: none;
	}
}
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

