@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: "Veteran";
	src: url("../veteran typewriter.ttf");
}

@font-face{
	font-family: "Moon Flower";
	src: url("../Moon Flower Bold.ttf"); 
}

@font-face{
	font-family: "Lemon Yellow";
	src: url("../DK Lemon Yellow Sun.otf"); 
}

body{
	font-family: "Veteran";
	font-size: 15px !important;
	color: black !important;
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.flex {
    flex: 1 0 auto;
}

.container-fluid{
	width: 100% !important;
}

/* Barra de menu: navbar */
/* Hamburguesa: navbar-toggle */

/* Cambio las medidas para que ocupe el 100% en todos los tamaños */
@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.container {
	    width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.container {
	    width: 100% !important;
	}

	.ui-dialog {
		width: 80% !important;
	}
}

/* Le quito el padding para tamaños moviles y tablets */
@media (max-width: 768px){
	.container {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}

	.ocultar_en_pequeno{
		display: none;
	}

	.ui-dialog {
		width: 95% !important;
	}


	.cookiesms{	
		height:165px !important;
	}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-right: -0px !important;
    margin-left: -0px !important; 
}

.container-fluid{
	padding-right: 0;
    padding-left: 0;
}

/* Fondo gris para la nav, sin borde ni border-radius */ 
.navbar{
	background-color: #999 !important;	
	border: 0px solid transparent;
	border-radius: 0px !important;
}

.nav>li>a {
    padding: 10px 10px;
}

/* Enlaces blanco para la navbar */
.navbar-nav>li>a{
	color:#FFF !important;
	line-height: 45px; /* Alto 35 para si le pongo hover, ocupe toda el alto */ 
}

.navbar-nav>li>a:hover, .activo{
	/*color:#000 !important; */
	line-height: 45px; /* Alto 35 para si le pongo hover, ocupe toda el alto */ 
	background-color: #666 !important;
}


/* Le quito el borde al botón hamburguesa y el radius */
.navbar-toggle {
    border: 0px solid transparent;
	border-radius: 0px !important;
	margin-top: 15px !important;
}

/* Pongo las rayas de la hamburguesa en blanco */
.icon-bar {
    background-color: #FFF !important;
}

.h3, h3{
	color: black !important;
}

.oculto{
	display: none !important;
}

.sin_margenes{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/************************************************************* Colores ******************************************************* */
.texto_blanco{
	color:#FFF !important;
}

.texto_negro{
	color:#000 !important;
}
.fondo_blanco{
	background-color: white !important;
}

.fondo_azul{
	background-color: blue !important;
}

.texto_azul{ color: #00F; }
/************************************************************* Fin Colores ******************************************************* */

/************************************************************* Footer ******************************************************* */
.footer{
	padding: 15px !important;
}

.fondo_gris_oscuro{
	background-color: #999 !important;
}

.fondo_gris_medio{
	background-color: #9E9E9E !important;	
}

.alto_40{
	height: 40px !important;
}

.footer a{
	margin-left:15px !important;
	font-size: 10pt !important;
}
/************************************************************* Fin Footer ******************************************************* */

/************************************************************* Cookies ******************************************************* */
@keyframes desaparecer{
	0%		{bottom: 0px;}
	80%		{bottom: 0px;}
	100%	{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer{ /* Safari and Chrome */
	0%		{bottom: 0px;}
	80%		{bottom: 0px;}
	100%	{bottom: -50px;}
}
 
@keyframes aparecer{
	0%		{bottom: -38px;}
	10%		{bottom: 0px;}
	90%		{bottom: 0px;}
	100%	{bottom: -38px;}
}
 
@-webkit-keyframes aparecer{ /* Safari and Chrome */
	0%		{bottom: -38px;}
	10%		{bottom: 0px;}
	90%		{bottom: 0px;}
	100%	{bottom: -38px;}
}

#cookiesms1:target {
    display: none;
}

.cookiesms{	
	width:100%;
	height:auto;
	margin:0 auto;
	padding-left:1%;
	padding-top:5px;
	font-size: 1.2em;
	clear:both;
	font-weight: strong;
	color: #333;
	bottom:0px;
	position:fixed;
	left: 0px;
	background-color: #FFF;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition:bottom 1s; /* Safari */
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index:999999999;
}
 
.cookiesms:hover{
	bottom:0px;
}

.cookies2{
	background-color: #FFF;
	display:inline;
	opacity:0.95;
	filter:alpha(opacity=95);
	position:absolute; 
	left:1%; 
	top:-30px;
	font-size:15px;
	height:30px;
	padding-left:25px;
	padding-right:25px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
/************************************************************* Cookies ******************************************************* */

/************************************************************* Mureños ******************************************************* */
.murenos{
	background: url("../murenos/EscudoAgua.jpg") fixed;
}
/*
.murenos a{
	color:black !important;
} */

.fichajugador{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.9);	
	padding: 0px !important;
}

.imagen_ficha{
	background: url("../images/ficha.png") no-repeat;
	height: 301px !important;
	width: 237px !important;
	float: left !important;
}

.datos_jugador{
	height: 301px !important;
	float: left !important;		
}

.titulos{
	text-align: center;	
}

.nombre_jugadores{
	width: 160px !important;
	height: 32px !important;
	float: left;
}

.le_nombre_jugadores{
	width: 150px !important;
	height: 32px !important;
	float: left;
}

.numero_goles{
	font-weight: bold;
	text-align: center;
	font-size: 14px !important;
	background-image:url(../images/balon_goles.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 30px;
	z-index:-10;
	padding-top: 5px;
    margin-top: -5px;
}

.goles_no_validos {
    margin-left: 20px;
    margin-top: -2px;
}

.le_numero_goles{
	font-weight: bold;
	text-align: center;
	font-size: 16px !important;
	background-image:url(../images/balon_goles.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 30px;
	z-index:-10;
	padding-top: 4px;
    margin-top: -4px;   
}

.le_amarillas, .le_azules, .le_doblesamarilla{
	float: left;
	width: 30px !important;
	height: 32px !important;
	margin-left: 20px !important;
	margin-top: -2px !important;
}

.le_goles_no_validos {
	width: 30px !important;
	float: left;
    margin-top: -2px;
}

.goles{
	background-image:url(../images/balon_goles.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 30px;
	z-index:-10;
	margin-left:7px;
}

.amarilla{
	background-image:url(../images/amarilla30.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 23px;
	position: absolute;
	z-index:-10;
	margin-top:-3px;
	margin-left:-8px;
}

.doble_amarilla{
	background-image:url(../images/dobleamarilla30.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 42px;
	position: absolute;
	z-index:-10;
	margin-top:-3px;
	margin-left:-13px;
}

.azul{
	background-image:url(../images/azul30.png) ;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 23px;
	position: absolute;
	z-index:-10;
	margin-top:-3px;
	margin-left:-8px;
}

.posicion{ width: 40px; }
.equipo{ width: 200px; }
.pj{ width: 35px; }
.pt{ width: 35px; }
.pg{ width: 35px; }
.pe{ width: 35px; }
.pp{ width: 35px; }
.gf{ width: 35px; }
.gc{ width: 35px; }
.deportividad{ width: 45px; }

@media (max-width: 768px){
	.posicion{ width: 35px; font-size:10px !important; }
	.equipo{ width: 115px; font-size:10px !important; }
	.pj{ width: 20px; font-size:10px !important; }
	.pt{ width: 20px; font-size:10px !important; }
	.pg{ width: 20px; font-size:10px !important; }
	.pe{ width: 20px; font-size:10px !important; }
	.pp{ width: 20px; font-size:10px !important; }
	.gf{ width: 23px; font-size:10px !important; }
	.gc{ width: 23px; font-size:10px !important; }
	.deportividad{ width: 30px; font-size:10px !important; }
}

/************************************************************* Fin Mureños ******************************************************* */
/************************************************************* Administracion ******************************************************* */
.margin_bottom_5{
	margin-bottom: 5px !important;
}

#TablaCRUD{
	overflow: auto;
}
/************************************************************* Fin Administracion ******************************************************* */

/************************************************************* Liga Empresas ******************************************************* */
.empresas {
    background: url(../images/cesped.jpg) fixed;
    font-family: "Lemon Yellow";
    font-size: 20px !important;
    color: #333333;
    background-color: #f9f7ed;
    margin: 0px;
}
/******************************************************** Fin Liga Empresas ******************************************************* */

/******************************************************** Márgenes ******************************************************* */
.margin_top_5{ margin-top: 5px !important; }
.margin_top_10{ margin-top: 10px !important; }
.margin_top_15{ margin-top: 15px !important; }
.margin_top_20{ margin-top: 20px !important; }
.margin_top_25{ margin-top: 25px !important; }
.margin-top-25{ margin-top: 25px !important; }

.padding_right_5{ padding-right: 5px !important; }
.padding-20{ padding: 0px 20px !important; }

.margin_bottom_10{ margin-bottom: 10px !important; }

.margin_bottom_20{ margin-bottom: 20px !important; }

.border_radius_4{ border-radius: 4px !important; }

.galeria_fotos{
	margin-top:20px !important;
	margin-bottom: 20px !important;
	border-radius: 4px !important;
	box-shadow: 3px 2px 15px black;
}

.fuente_12{ font-size: 12px !important; }
.fuente_14{ font-size: 14px !important; }
/******************************************************** Fin Márgenes ******************************************************* */

.prueba{
	margin-top: 100px !important;
	transition: all 3s !important;
}