@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700);

/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	10;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

* {
	font-size: 100%;
	color: #000000;
}
html {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background-size : 100%;
}
body {
	margin: 0px;
}
#btn {
			float: right;
			margin:0.5% 2.5% 0% 0%;
			background-color:#F36;
			color:#FFF;
			padding: 1px;
		}



/* Diseño móvil: 680 px e inferior. MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL  */

.grillaEncab {
	background: #099;
	width: 99%;
	padding: 0% 0.5% 0.1% 0.5%;
	margin-bottom:0.5em;
	/*height: 17.5em;*/
}
.grillaEncabRet {
	background: #d85034;
	width: 99%;
	padding: 0% 0.5% 0.1% 0.5%;
	margin-bottom:0.5em;
	/*height: 17.5em;*/
}
.grillaEncabVete {
	background: purple;
	width: 99%;
	padding: 0% 0.5% 0% 0.5%;
	margin-bottom:0em;
	background-color: purple;
	/*height: 17.5em;*/
}
.grillaGeneral {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.grillaEncabResul {
	background: purple;
	width: 98.9%;
	padding: 0% 0.5% 0.1% 0.5%;
	margin-bottom:0.5em;
	height: 5.5em;
}
.grillaGeneralRet {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.grillaGeneralVete {
	width: 99%;
	padding: 0 0.5%;
	margin-bottom: 0.5em;
	background-color: purple;
}
.grillaBusqueda {
	background: white;
    width: 98%;
    margin-top: 1.3em;
    padding: 0% 1%;
}




/*-------------------BOTONES-----------*/
			.btnVolverProg, a:hover .btnVolverProg, .btnVolverRet, a:hover .btnVolverRet, .btnVolverIH, a:hover .btnVolverIH {
				font-size: 1em;
				margin: 0 auto 0 auto;
				width: 50vw;
			}
			.btnVolverProg {
				color: #FFFFFF;
				background-color: #099;
				font-weight: bold;
				text-align: center;
			}
			a:hover .btnVolverProg {
				color: #FFFFFF;
				background-color: black;
			}
			.btnVolverRet {
				color: #FFFFFF;
				background-color: #d85034;
				font-weight: bold;
				text-align: center;
			}
			a:hover .btnVolverRet {
				color: #FFFFFF;
				background-color: black;
			}
			.btnVolverIH {
				color: #FFFFFF;
				font-weight: 400;
				text-align: center;
			    margin-bottom: 1.4vw;
			}
			a:hover .btnVolverIH {
				color: #FFFFFF;
				font-weight: 700;
				background-color: black;
			}



.anuncio {
	font-size:1.2em;
	font-weight:700;
	color:#c1c2ac;
	text-align:center;
	padding:30% 10% 30% 10%;
}




a:link {
	text-decoration: none;
	transform-origin: left;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

			
			.encabProg {
				font-family: 'PT Sans Narrow', sans-serif;
				font-weight: 700;
				font-size:0.8em;
				color: #c1c2ac;
				text-align: left;
				display:none;
				}
			.encabProg2 div {
			}
			.encabProg2 a div {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size: 0.9em;
				font-weight: 700;
				color: #c1c2ac;
				text-align: center;
				width: 100%;
				border-spacing:2px auto;
				padding:2px;
			}
			.encabProg2 a:hover div {
				font-family: 'PT Sans Narrow', sans-serif;
				color: white;
				background-color: #006699;
				border-spacing:2px auto;
			}
			.logo {
				float: left;
				width: 13%;
				margin-right: 4%;
				padding-bottom: 4%;
				height: 2.3em;
				display: none;
			}
			.logoVete {
				float: left;
				width: 13%;
				margin-right: 4%;
				padding-bottom: 0%;
				height: 2.3em;
				display: none;
			}
				.progOf {
					width: 98%;
				}
				.titOf {
					font-family: 'PT Sans', sans-serif;
					font-size:1.2em;
					font-weight:700;
					color:#ffffff;
					text-align: center;
				}
				.fecha {
					font-family: 'PT Sans', sans-serif;
					font-size: 1.3em;
					font-weight: 700;
					color: white;
					text-align: center;
					margin: 0em auto 0em auto;
				}
			.progImp {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size:0.6em;
				font-height:0.6em;
				font-weight:700;
				color:rgba (0,0,0,0.2);
				text-align:center;
				float:right;
				display:none;
				width: 6%;
			}
			a .progImp {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size:0.6em;
				font-weight:700;
				color:white;
				text-align:center;
				float:right;
				display:none;
				width: 6%;
			}
			a .progImp img {
				margin-top:0.5em;
				padding: 0.4em auto 0em auto;
				display:none;
			}
			.progBusq {
				display:none;
			}
			.progBusq a {
				font-size: 0.9em;
				width: 60%;
				font-weight: 700;
				color: #c1c2ac;
				float:left;
				display:none;
			}
	#formuA {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size:1em;
				font-weight:700;
				color: #c1c2ac;
				border:none;
				padding: 0 3px;
				height: 1.5em;
				width: 100px;
				}	
	#formuB {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size:1em;
				font-weight:700;
				color: #c1c2ac;
				border:none;
				padding: 0 3px;
				height: 1.5em;
				width: 150px;
				}	
	#formuC {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size:1em;
				font-weight:700;
				color:white;
				border:none;
				height: 1.5em;
				width: 90px;
				background-color: #d85034;
				}	
					
