@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 0; font: inherit; box-sizing:border-box; text-decoration: none; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }
body{
	}
/*.capa-del-grafico { font-family: "Roboto Condensed",Arial,sans-serif,helvetica }*/
.alh-wrapper{ 
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0;
	max-width: 990px;
	height:auto;
	text-align: center;
    /* color: #860037;
    color: #05356f; */
}


.alh-wrapper .alh-inicio{
	font-size: 14px;
	margin: 10px 0;
	color: #0d77ce;
	text-transform: uppercase;
}

.alh-wrapper #losgrupos{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}

.alh-wrapper #menugrupos{
	font-weight: bold;
	display: inline-block;
	width: 100%;

}

.alh-wrapper #menugrupos ul{
	width: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;	
}


.alh-wrapper #menugrupos li.botgrupo{
	cursor:pointer;
	display: inline-block;
	background-color: #e2d9d3;
	height: 40px;
	line-height: 18px;
	margin: 1px;
	border-bottom: 5px solid #05356f;
	width: 100%;
}


.alh-wrapper #menugrupos li.botgrupo:hover{
	background-color: #f0ece9;
}

.alh-wrapper #menugrupos li.botgrupo.active{
	cursor: default;
	background-color: white;
	border-bottom: 0px solid white;
	border-top: 5px solid #05356f;
	pointer-events: none;
	background-color: white;
}

.alh-wrapper #menugrupos li.A{
	margin-left: 0;
}
.alh-wrapper #menugrupos li.I{
	margin-right: 0;
}

.alh-wrapper #menugrupos li.botgrupo a{
	color: #05356f;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 30px;
}

.alh-wrapper .losreloads{
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;	
}

.alh-wrapper .reload{
	display: inline-block;
	width: 100%;
}
.alh-wrapper .rel{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #0d77ce;;
	background-image: url("https://e00-marca.uecdn.es/multimedia/graficos/futbol/2022/calculadora-mundial-qatar-2022/css/img/reload.svg");
	border-radius: 50%;
	cursor: pointer;
	text-align:center;
}
.alh-wrapper .rel:hover{
	background-color: #05356f;
}

.activito{
	pointer-events: auto;
	opacity: 1;
}

.desactivito{
	pointer-events: none;
	opacity: 0.2;
}


/*********************************************/


.alh-wrapper .lospartidos{
	margin-top: 10px;
	width: 49.8%;
	font-size: 14px;
	float: left;
	height: 100%;
}

.alh-wrapper .laclasificacion{
	margin-top: 10px;
	width: 49.8%;
	font-size: 20px;
	float: right;
	height: 100%;
	padding: 5px;
}
/**************************************************************/
.alh-wrapper .lospartidos .banda-partido{
	position: relative;
	font-size: 11px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
  	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: black;
}

.alh-wrapper .lospartidos .banda-partido .bordesuperior{
	border-top: 1px solid #dcd8c8;
}

.alh-wrapper .lospartidos .banda-partido .banda1{
	border-bottom: 1px solid #e2d9d3;
	background-color: #a8a496;
	text-align: center;
	height: 13px;
	width: 100%;
	padding-bottom: 1px;
	color: #413e39;
	text-transform: uppercase;
	line-height: 14px;
	background-color: #f0ece9;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.alh-wrapper .lospartidos .banda-partido .banda1 .banda1-fecha{
	float: left;
	height: 13px;
	width: 35%;
	color: #9e9797;
	text-align: left;
    padding-left: 36px;
}
.alh-wrapper .lospartidos .banda-partido .banda1 .banda1-estado{
	background-color: #8e8e8e;
	height: 12px;
	width: 30%;
	color: white;
	text-transform: uppercase;
	text-align: center;
}
.alh-wrapper .lospartidos .banda-partido .banda1 .banda1-partido{
	float: left;
	height: 13px;
	width: 35%;
	height: 13px;
	color: #9e9797;
	text-align: right;
    padding-right: 36px;
}


.alh-wrapper .lospartidos .banda-partido .banda2{
	color:#5c5958;
	font-size: 15px;
	text-transform: uppercase;
	height: 50px;
	width: 100%;
	background-color: #f0ece9;
}
.alh-wrapper .lospartidos .banda-partido .banda2 img{
	height: 32px;
	width: 32px;
	margin: 2px 2px;
	margin-top: 5px;
	border: 2px solid #e2d9d3;
    border-radius: 50%;
}
.alh-wrapper .lospartidos .banda-partido .banda2 .banda2-equipolocal{
	float: left;
	width: 35%;
	height: 50px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    line-height: 13px;
	}
.alh-wrapper .lospartidos .banda-partido .banda2 .banda2-marcador{
	float: left;
	background-color: #5c5958;
	width: 30%;
	height: 50px;
	text-align: center;
	padding-top: 14px;
	font-weight: bold;
	position: relative;
}

