﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Verdana";
}

/*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/
.container {
    width: 100%;
    margin: 0 auto;
}

div.column-1to3 {
    width: 198px;
    float: left;
    margin-right: 10px;
}

div.column-2to3 {
    overflow: hidden;
    box-sizing: inherit;
    margin-right: 0;
    margin-bottom: 60px;
}

div.espaciohalf {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

div.subcaja {
    float:left;
    width: 100%;
    display:block;
    margin: 8px 0px;
}

div.caja2tercios {
    width: 66%;
    float: left;
    margin-right: 1%;
}

div.caja1tercio {
    width: 33%;
    margin-right: 0;
    float: left;
}

div.caja1mitad {
    width: 49.5%;
    float: left;
    padding-right: 1%;
}

div.caja2mitad {
    width: 49.5%;
    float: left;
}

@media screen and (max-width: 1000px) {
    div.caja1mitad {width: 100%;}
    div.caja2mitad {width: 100%;}
    div.caja1tercio {width: 100%;}
    div.caja2tercios {width: 100%;}
}

.card-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

/*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/

.caja {
    font-size: 12px;
    line-height:15px;
    background-color:#EEEEEE;
    display:block;
}
    
.cajatitle {
    width:100%;
    background:#227722 no-repeat left top;
    position:relative;
    background: url("/images/tituloverde.png") repeat-x;
}
    
.cajacontenido {
    padding:3px 5px 5px 5px;
}
    
p a {
    font-weight:bold;
    text-decoration:none;
    color:#003399;
}
    
p a:hover {
    font-weight:bold;
    text-decoration:underline;
}
    
.caja-padding {
    padding: 8px;
    display: block;
}

.cabeceraazul {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    background:url(../images/titulograndeazul.png) repeat-x;

    color:#FFFFFF;
    text-align:left;
    font-size:14px;
    font-weight:bold;
    padding: 0px 0px 0px 20px;

}
    
.textotitleindice {
    color:#FFFFFF;
    text-align:left;
    font:12px;
    font-weight:bold;
    padding: 0px 0px 2px 15px;
}
        
.cabeceranegra {
    background: #000;
    height:26px;
    line-height:26px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    text-align:left;
    font-size:12px;
    font-weight:bold;
}

.title-estadisticas {
    height: 40px; 
    position: relative; 
    line-height: 15px;
    padding-top: 10px;
}

.img-estadisticas {
    position: absolute; 
    z-index: 3; 
    top: 10px; 
    right: 20px;
}
        
/*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/ /*CONTAINER, COLUMNAS Y CAJAS*/
    

/*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/

.header {
    background: darkblue;
    color: #fff;
    width:100%;
    padding-bottom: 1%;
    margin: 0;
}

.header .titulo {
    font-family: Shrikhand;
    font-size: 4vw;
    letter-spacing: 2px;
    text-shadow: 0.02em 0.02em 0.02em #444;
    text-align: center;

}

.sticky {
    position: sticky;
    top: 0;
    z-index: 3;
}

.navtop {
    width: 100%;
    height: 31px;
    background-color: #000;
    overflow: hidden;  
    color: #fff;
    font-size: 12px;
}

.navtop a.menu-item {
    float:left;
    display:block;
    text-align:center;
    padding: 8px;
	text-decoration:none;
    color: #fff;
}

.navtop a.menu-item:hover {
    background: darkgrey;
}

.hora {
    float: left;
    font-weight: bold;
    padding: 8px;
}

@media screen and (max-width: 750px) {
    .navtop .hora {display: none;}
}


.dropdown-user {
    float: right;
    overflow: hidden;
    position: relative;
}

.dropdown-user:hover {
    background: darkgrey;
    cursor: pointer;
}

.dropdown-user .dropbtn {
    outline: none;
    height: 31px;
    background-color: inherit;
    font-family: inherit;
}

.dropdown-user img {
    float: left;
    margin: 5px 4px 0px 5px;   
}

.dropdown-user span {
    float: left;
    padding: 8px 8px 8px 0px;
}
      
.dropdown-user-content {
    display: none;
    right: 0;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}
  
.dropdown-user-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
.dropdown-user-content a:hover {
    background-color: #ddd;
}
  
.dropdown-user:hover .dropdown-user-content {
    display: block;
}

.dropdown-foro-content {
    display: none;
    position: fixed;
    top:auto;
    left:auto;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
}

.dropdown-foro-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
.dropdown-foro-content a:hover {
    background-color: #ddd;
}



.navbar-login {
    float: left;
    overflow: hidden;
    display:block;
    text-align:center;
    padding: 8px;
}

.navbar-login a {
    text-decoration:none;
    color: red;
}

.navbar-login a:hover {
    font-weight: bold;
    cursor: pointer;
}

.navtop a.icon {
    display:none;
    text-align:center;
    padding: 8px;
	text-decoration:none;
    color: #fff;
}

.navtop a.icon:hover {
    background-color: darkgrey;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .navtop a.menu-item {display: none;}
    .navtop a.icon {
      float: left;
      display: block;
    }
}
  

/*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/ /*HEADER*/