.advertencia {
	font-size: 0.8em;
	color: #d85034;
	font-weight: 700;
}
			
.bandaVolver {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #099;
	width: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 14px;
	text-align: center;
}
.txtsmall {
	display: none;
	text-align: justify;
	width: 100%;
	margin-bottom: 5px;
}





.tdLeft {
	width: 20%;
	vertical-align: top;
	float: left;
}
.tdRight {
	width: 79%;
	float: left;
}
.pista {
	display: none;
	float: left;
    text-align: center;
}



table {
	width: 100%;
	font-size: 100%;
	table-layout: fixed;
	border-top: rgba(255, 255, 255, 0.19) 1px solid;
}
.wCaba {
	width: 18%;
}
.w4Ult {
	width: 16%;
}
.wNum {
	width: 5%;
	text-align: center;
	vertical-align: top;
}
.wSpc {
	width: 19%;
}
.wPelo {
	width: 0%;
}
.wEdad {
	width: 3%;
}
.wKg {
	width: 5%;
}
.wJock {
	width: 17%;
}
.wEnt {
	width: auto;
}

.valigntop {
	vertical-align: top;
}

.carreraN {
	font-size: 0.8em;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-weight: 700;
	text-align: center;
	background-color: #069;
}

.ordenCarrera {
	font-family: 'PT Sans', sans-serif;
	font-size: 2em;
    color: #FFFFFF;
    background-color: #069;
    font-weight: bold;
    text-align: center;
}
.hora {
	font-size: 1em;
	color: #069;
	font-weight: 700;
	text-align: center;
}
.nomCarrera {
	font-family: 'PT Sans', sans-serif; /*'PT Sans Narrow', sans-serif;*/
	font-size: 1.3em;
	font-weight: 700;
	color: #C60;
	text-align: left;
	vertical-align: bottom;
	padding: 0% 0% 0.5% 4%;
	line-height: 0.9em;
	letter-spacing: 0px;
}	
.distanciaSinImg {
	font-size: 0.8em;
	font-weight: 700;
	color: #666666;
	text-align: left;
	padding-left: 4%;
	letter-spacing: 0px;
}	
.distanciaConImg {
	display: none;
}
.condicion {
	font-size: 0.75em;
	font-weight: 700;
	line-height:1.2em;
	color: black;
	padding-left: 4%;
	padding-bottom: 0.4em;
}
.comienzaAp {
	font-size: 0.75em;
	font-weight: 700;
	line-height:1.1em;
	color: black;
	padding-top: 0.5em;
}	
.apuestas {
	font-size: 0.7em;
	font-weight: 400;
	color: #333333;
	padding-left: 4%;
	font-style: italic;
	padding-bottom: 0.2em;
}
.premioysimul {
    font-size: 0.85em;
    font-weight: 700;
    color: #333333;
    padding-left: 4%;
    letter-spacing: 0.1px;
    padding-bottom: 0.2em;
}
.encabezados {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: black;
	padding: 2px;
	text-align: center;
	display: none;
	margin-bottom: 4px;
}
.encab {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: black;
	padding: 2px;
	text-align: center;
	display: block;
	margin-bottom: 3px;
}
.encab2 {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 2px;
	text-align: center;
	display: none;
	margin-bottom: 3px;
}
.mandil {
	font-size: 0.8em;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	background-color: #099;
	padding-top: 2px;
	letter-spacing: -0.1em;
	padding-right: 1px;
	padding-bottom: 5px;
}
.txt4ult {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.62em;
	line-height: 1em;
	font-weight: 400;
	vertical-align: top;
	padding-right: 2px;
	text-align: right;
}
.txtleft {
	margin: 0px;
	font-size: 0.62em;
	line-height: 1.05em;
	font-weight: 400;
	vertical-align: top;
	padding-right: 1px;
}
.txtNegrita {
	font-size: 0.68em;
	font-weight: 700;
	line-height: 1.05em;
	vertical-align: top;
	padding-left: 3px;
}
.txtCenter {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	margin: 0px;
	font-size: 0.62em;
	line-height: 1.05em;
	font-weight: 400;
	vertical-align: top;
	text-align: center;
}
.padreMadre {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	margin: 0px;
	font-size: 0.55em;
	line-height: normal;
	display: none;
	vertical-align: top;
}
.pelo {
	display: none;
}