.alh-wrapper .lospartidos .banda-partido .banda2 .banda2-marcador strong{
	display: inline-block;
	font-size: 24px;
	padding-bottom: 2px;
	color: #f0ece9;
}
.alh-wrapper .lospartidos .banda-partido .banda2 .banda2-marcador span{
	color: #f0ece9;
}

.alh-wrapper .lospartidos .banda-partido .banda2 .banda2-equipovisitante{
	float: right;
	width: 35%;
	height: 50px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    justify-content:flex-end;
    line-height: 13px;
	}	

.alh-wrapper .mas{
	cursor: pointer;
	background-color: #0d77ce;
	width: 25px;
	height: 25px;
	position: absolute;
	top:0;
	background-image: url("https://e00-marca.uecdn.es/multimedia/graficos/futbol/2022/calculadora-mundial-qatar-2022/css/img/mas.svg");
}

.alh-wrapper .mas:hover{
	background-color: #05356f;
}
.alh-wrapper .menos:hover{
	background-color: #05356f;
}


.alh-wrapper .menos{
	cursor: pointer;
	background-color: #0d77ce;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom:0;
	background-image: url("https://e00-marca.uecdn.es/multimedia/graficos/futbol/2022/calculadora-mundial-qatar-2022/css/img/menos.svg");
	border-top: 1px solid #5c5958;
}
.alh-wrapper .lospartidos .banda-partido .banda2 .banda2-marcador .visitante{
	right:0;
}

.parahoverbotcalcu{

}

/*************************************************************/

.alh-wrapper .laclasificacion{
	color: white;
}

.alh-wrapper .primer{
	width: 6%;
	border-right: 1px solid #0d77ce;;
	border-left: 1px solid #0d77ce;;
}
.alh-wrapper .segun{
	width: 34%;
	border-right: 1px solid #0d77ce;;
}
.alh-wrapper .tercer{
	width: 60%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.alh-wrapper .tercer .encabezado{
	width: 13%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    border-right: 1px solid #0d77ce;;
}
.alh-wrapper .laclasificacion p{
    color: white;
    text-transform: uppercase; 
    /* text-shadow: 0px 0px 5px #540023; */
}

.alh-wrapper .laclasificacion.titulo{
    color: #05356f;
    text-transform: uppercase;
}

.alh-wrapper .laclasificacion .encabezadoclasificacion{
	font-size: 12px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: 20px;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    line-height: 17px;
    color: #928e8e;
    border-bottom: 1px solid #0d77ce;;
}
/***********************************/

.alh-wrapper .contenedorclasificacion{
	position: relative;
	background-color: pink;
    height: 100%;
    width: 100%; 
    top:-1px;
}
.alh-wrapper .unaclasificacion{
	display: block;
	width: 100%;
	height: 85px;
	background-color: #05356f;
	position: absolute;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.alh-wrapper #clasificacion0{
	top:10px;
}
.alh-wrapper #clasificacion1{
	top:105px;
}
.alh-wrapper #clasificacion2{
	top:200px;
}
.alh-wrapper #clasificacion3{
	top:295px;
}

.alh-wrapper .unaclasificacion img{
	width: 40px;
	border: 3px solid rgba(255, 255, 255, .3) ;
	border-radius: 50%;
}


.alh-wrapper .primernumeritos{
	width: 6%;
	height: 100%;
	background-color: rgba(255,255,255, .2);
	/* border-right: 3px solid red; */
	display: inline-block;
	float: left;
	line-height: 113px;
	font-weight: bold;

}

.alh-wrapper .primernumeritos p{
	color: #05356f;
}

.alh-wrapper .segunnumeritos{
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 34%;
	height: 100%;
	padding: 8px 2px 0 2px;
	line-height: 15px;
	border-right: 1px solid rgba(255,255,255, .2);
}




.alh-wrapper .tercernumeritos{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    box-align: center;
    height: 100%;
    line-height: 115px;
    color: #fff;
}
.alh-wrapper .tercernumeritos .numeritos{
	width: 13%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255, .2);
    font-size: 16px;
    /* text-shadow: 0px 0px 3px #006283; */
}
.alh-wrapper .tercernumeritos .numeritospuntos{
	font-weight: bold;
	font-size: 18px;
	color: #ffcc13;
}
.alh-wrapper .tercernumeritos .numeritosgolaverage{
	color: #ffe070;
	font-weight: bold;
	border-right: 0px solid #05356f;
}


.divdelpartidofinalizado{
	background-color: white;
	width: 100%;
	height: 100%;
	opacity: .6;
	position: absolute;
	top: 0;
}


.alh-wrapper .firma{
	font-size: 11px;
	color: grey;
	clear:both;
	padding: 5px;
	text-align: left;
}



/************************media querysss*/
@media only screen and (max-width: 600px) {
    .alh-wrapper .lospartidos {
        width: 100%;
    }
    .alh-wrapper .laclasificacion {
        width: 100%;
    }

    .alh-wrapper .leyenda{
    	position: absolute;
    	top: 1025px;
    }
}

