@charset "utf-8";
/* CSS Document */

/*Tabs*/
.tab-standar {
	background-color: #71943C;
	display: block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	/* [disabled]height: 30px; */
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
	/* [disabled]margin-top: 5px; */
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	margin-bottom: 10px;
	float: right;
	width: 70%;
	text-align: center;
}

.tab-standar:link,
.tab-standar:visited {
	background-color: #c0ed25;
	color: #000;
}

tab-standar:hover {
color: #FC9C00;
}
	

.box640-contenedor {
	width: 100%;
	float: left;
	margin-bottom:15px;
}

.subtab-640 {
    width: 100%;
    float: left;
    color: #131313;
    height: 24px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'roboto', Arial, sans-serif, Verdana;
    text-transform: uppercase;
    background-color: #f5bf03;
    border-bottom: 2px solid #c09708;
    padding-left: 0px;

}
.resultados-cajastablas-a {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #5A3414;
}

.resultados-cajastablas-b {
	float: right;
	width: 50%;
}
.resultados-cajastablas-c {
	float: left;
	width: 100%;
}

.resulposic-title-left {
background-color: rgba(255, 191, 6, 0.27);
	float: left;
	width: 99%;
	height: 20px;
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	padding-left: 1%;
	text-align: left;
}
.resulposic-box-left {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22130C;
	padding-top: 2px;	
}
.t-posicion-home {
	width: 10%;
	font-weight: bold;
	color: #B7372C;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.t-bandera-home {
	width: 10%;
	font-weight: bold;
	color: #B7372C;
	text-align: center;
}
.t-bandera-home img {
	width: 14px;
	height: 14px;
}
.t-nombrepiloto-home {
	width: 50%;
	/*	padding-bottom: 7px;*/
	font-weight: normal;
	color: #151515;
	font-size: 12px;
	text-align: left;
}
.t-eltiempo-home {
	width: 30%;
	padding-left: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #151515;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
}

.resulposic-box-right {
	float: left;
	width: 317px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22130C;
	padding-top: 2px;
}

.resulposic-box-left table {
	float: left;
	width: 100%;
	text-align: center;
}

.resulposic-box-left tr{
	height: 20px;
}

.resulposic-box-right table{
	float: left;
	width: 322px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22130C;
	padding-top: 2px;
}

.resulposic-box-left tr:nth-child(2n){
	background-color:#f9f8f2;
	color: #00FF00;

	border: 1px solid #990000;
}
.resulposic-box-left tr:nth-child(2n+1){
	background-color:#ffffff;
	color: #00FF00;
	border: 1px solid #990000;
}


.resulposic-box-right-mejorchileno {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22130C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEB7A7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEB7A7;
}


.tt-posicion-mejorchileno-home {
	width: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #131313;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	background-color: rgba(205, 154, 105, 0.75);
}
.tt-nombrepiloto-mejorchileno-home {
	width: 40%;
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
	color: #151515;
	vertical-align: middle;
	font-size: 12px;
    background-color: rgba(205, 154, 105, 0.75);
}
.tt-eltiempo-mejorchileno-home {
	width: 30%;
	padding-left: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #151515;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	    background-color: rgba(205, 154, 105, 0.75);
}



@media (max-width: 725px) {
.resultados-cajastablas-a {
	float: left;
	width: 100%;
	border-right: none;
}

.resultados-cajastablas-b {
	float: right;
	width: 100%;
}
}