.mandilTransito {
	font-weight: bold;
	float: left;
	padding-left: 15px;
}
.chaqTransito {
	font-size: 0.55em;
	float: left;
	padding-left: 5px;
}
.record {
	font-size: 0.55em;
	font-style: italic;
	padding-top: 3px;
	font-weight: bold;
	margin-bottom: 5px;
}
.filete {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #099;
	padding-bottom:2px;
}
.filete2 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #099;
	padding-bottom:2px;
}




/* Diseño tableta: de 681 px a 768 px. Hereda estilos de: Diseño móvil. TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET */

@media only screen and (min-width: 681px) {

.grillaEncab {
	width: 96%;
    padding: 0% 2% 0.1% 2%;
}
.grillaGeneral {
	width: 98%;
}
.grillaEncabRet {
	width: 96%;
    padding: 0% 2% 0.1% 2%;
}
.grillaEncabVete {
	width: 96%;
    padding: 0% 2% 0% 2%;
}
.grillaGeneralRet {
	width: 98%;
}
.grillaGeneralVete {
    width: 90%;
    padding: 0 5%;
}
.grillaBusqueda {
}





/*-------------------BOTONES-----------*/
			.btnVolverProg, a:hover .btnVolverProg, .btnVolverRet, a:hover .btnVolverRet, .btnVolverIH, a:hover .btnVolverIH {
				font-size: 1.2em;
				margin: 0 auto 0 auto;
				width: 27vw;
			}	
			.btnVolverProg {
			}
			a:hover .btnVolverProg {
			}
			.btnVolverRet {
			}
			a:hover .btnVolverRet {
			}
			.btnVolverIH {
			}
			a:hover .btnVolverIH {
			}



.anuncio {
    padding: 16% 10% 20% 10%;
	}


			
			.encabProg {
				font-size:1em;
				display:block;
				}
			.encabProg2 {
				font-weight: 700;
				color: #d6ceae;
				text-align: left;
				}
			.encabProg2 a div {
				font-family: 'PT Sans', sans-serif;
				font-size: 1.2em;
			}
			.encabProg2 a:hover div {
				font-family: 'PT Sans', sans-serif;
				font-size: 1.2em;
			}
			.logo {
				float: left;
				width: 19%;
				padding-bottom: 4%;
				height: 4.3em;
				margin: -1.2% 4% 0.8% 0%;
				position: relative;
				display: block;
			}
			.logoVete {
				float: left;
				width: 19%;
				padding-bottom: 0%;
				height: 4.3em;
				margin: -1.2% 4% 0.8% 0%;
				position: relative;
				display: block;
			}
				.progOf {
				    height: 2em;
					width:68%;
				}
				.titOf {
					font-family: 'PT Sans', sans-serif;
					font-size:1.25em;
					float:left;
					margin: 0em 1em 0.3em 0em;
    				text-align: left;
				}
				.fecha {
					font-size: 1.2em;
					margin: 0em 1em 0.3em 0em;
					position: absolute;
					float: left;
				}
			.progImp {
				font-size:0.9em;
				line-height:0.9em;
				width: 8%;
				display:block;
				}
			a .progImp {
				font-size:0.9em;
				width: 8%;
				display:block;
			}
			a .progImp img {
				padding: 0.4em auto 0em auto;
				display:block;
			}
			.progBusq {
				display:block;
			}
			.progBusq a {
				font-size: 0.9em;
				width: 60%;
				display:block;
			}
			
			
.bandaVolver {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #099;
	width: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 14px;
	text-align: center;
}

.txtsmall {
	display: none;
	margin-bottom: 5px;
}
.encabezados {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
	display: block;
}
.encab {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 2px;
	text-align: center;
	display: none;
}
.encab2 {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 2px;
	text-align: center;
	display: none;
}



.wCaba {
	width: 27%;
}
.w4Ult {
	width: 7%;
}
.wNum {
	width: 4%;
}
.wSpc {
	width: 20%;
}
.wPelo {
	width: 2%;
}
.wEdad {
	width: 2%;
}
.wKg {
	width: 4%;
}
.wJock {
	width: 17%;
}
.wEnt {
	width: auto;
}



.ordenCarrera {
	font-size: 2.4em;
}	
.distanciaSinImg {
	display: none;
}	
.distanciaConImg {
	font-size: 0.7em;
    line-height: 0.8;
	font-weight: 700;
	color: #666666;
	text-align: center;
	display: block;
}

.condicion {
	font-size: 0.8em;
	font-weight: 700;
	line-height:1.2em;
	color: black;
	padding-left: 4%;
	padding-bottom: 0.4em;
}
.comienzaAp {
	font-size: 0.75em;
	font-weight: 700;
	line-height:1em;
	color: black;
	padding-top: 0.5em;
	margin-left:10%;
}



.tdLeft {
	width: 17%;
	vertical-align: top;
	float: left;
}
.tdRight {
	width: 60%;
	float: left;
}
.pista {
	width: 23%;
	display: block;
}


.mandil {
	font-size: 1em;
	vertical-align: top;
	padding-bottom: 7px;
	text-align: center;
}

.txtleft {
	font-size: 0.7em;
	line-height: 0.95em;
	padding-bottom: 3px;
}
.txtNegrita {
	font-size: 0.8em;
	line-height: 0.9em;
	padding-bottom: 3px;
}
.txtCenter {
	font-size: 0.em;
	line-height: 0.95em;
}
.padreMadre {
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: left;
	font-size: 0.65em;
	line-height: 0.9em;
	font-weight:400;
	display: block;
	padding-left: 3px;
	vertical-align: top;
}
.pelo {
	font-size: 0.7em;
	line-height: 0.95em;
	vertical-align: top;
	display: block;
	font-weight: 400;
	text-align: center;
}

	
}