/*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/

div.menulateral {
    display: inline-block;
    max-height: none;
    width: 100%;
    padding-left: 0px;
    font-size:11px;
    color: #000;
    background-color:#EEEEEE;
    position: relative;
}

div.menulateral .closebtn {
    display: none;
}

div.menulateral .closebtn:hover {
    cursor: pointer;
    color: #fff;
}


@media screen and (max-width: 900px) {
    div.menulateral {
        display: none;
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 3000;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
        text-align:center;
    }
    div.menulateral .closebtn {
        display: block;
        position: absolute;
        top: -2;
        right: 20px;
        font-size: 25px;
        font-weight: bold;
        margin-left: 50px;
        text-decoration: none;
        color: black;
      }
}


.cabecera-base {
    text-align:left;
    padding: 0px 0px 0px 10%;
    height:26px;
    width: 90%;
    line-height:26px;
    font-size:14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    font-weight:bold;   
    color: #fff;
}

.bg-light-red {
    background: #FF8585;
    border-bottom: 1px solid #470000;    
}

.titleindice {
    float:left;
    background: #000;
    width:90%;
    margin: 0px;
    padding: 0px 0px 0px 10%;
    height:26px;
    line-height:26px;
    color: #fff;
    text-align:left;
    font-size:12px;
    font-weight:bold;
}

.menulateral .menulateral_item {
    float:left;
    width: 90%;
	height:26px;
	padding:3px 0px 0px 10%;
	text-align:left;
    font-weight: bold;
	font-size:11px;
	text-decoration:none;
    color: #000;
    display:block;
}

.menulateral a.menulateral_item:hover {
    background: darkgrey;
}

div.menulateral_item {
    width: 171px;
	text-align:left;
    padding: 0px 0px 4px 0px;
	height:26px;
}

div.menulateral_item a
{
	float:left;
    font-weight: bold;
    width: 171px;
	padding:3px 5px 0px 18px;
	text-align:left;
	height:26px;
	font-size:11px;
	text-decoration:none;
    color: #000;
}

div.menulateral_item a:hover
{
    background: darkgrey;
}


/*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/ /*MENULATERAL*/

/*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/

div.menutop {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 0px;
    font-size:11px;
    color: #000;
    text-align:center;
    line-height:26px;
}

div.menutop_item {
    display:inline-block;
    min-width: 115px;
	text-align:center;
    padding: 0px;
	height:26px;
    color: #000;
    background: #FF8585;
    border-bottom: 1px solid #470000;
}

div.menutop_item2 {
    display:inline-block;
    min-width: 115px;
	text-align:center;
    padding: 0px 0px 0px 0px;
	height:26px;
    color: #000;
    background: #8DB9D3;
    border-bottom: 1px solid darkblue;
}

.w33 {
    width: 33.3333333%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w16 {
    width: 16.666666666666666666%;
}

.w14 {
    width: 14.2857142857142857142857%;
}

.w50 {
    width: 50%;
}

div.menutop a {
    float:left;
    width: 100%;
    height: 100%;
    font-weight: bold;
	font-size:11px;
	text-decoration:none;
    color: #000;
	padding:0px 0px 0px 0px;
}

div.menutop_item a:hover {
	padding:0px 0px 0px 0px;
    background: #470000;
    color:white;
}

div.menutop_item2 a:hover {
	padding:0px 0px 0px 0px;
    background: darkblue;
    color:white;
}

.cambiosrestantes {
    width: 98%;
    padding-left: 0px;
    font-size:11px;
    color: #000;
    text-align:right;
    line-height:16px;
    padding-right: 2%;
}

/*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/ /*MENUTOP*/


.points {
    font-weight: 700;
    font-size: 11px;
    text-shadow: 0.02em 0.02em 0.02em #444;
}


/* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR *//* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */

.dorsalplayer {
    width:50px;
    height:50px;
    border-radius:50%;
    background-color: #FF8585;
    border: 5px solid black;
    text-align: center;
    font-size:20px;
    font-weight:bold;
    line-height:50px;
    float:left;
    margin-right:5px;
}

.titlenombre {
    width:100%;
    color:#000;
    text-align:left;
    font-size:18px;
    font-weight:bold;
    padding: 10px 0px 0px 5px;
    float:left;
}

.titleequipo {
    width:100%;
    color:#000;
    text-align:left;
    font-size:14px;
    font-style: italic;
    padding: 10px 0px 2px 5px;
    float:left;
}

.titleequipo a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.titleequipo a:hover {
    color: #8DB9D3;
}

.titleprofesion {
    width:100%;
    color:#000;
    text-align:left;
    font-size:12px;
    text-transform: UPPERCASE;
    font-weight:bold;
    padding: 10px 0px 0px 5px;
    float:left;
}

.bestpos {
    width:100%;
    padding: 3px 0;
    float:left;
}

.tabposicion {
    float:left;
    margin-right: 2px;
}

.boxnombrejugador {width: 40%;}
.boxnombreposiciones {width: 40%;}

.compare_radar_off {width: 33.33333%;}
.compare_radar_on {width: 100%; display:none;}
.compare_player {width: 33.33333%;}

@media screen and (max-width: 735px) {
    .boxnombrejugador {width: 50%;}
    .boxnombreposiciones {width: 100%;}
    .compare_radar_off {display:none;}
    .compare_radar_on {display:block;}
    .compare_player {width: 50%;}
}



/* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR *//* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */ /* PÁGINA - JUGADOR */

/* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */

.imagen_mas_btn {
    width: 100%;
    height: 200px;
    background: red;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.imagen_mas_btn a {
    text-decoration: none;
}

.boton_deimagen {
    position: relative; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 10%;
    top: 150;
    width: 80%; /* Full width */
    height: 25px; /* Full height */
    background-color: rgb(255, 255, 255); /* Fallback color */
    background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
    border: 0.1px solid black;
}

.boton_deimagen:hover {
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    -webkit-filter: drop-shadow(0px 0px 2px black);
    filter: drop-shadow(0px 0px 2px black);

}

.title_boton_deimagen {
    position: absolute;
    width: 100%;
    color:#000;
    text-align: center;
    font-size:12px;
    font-weight:bold;
    padding-top: 4px;
    height: 100%;
}

.spaciador_mitad {
    float:left;
    width: 387px;
    height: 10px;
    background: white;
}

.spaciador_1tercio {
    float:left;
    width: 250px;
    height: 10px;
}

.spaciador_entero {
    width: 100%;
    height: 10px;
    background: white;
    float: left;
}

.imagentop {
    height: 150px;
    width: 100%;
    background-color: black;
}

@media screen and (max-width: 1000px) {
    .imagentop {height: 60px;}
}


.redbanner {
    position:relative;
    width: 100%;
    height: 105px;
    float:left;
    background-color: black;
    background-image: url(../images/redbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoojeador {
    position:relative;
    width: 100%;
    height: 105px;
    float:left;
    background-color: black;
    background-image: url(../images/ojeadorbuscando.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.texto_fondoojeador {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 150px;
}

.boton_fondoojeador {
    position: absolute;
    z-index: 3;
    top: 65px;
    left: 170px;
}

/* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */ /* PÁGINA - JUVENILES */

/* PORTADA ULTIMAS NOTICIAS*/ /* PORTADA ULTIMAS NOTICIAS*/ /* PORTADA ULTIMAS NOTICIAS*//* PORTADA ULTIMAS NOTICIAS*/ /* PORTADA ULTIMAS NOTICIAS*/

.lastnews {
    overflow: auto;
}

.lastnews figure {
    float: left;
    clear: both;

    position: relative;
    overflow: auto;

    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    font-size: 15px;

}

.lastnews figure img {
    vertical-align: bottom;
}

.lastnews figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba(0,0,0,0.7);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

.lastnews figure figcaption a {
    text-decoration: none;
    color: #fff;
}

.lastnews figure figcaption a:hover {
    text-decoration: none;
    color: #EBEBEB;
}

/* PORTADA ULTIMAS NOTICIAS*/ /* PORTADA ULTIMAS NOTICIAS*/ /* PORTADA ULTIMAS NOTICIAS*//* PORTADA ULTIMAS NOTICIAS*/ /* PORTADA ULTIMAS NOTICIAS*/

button {
    background-color: white;
    color: darkblue;
    font-weight: bold;
    border: 2px solid darkblue;
    padding: 0px 4px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

button:hover {
    cursor: pointer;
    background-color: darkblue;
    color: white;
}

.blackboton {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    padding: 0px 4px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.blackboton:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}

.no_margin_button {
    padding: 0 2px 0 2px;
    margin: 0;
}

label {
position:relative;
color: black;
width:35%;
text-align:left;
font-weight:bold;
}

a img {
border: 0px solid #FFFFFF;
}

.a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.a:hover {
    color: #8DB9D3;
}

.formopciones {
position:relative;
width:100%;
margin: 0px 0px 0px 0px;
padding: 3px 5px 3px 5px;
}

.formventana {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

select {
position:relative;
}

.leyenda{
font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.guiaforo{
font: 12px bold Verdana, Arial, Helvetica, sans-serif;
}

.texto{
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

div.cuadrito{
	position:relative;
	float: left;
	width: 50px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: 0px solid #0066FF;
	text-align:center;
}

#anuncio{
margin:5px auto;
height:90px;
width:728px;
background-color:#eee;
}
#anuncio-v{
margin:5px auto;
height:120px;
width:750px;
}

.quote{
padding: 10px;
margin: 3px;
background-color:#DDDDAA;
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
}

.quotenombre{
padding: 2px 0px 2px 15px;
font-weight: bold;
font-size: 10px;
}

.encabezamientopost{
background-color:#DDDDDD;
padding: 2px;
margin: 0px;
}

.error {
    position:relative;
    float:left;
    width:100%;
    margin:5px auto;
    background: #FDD1C5;
}

.textoerror {
    color:#000000;
    text-align:left;
    font:14px Verdana;
    border-left: 6px solid #f44336;
    padding: 4px 0px 4px 20px;
}

.error a {
    color: darkblue;
    font-weight: bold;
    text-decoration: none;
}

.error a:hover {
    color: #8DB9D3;
}

.errorblue {
    position:relative;
    float:left;
    width:100%;
    margin:5px auto;
    background: #8DB9D3;
}

.textoerrorblue {
    color:#000000;
    text-align:left;
    font:14px Verdana;
    border-left: 6px solid darkblue;
    padding: 4px 0px 4px 20px;
}

.errorblue a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

.errorblue a:hover {
    color: #FF8585;
}

.textocabecera {
color:#FFFFFF;
text-align:left;
font:20px Verdana;
padding: 0px 0px 2px 20px;
}

.boton {
border: 1px solid #000000;
cursor:pointer;
width:90px;
padding: 2px 3px 2px 3px;
font-weight:bold;
}

.boton120 {
border: 1px solid #000000;
cursor:pointer;
width:120px;
padding: 2px 3px 2px 3px;
font-weight:bold;
}

#marcadorflash{
margin: 5px 0 5px 35px;
height: 100px;
width:700px;
background-color:#DDDDDD;
}

#tactica{
margin: 5px 0 5px 35px;
height: 529px;
width:375px;
background-color:#DDDDDD;
}

/* chorradas */
/* chorradas */
/* chorradas */

.centered{
text-align:center;
}

.left{
text-align:left;
}

.right{
text-align:right;
}

.justified {
text-align:justify;
}

.bold{
font-weight:bold;
}

.backgverde {
background-color:#00FF66;
}

.backgrojo {
background-color:#FF3333;
}

.azuloscuro {
color:#000066;
}

.verde {
color:#009900;
}

.rojo {
color:#FF0000;
}

.clear{
clear:both;
}

/* chorradas */
/* chorradas */
/* chorradas */

.margin10left {
margin: 0px 0px 0px 10px;
}

.textolargo {
text-align:justify;
margin-bottom:9px;
}

/* tabs resumen*/
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: 3px 5px 0px 5px;
}
#tabs .cajacontenido {padding-top:0}
#tabs .cajacontenido .tabla3 .connectedtable {margin: 0}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #aaa;
background: #ccc !important;
font-weight: normal;
color: #212121;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #fff;
font-weight: normal;
color: #555;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: 0.4em 4.9em;
text-decoration: none;
}

.palmares-trofeos{text-align:center;font-size:0.7em;margin:4px;float:left;width:65px;height:95px}
.botadeoro-trofeos{text-align:center;font-size:0.8em;margin:10px 50px;float:left;width:140px;height:120px}


p.capitalize {text-transform: capitalize;}

.capitals {
    text-transform: uppercase;
}

/*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@media screen and (max-width: 400px) {
    .modal-content {width: 100%;}
}

.modal-content-big {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@media screen and (max-width: 700px) {
    .modal-content-big {width: 100%; height: auto; max-height: }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 16px 10px 0px;
    background-color: darkblue;
    color: white;
}

.modal-header .modal-title {
    font-weight: bold;
    font-size: 16px;
    padding-left:16px;
}

.modal-body {
    font-size: 11px;
    padding: 2px 16px;
}

.modal-body td {
    font-size: 11px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Mark input boxes that gets an error on validation: */
.modal input.invalid {
    background-color: #ffdddd;
}


.connectedtable input {
    width: 45px;
}

.connectedtable td .big_input {
    width:100px;
}

.small_input {
    width: 45px;
}
/*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/ /*MODAL*/


.botonadmin {
    text-align: center;
    font-weight: bold;
    cursor:pointer;
    font-size: small;

}

.botonadmin:hover{
    background-color: red;
    border-color: black;
}

.tabla1{
width: 100%;
padding: 0;
margin: 5px 0 0 0;
font: 11px Verdana, Arial;
}

.tabla1 caption {
margin: 5px 0 0 0;
padding: 0 0 5px 0;
width: 100%;
font: italic 12px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

.tabla1 th{
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
padding: 4px 4px 4px 8px;
background: #CAE8EA;
}

.tabla1 td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 4px 4px 4px 4px;
color: #4f6b72;
}

.tabla1 a {
font-weight:bold;
text-decoration:none;
color:#003399;
}

.tabla1 a:hover {
font-weight:bold;
text-decoration:underline;
}


.tabla1 td:hover {
background: #F5FAFA;
color: #797268;
}

.tabla2 {
width: 100%;
padding: 0;
margin: 1px 0 0 0;
font: 11px Verdana, Arial;
}

.tabla2 a {
font-weight:bold;
text-decoration:none;
color:#003399;
}

.tabla2 a:hover {
font-weight:bold;
text-decoration:underline;
}

.tabla3{
width: 100%;
padding: 0;
font-size: 11px;
}

.naranja {
background-color:#FF9900;
}

.colorfondo {
background-color:#EEEEEE;
}

.tabla3 th{
padding: 3px;
background-color:#CCCCCC;
border-bottom: 2px solid black;
}

.tabla3 th a {
}

.tabla3 th a:hover {
    cursor: pointer;
    color: #8DB9D3;
}


.tabla3 td{
padding: 2px;
border-bottom: 0.01em solid #D4D4D4;
}

.tabla3 td a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.tabla3 td a:hover {
    color: #8DB9D3;
}

.tabla3 .ofertas {
    color: darkblue;
}

.tabla3 .ofertas:hover {
    color: #8DB9D3;
}

.tabla3 .golescalendar {
    background:black;
    color:white;
    border-bottom: solid black;
    min-width: 32px;
}

.tabla3 td .idteam {
    color: #990000;
    text-decoration: none;
}

.tabla3 td .idteam:hover {
    color: #FF8585;
}

.idteam {
    color: #990000;
    text-decoration: none;
}

.idteam:hover {
    color: #FF8585;
}

.tabla3 .red {
    color: red;
}

.tabla3 .yellow {
/*    background: yellow; */
}

.tabla3 .cambiado {
    background: #CCCCCC;
}

.tabla3 .cabezatabla {
    background: rgb(191, 191, 191);
    border-bottom: 1px black solid;

}

.calendariopartidos {
    position:relative;
    font-size: 11px;
    line-height: 15px;
    background-color:#EEEEEE;
}

.calendariopartidos tbody tr:hover {
    background: #FF8585;
    cursor: pointer;
}

.partidosliga {
    width: 49.66%;
    margin-right: 0.33%;
}

@media screen and (max-width: 800px) {
    .partidosliga {
        width: 100%;
        margin: 0;
    }
}

.td-resp-hello { display:none; }

.headerhoriz {
padding: 3px 3px 3px 3px;
background-color:#CCCCCC;
border-right: 2px solid #333333;
text-align: center;
font-weight:bold;
}

.headercentro {
padding: 3px 3px 3px 3px;
background-color:#CCCCCC;
text-align: center;
font-weight:bold;
}

.tabla3 caption {
margin: 5px 0 0 0;
padding: 0 0 5px 0;
width: 100%;
font-weight: bold;
font-size: 14px;
text-align: center;
}

.connectedtable {
    font-size: 11px;
    float:left;
    margin-left: 0.33%;
    width: 33%; 
}

@media screen and (max-width: 800px) {
    .connectedtable {
        width: 100%;
        margin: 0;
    }
    .td-resp-hello { display: block; }
    .td-resp-bye { display: none; }
}

.connectedtable th{
    padding: 3px 3px 3px 3px;
    background-color:#CCCCCC;
    border-bottom: 2px solid black;
}

.connectedtable td{
color: black;
padding: 2px;
border-bottom: 0.01em solid #D4D4D4;
}

.connectedtable td a {
    font-weight: bold;
}

.connectedtable td a:hover {
}

.drop-placeholder {
	border: 1px solid #dad55e;
	background: #8DB9D3;
	color: #776020;
    height: 1.5em;
    line-height: 1.2em;
}

/* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */
.resultadodirecto{
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    background: #C2C2C2;
    border: 0;
}

@media screen and (max-width: 800px) {
    .resultadodirecto {font-size: 14px;}
    .resultadodirecto td.golescalendar {font-size: 19.6px;}
    .golesdirecto {font-size: 11px;}
}

@media screen and (max-width: 500px) {
    .resultadodirecto {font-size: 11px;}
    .resultadodirecto td.golescalendar {font-size: 15.4px;}
}

.resultadodirecto td {
    padding: 0 2px;
}

.resultadodirecto td.equipos{
    width: 40%;
    color: black;
}

.resultadodirecto td.banderas{
    width:4%;
}

.resultadodirecto .golescalendar {
    width:6%;
    background:black;
    color:white;
    font-size: 28px;
}

.minutero {
    font-family: Oswald;
    font-size: 12px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: black;
    color: white;
    border: 0.1em solid #C2C2C2;
    text-align: center;
    line-height: 20px;
    position:absolute;
    top: 0px;
    left: -10px;
}

@media screen and (max-width: 900px) {
    .minutero {
        font-size: 10px;
        height: 15px;
        width: 15px;
        line-height: 15px;
        left: -7.5px;
        top: 5px;
    }
}

@media screen and (max-width: 500px) {
    .minutero {
        font-size: 8px;
        height: 12px;
        width: 12px;
        line-height: 12px;
        left: -6px;
        top: 6px;
    }
}


.golesdirecto {
    background: #C2C2C2;
    display: table;
    width: 100%;
}

.golesdirecto .goleslocal {
    display: table-cell;
    background: #C2C2C2;
    width: 45%;
    padding-left: 5%;
    text-align: left;
    float: left;
    margin-bottom: 5px;
}

.golesdirecto .golesvisit {
    display: table-cell;
    background: #C2C2C2;
    width: 45%;
    padding-right: 5%;
    text-align: right;
    float: left;
    margin-bottom: 5px;
}

.golesdirecto a {
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.golesdirecto a:hover {
    cursor: pointer;
    color: #FF8585;
}



/* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */ /* RESULTADO DIRECTO */

/*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*//*CAMPO DE TÁCTICAS*//*CAMPO DE TÁCTICAS*/

.jugador {
    display: block;
    width: 80px;
}

#camiseta {
    display: block;
    width: 50%;
    margin: auto;
}

.shirt {
    -webkit-filter: drop-shadow(0px 0px 2px black);
    filter: drop-shadow(0px 0px 2px black);
    width: 36px;
    position:absolute;
    z-index:1;
}

.shirt-select {
    -webkit-filter: drop-shadow(0px 0px 2px #8DB9D3);
    filter: drop-shadow(0px 0px 2px #8DB9D3);
    width: 36px;
    position:absolute;
    z-index:1;
    cursor: pointer;
}

#camiseta p {
    font-size: 14px;
    font-family: Oswald;
    font-weight: bold;
    width: 36px;
    z-index: 2;
    position:relative;
    text-align: center;
    padding-top: 15px;
}

#piedecamiseta #nombre {
    font-size: 12px;
    color: black;
    text-decoration: none;
    font-family: Oswald;
    font-weight: bold;
    z-index: 2;
    position:relative;
    width:95%;
    text-align: center;
    padding-top: 10px;
    text-shadow: 0.05em 0.05em 0.1em #fff;
}

#piedecamiseta #pos {
    font-size: 12px;
    color: black;
    text-decoration: none;
    font-family: Oswald;
    font-weight: bold;
    z-index: 2;
    position:relative;
    width:95%;
    text-align: center;
    text-shadow: 0.05em 0.05em 0.1em #fff;

}

/*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*/ /*CAMPO DE TÁCTICAS*//*CAMPO DE TÁCTICAS*//*CAMPO DE TÁCTICAS*/

/*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*//*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/

/* Customize the label (the container) */
.customizedcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customizedcheck p {
    color: #fff;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #FF8585;
    border-radius: 3px;
    -moz-border-radius: 3px;

}

/* Hide the browser's default checkbox */
.customizedcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #AAA;
}

/* On mouse-over, add a grey background color */
.customizedcheck:hover input ~ .checkmark {
    background-color: #ccc;
    border: 1px solid #AAA;
}

/* When the checkbox is checked, add a blue background */
.customizedcheck input:checked ~ .checkmark {
    background-color: #470000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customizedcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customizedcheck .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*//*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/

.bin {
    background-image: url(../images/bin.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

.bin:hover {
    background-image: url(../images/binhover.png);
    background-repeat: no-repeat;
}

/*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*//*CHECKBOX CUSTOMIZE*/ /*CHECKBOX CUSTOMIZE*/

/*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/

.estadisticas {
    padding: 0;
    width: 100%;
}

.estadisticas .espaciador {
    border-top: 20px solid #EEEEEE;
    width: 100%;
    background-color:#EEEEEE;
}
.estadisticas ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.estadisticas ul li {
    float: left;
    width: 100%;
    background-color:#EEEEEE;
}

.estadisticas li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    display: list-item;
    text-align: -webkit-match-parent;
}

.estadisticas .col-equipo-local {
    width: 35%;
    float: left;
}

.estadisticas .col-equipo-local .col-barra-estadistica {
    width: 72%;
    float: right;
}

.estadisticas .col-equipo-local .barra-estadistica {
    background: #f5af30;
    border-radius: 8px 2px 2px 8px;
    float: right;
    height: 12px;
    margin: 0;
}

.estadisticas .col-equipo-local .valor-estadistico {
    color: #111;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    width: 18%;
    text-align: right;
}

.estadisticas .col-datos {
    width: 30%;
    min-width: 80px;
    color: #666;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}
.estadisticas .col-equipo-visitante {
    width: 35%;
    float: right;
}

.estadisticas .col-equipo-visitante .col-barra-estadistica {
    width: 72%;
    float: left;
}

.estadisticas .col-equipo-visitante .barra-estadistica {
    background: #cb1200;
    border-radius: 2px 8px 8px 2px;
    float: left;
    height: 12px;
    margin-bottom: 0;
    margin-right: 5px;
    width: 12px;
}

.estadisticas .col-equipo-visitante .valor-estadistico {
    color: #111;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    width: 18%;
}


/*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/ /*ESTADISTICAS DIRECTO*/

/*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */
/*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */
.onoffswitch {
    position: relative; width: 63px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    width: 100%;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 21px;
    padding: 0;
    line-height: 21px;
    color: white; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Si";
    padding-left: 10px;
    background-color: #8DB9D3; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #FF8585; color: #000000;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 13px; margin: 4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */
/*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */ /*SI/NO TOGGLE BUTTON */

/* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */
/* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */
div.menufiltros
{
    width: 100%;
    padding-left: 0px;
    font-size:11px;
    color: #000;
    line-height:26px;
    overflow-y:auto; 
    overflow-x:hidden; 
    max-height: 130px;
}

div.menufiltros_item
{
    width: 100%;
	text-align:left;
	padding: 0px 0px 0px 0px;
	height:26px;
    float:left;
    color: #000;

}

div.menufiltros_item a
{
	float:left;
    font-weight: bold;
    padding: 0px 0px 0px 2%;
	text-align:left;
	height:26px;
	font-size:11px;
	text-decoration:none;
    color: #000;
    width: 98%;
    height: 100%;
    border-bottom: 1px solid #CCCCCC;
}

div.menufiltros_item a:hover
{
    background: darkgrey;
}

/* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */
/* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */ /* MENU FILTROS GUARDADOS */

.red {
    color: #FF0000;
    font-weight: bold;
}

.darkred {
    color: darkred;
    font-weight: bold;
}

.green {
    color: green;
    font-weight: bold;
}

.blue {
    color: darkblue;
    font-weight: bold;
}

.yellow {
    color: yellow;
    font-weight: bold;
}

.b-red { background: #FF0000; }
.b-green { background: green; }
.b-blue { background: darkblue; }
.b-yellow { background: yellow; }
.b-black { background: black; }
.b-white { background: white; }

.td .green {
    color: green;
    font-weight: bold;
}

.puntosrestantes {
    color: #fff;
    font-size: 12px;
    line-height: 1.333;
    text-align: center;
    text-shadow: none;
    background: darkblue;
    border-radius: 3px;
    padding:2px;
}

.barraprogreso {
    border-radius: 5px;
    width: 100%;
    height: 20px;
    background-color: lightblue;
}

.barrainterior {
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    background-color: darkblue;
    text-align: right;
    padding: 0px;
    color: white;
}

.barraprogreso1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 20px;
    background-color: lightblue;
}

.barrainterior1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 20px;
    float:right;
    line-height: 20px;
    background-color: darkblue;
    text-align: left;
    padding: 0px;
    color: white;
}

.barraprogreso2 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    height: 20px;
    background-color: #FF8585;
}

.barrainterior2 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 20px;
    line-height: 20px;
    background-color: #990000;
    text-align: right;
    padding: 0px;
    color: white;
}

/* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */
/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/
/* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */

.patro_principal {
    float:left;
    margin: 5px 0 5px 0;
    height: 100px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: white;
}

.patro_secundario {
    float:left;
    margin: 5px 0 5px 0;
    height: 100px;
    width: 100px;
    background-color: white;
}

.patro_secundario_ofertas {
    float:left;
    margin: 5px 0 5px 0;
    background-size: cover;
    background-color: white;
}

.balance {
    table-layout: fixed;
    width: 100%;
}
.balance .wide {
    width: 65%;
}

.balance .ingresos {
    font-weight: bold;
    background-color: LightGreen;
}

.balance .gastos {
    font-weight: bold;
    background-color: #F49F9F;
}

.balance .extras {
    font-weight: bold;
    background-color: #F0EFA9;
}

.cambiar_vallas {
    background-color: #FFBDBD;
    color: #990000;
    font-weight: bold;
    border: 2px solid #990000;
    border-radius:50%;
    width: 19px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.cambiar_vallas:hover {
    cursor: pointer;
    background-color: #990000;
    color: white;

}

.num_vallas {
    width: 35px;
}

/* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */ /* FINANZAS */

.oferta_pendiente {
    color: #000;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    background: #ffe985;
    border-radius: 4px;
    border: 2px solid #997500;
    line-height: 1.333;
}

.oferta_aceptada {
    color: #000;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    background: #CCFFCC;
    border-radius: 4px;
    border: 2px solid darkgreen;
    line-height: 1.333;
}

.oferta_rechazada {
    color: #990000;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    background: rgb(255, 163, 163);
    border-radius: 4px;
    border: 2px solid #990000;
    line-height: 1.333;
}

.calculator:hover
{
    -webkit-filter: drop-shadow(0px 0px 2px black);
    filter: drop-shadow(0px 0px 2px black);
    cursor: pointer;
}

.boton_sinboton {
    background-color: inherit;
    font-size: 12px;
    color: "";
    font-weight: bold;
    border: 0px;
    padding: 0px 4px;
    box-sizing: inherit;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.boton_sinboton:hover {
    cursor: pointer;
    background-color: inherit;
}

.ref_azul {
    color: darkblue;
    text-decoration: none;
}

.ref_azul:hover {
    color: #8DB9D3;

}

.trofeos {
    float: left;
    margin: 5px;
    text-align: center;
    font-size: 10px;
}

.trofeos img {
    -webkit-filter: drop-shadow(0px 0px 2px black);
}

/* TROFEOS INDIVIDUALES */
.all-trophy {
    width:100%;
    float:left;
}

.trophy-block {
    position: relative;
    float: left;
    margin: 5px 5px 12px 5px;
    width: 78px;
    text-align: center;
    font-size: 10px;
}

.trophy-number {
    position: absolute;
    z-index: 2;
    top: 56px;
    left: 20.5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.333;
    text-align: center;
    text-shadow: none;
    padding: 1px 5px;
    background: #FF8585;
    border-radius: 3px;
    width: 26px;
}


/* TROFEOS INDIVIDUALES */


/* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */
/* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */
/* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */

.tabla_fechas{
width: 100%;
padding: 0;
margin: 0;
font-size: 11px;
background-color:#CCCCCC;
border-collapse: collapse;
}

.tabla_fechas td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.tabla_fechas td:first-child {
    border-left: none;
}

.tabla_fechas td:last-child {
    border-right: none;
}

.tabla_fechas td{
padding: 2px;
border-bottom: 6px solid black;
width: 14.2857%;
}

.tabla_fechas td a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.tabla_fechas td a:hover {
    color: #8DB9D3;
}

.tabla_fechas img {
    -webkit-filter: drop-shadow(0px 0px 2px black);
}


.tabla_fechas .cabezatabla {
    background: rgb(191, 191, 191);
    border-bottom: 1px black solid;

}

.sombrawebkit {
    -webkit-filter: drop-shadow(0px 0px 2px black);
}

/* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */
/* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */
/* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */ /* CALENDARIO DE FECHAS */


/* BOLITAS OFERTAS */ /* BOLITAS OFERTAS */ /* BOLITAS OFERTAS */

.balloffer {
    width:10px;
    height:10px;
    border-radius:50%;
    background-color: #eee;
    border: 2px solid #999;
    color: #999;
    text-align: center;
    font-size:10px;
    font-weight:bold;
    line-height:10px;
    float:left;
    margin-right:1px;
}

.ballgris {
    background-color: #ccc;
    border: 2px solid #555;
    color: #555;
}

.ballnaranja1 {
    background-color: rgb(212, 102, 0);
    border: 2px solid rgb(124, 60, 0);
    color: #555;
}

.ballnaranja2 {
    background-color: rgb(212, 145, 0);
    border: 2px solid rgb(124, 85, 0);
    color: #555;
}

.ballamarillo {
    background-color: rgb(212, 212, 0);
    border: 2px solid rgb(124, 124, 0);
    color: rgb(124, 124, 0);
}

.ballverde {
    background-color: rgb(49, 212, 0);
    border: 2px solid rgb(29, 124, 0);
    color: rgb(29, 124, 0);
}

.ballrojo {
    background-color: #ff0000;
    border: 2px solid #000;
    color: #000;
}

.shadow_black {
    color: white;
    text-shadow: 1px 0 0 #555, -1px 0 0 #555, 0 1px 0 #555, 0 -1px 0 #555, 1px 1px #555, -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555;
}

.shadow_red {
    color: white;
    text-shadow: 1px 0 0 #9e0000, -1px 0 0 #9e0000, 0 1px 0 #9e0000, 0 -1px 0 #9e0000, 1px 1px #9e0000, -1px -1px 0 #9e0000, 1px -1px 0 #9e0000, -1px 1px 0 #9e0000;
}

.shadow_blue {
    color: white;
    text-shadow: 1px 0 0 #00009e, -1px 0 0 #00009e, 0 1px 0 #00009e, 0 -1px 0 #00009e, 1px 1px #00009e, -1px -1px 0 #00009e, 1px -1px 0 #00009e, -1px 1px 0 #00009e;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

/* BOLITAS OFERTAS */ /* BOLITAS OFERTAS */ /* BOLITAS OFERTAS */

/* PAGINATION */ /* PAGINATION */ /* PAGINATION */ /* PAGINATION */
.pagination {
    display: inline-block;
    margin-top: 8px;
}

.pagination a {
    height: 30px;
    line-height: 30px;
    background: #EEE;
    color: black;
    float: left;
    padding: 0px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-right: 1px solid #EEE;
}
  
.pagination a.active {
    background: #CCC;
    color: black;
    font-weight: bold;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
  
.pagination a:hover:not(.inactive) {
    background-color: #CCC; 
    color: black; 
    font-weight: bold;
    cursor: pointer;
} 
/* PAGINATION */ /* PAGINATION */ /* PAGINATION */ /* PAGINATION */

.tooltip {
    position: relative;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
  
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptextleft {
    visibility: hidden;
    width: 160px;
    background-color: #FF8585;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 120%;
}
  
.tooltip .tooltiptextleft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FF8585;
}

.tooltip:hover .tooltiptextleft {
    visibility: visible;
    opacity: 1;
}



.noticias {
    position:relative;
    font-size: 11px;
    line-height: 15px;
    background-color:#EEEEEE;
}

.noticias tbody tr:hover {
    background: #DDD;
    cursor: pointer;
}

/* ARROWS */

.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
  
.arrowright {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
  
.arrowleft {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
  
.arrowup {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
  
.arrowdown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* SLIDER */ /* SLIDER */ /* SLIDER */ /* SLIDER */
.myslider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;  
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
.myslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #AAA;
    border-radius: 50%; 
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}
  
.myslider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 1px solid #AAA;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.myslider::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
.myslider::-webkit-slider-upper {
    background: #FF8585;
    border-radius: 10px;
}

.my_from {
    height: 20px;
    line-height: 20px;
    width: 16px;
    color: #fff;
    background: #FF8585;
    font-size: 12px;
    text-align: center;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 3px;
}

/* SLIDER */ /* SLIDER */ /* SLIDER */ /* SLIDER */

.my_alert {
    float: none;
    height: 20px;
    line-height: 20px;
    width: 16px;
    color: #fff;
    background: rgb(202, 0, 0);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 50%;

    top: 0px;
    left: 0px;
    position:relative;
  
    animation: bounce-alert 1s infinite;
}

@keyframes bounce-alert {
    0%   {background-color:rgb(202,0,0); left:0px; top:0px;}
    50%  {background-color: rgb(134, 0, 0); left:0px; top:0px;}
    100% {background-color:rgb(202,0,0); left:0px; top:0px;}
}

/* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ 
/* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ 
/* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ 

div a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

div a:hover {
    color: #8DB9D3;
}

.blockquote {
    color: #737171;
    background: #e3e3e3 url(https://illiweb.com/fa/prosilver/quote.gif) 6px 8px no-repeat;
    border: 1px solid #DBDBCE;
    font-size: .95em;
    margin: 10px 1px 10px 25px;
    overflow: hidden;
    padding: 5px;
}
.blockquote div {
    margin: 2px 0 0 20px;
}
.blockquote cite {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.blockquote .blockquote {
    background-color: #EFEED9;
    font-size: 1em;
    margin: .5em 1px 0 15px;
}

.blockquote .blockquote .blockquote {
    background-color: #e3e3e3;
}

.blockquote .blockquote .blockquote .blockquote {
    background-color: #EFEED9;
}

/* FORO - Pagination */

.foro-pagination {
    background: url(https://illiweb.com/fa/prosilver/icon_pages.gif) 0 50% no-repeat;
    display: block;
    float: right;
    text-align: right;
    font-size: inherit;
    margin-top: 0;
    padding: 1px 0 1px 15px;
    width: auto;
}

.foro-page {
    background-color: #fff;
    border: 1px solid #BBB;
    color: black;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    padding: 0 2px;
    text-decoration: none;
}

.foro-page:hover {
    color: black;
    background-color: #BBB;
}

.foro-editor-toolbar {
    background-clip: padding-box;
    border-radius: 3px 3px 0 0;
    line-height: 0;
    overflow: hidden;
    padding: 3px 5px 2px;
    user-select: none;
}

.foro-editor-group {
    background: #ddd;
    background-clip: padding-box;
    border-bottom: 1px solid #aaa;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 5px 1px 0;
    padding: 1px;
}

.foro-editor-button {
    display: block;
    background-clip: padding-box;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 20px;
    padding: 3px 5px;
    width: 16px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    user-select: none;
}

.foro-editor-button:hover {
    background-color: white;
    color: black;
}

.postprofile {
    border-color: #f5f5f5;
    border-right-style: solid;
    border-right-width: 1px;
    color: #000;
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    min-height: 80px;
    position: relative;
    width: 22%;
    word-wrap: break-word;
}

.postbody {
    /*clear: both;*/
    color: #000;
    float: right;
    line-height: 1.48em;
    padding: 0;
    width: 74%;
}

.postbody .right-icons {
    float: right;
    margin-right: 10px;
    padding: 0;
    width: 45%;
    display: block;
}

.postbody .title-msg {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 45%;
    display: block;
}

.postbody .mensaje {
    float: left;
    width: 100%;
    display: block;
}

.postbody .mensaje img {
    max-width: 100%;
}

.mensaje li {
    margin-left: 3em;
}

/* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ 
/* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ /* FORO */ 

.relative {
    position: relative;
}

.img-button:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 2px white);
    filter: drop-shadow(0px 0px 2px white);
}

.help-cabecera {
    display: none;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 20px;
    background-color: #555;
    color: #fff;
    font-size:11px;
    text-align: justify;
    width: 320px;
    border-radius: 6px;
    padding: 5px;
}
  
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