/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. PC PC PC PC PC PC PC PC PC PC */

@media only screen and (min-width: 769px) {

.grillaEncab {
	width: 95%;
	padding: 0% 2.5% 0.1% 2.5%;
}
.grillaGeneral {
	width: 95%;
}
.grillaEncabRet {
	width: 89.9%;
	padding: 0% 5% 0.1% 5%;
	height:6em;
}
.grillaEncabVete {
	width: 90%;
	padding: 0% 5% 0% 5%;
	height:6em;
}
.grillaGeneralRet {
	width: 80%;
}
.grillaGeneralVete {
	width: 90%;
	padding: 0 5%;
}
.grillaBusqueda {
}





/*-------------------BOTONES-----------*/
			.btnVolverProg, a:hover .btnVolverProg, .btnVolverRet, a:hover .btnVolverRet, .btnVolverIH, a:hover .btnVolverIH {
				font-size: 1.3em;
				margin: 0 auto 0 auto;
			}
			.btnVolverProg {
			}
			a:hover .btnVolverProg {
			}
			.btnVolverRet {
			}
			a:hover .btnVolverRet {
			}
			.btnVolverIH {
			}
			a:hover .btnVolverIH {
			}



.anuncio {
}




			
			.encabProg {
				font-size:1.3em;
				display:block;
				}
			.encabProg2 div {
				}
			.encabProg2 a div {
				font-size: 1.5em;
			}
			.encabProg2 a:hover div {
				font-size: 1.5em;
			}
			.logo {
				float: left;
				width: 16%;
				padding-bottom: 4%;
				height: 2.3em;
				margin: -0.7% 4% 0.8% 0%;
				position: relative;
				display: block;
			}
			.logoVete {
				float: left;
				width: 13%;
				padding-bottom: 0%;
				height: 2.3em;
				margin: -1% 4% 0.8% 0%;
				position: relative;
				display: block;
			}
				.progOf {
				    height: 1.5em;
					width: 74%;
				}
				.titOf {
					font-size:1.45em;
					margin: 0em 1em 0em 0em;
					float:left;
				}
				.fecha {
					font-size: 1.5em;
					margin: 0em 1em 0em 0em;
					float: right;
				}
			.progImp {
				font-size:0.9em;
				line-height:0.9em;
				width: 8%;
				display:block;
				}
			a .progImp {
				font-size:0.9em;
				width: 8%;
				display:block;
			}
			a .progImp img {
				padding: 0.4em auto 0em auto;
				display:block;
			}
			.progBusq {
				display:block;
				float:left;
				width:68%;
			}
			.progBusq a {
				font-size: 0.9em;
				width: 60%;
				display:block;
			}
			

.bandaVolver {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #099;
	width: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 14px;
	text-align: center;
}

.txtsmall {
	font-size: x-small;
    line-height: 11px;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}



.txt4ult {
	font-family: 'PT', sans-serif;
	font-size: 0.7em;
	font-weight: 400;
}


.wCaba {
	width: 32%;
}
.w4Ult {
	width: 7%;
}
.wNum {
	width: 3%;
}
.wSpc {
	width: 21%;
}
.wPelo {
	width: 2%;
}
.wEdad {
	width: 2%;
}
.wKg {
	width: 3%;
}
.wJock {
	width: 15%;
}
.wEnt {
	width: auto;
}



.ordenCarrera {
	font-size: 2.4em;
	margin-left:10%;
}
.distanciaSinImg {
	display: none;
}	
.distanciaConImg {
	font-size: 0.8em;
    line-height: 0.9;
	font-weight: 700;
	color: #666666;
	text-align: center;
	display: block;
}









.tdLeft {
	width: 10%;
	vertical-align: top;
	float: left;
}
.tdRight {
	width: 75%;
	float: left;
}
.pista {
	width: 15%;
	display: block;
}


.mandil {
	font-size: 1.05em;
	vertical-align: top;
	padding-bottom: 2px;
	text-align: center;
}

.txtleft {
	font-size: 0.8em;
	line-height: 0.95em;
	padding: 0px 0px 3px 3px;
}
.txtNegrita {
	font-size: 0.85em;
	line-height: 0.9em;
	padding-bottom: 3px;
}

.txtCenter {
	font-size: 0.8em;
	line-height: 0.95em;
}
.padreMadre {
	text-align: left;
	font-size: 0.7em;
	line-height: 0.9em;
	display: block;
	padding-left: 3px;
	vertical-align: top;
}
.pelo {
	font-size: 0.8em;
	line-height: 0.95em;
	vertical-align: top;
	display: block;
	font-weight: 400;
	text-align: center;
}

}
