@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'robotobold';
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* == UL Dia de programacion == */


ul.los-tabs2 {
	float: left;
	padding: 0;
	width: 100%;
}
ul.los-tabs2 li {
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
	background-color: #24538b;
	text-decoration: none;
	font-size: 16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #131313;
	color: rgba(255,255,255,1.00);
}
.tabs-fases-primero {
	margin: 	0;
}

/* == Tabla programacion Home == */

.box-contenedor-notasrio2016-programacion {
	width: 100%;
	float: left;
}
.box-contenedor-programacion {
	width: 100%;
	padding-top: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
table.tabla-programacion {
	font-size: 13px;
	width:100%;
}
table.tabla-programacion th {
	background-color: #becfe1;
	border-bottom: 2px solid #014B87;
	color: #131313;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
}
table.tabla-programacion th:nth-child(1) {
	width:11%;
	font-size:18px;
}
table.tabla-programacion th:nth-child(2) {
	width:23%;

}
table.tabla-programacion th:nth-child(3) {
	width:6%;	
}
table.tabla-programacion th:nth-child(4) {
	width: 26%;
}
table.tabla-programacion th:nth-child(5) {
	width: 34%;
	text-align: center;
}
table.tabla-programacion th img {
	width:100%;
	max-width: 21px;
}

table.tabla-programacion td {
border-bottom: 1px solid #ccc;
height: 26px;
line-height: 17px;
background-color: #fff;
text-align:center;
padding: 2px 0;
}

table.tabla-programacion td:nth-child(even){
	background-color: #f6f6f6;
}

table.tabla-programacion tbody tr td:first-child {
	background-color: #faeba8;
	background-image: -webkit-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: -moz-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: -o-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: linear-gradient(88deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	font-weight: bold;
}


table.tabla-programacion td:nth-child(1) {
	width:11%;
}
table.tabla-programacion td:nth-child(2) {
	width:23%;
	line-height: 17px;
	text-align:left;
}
table.tabla-programacion td:nth-child(3) {
	width:6%;
}
table.tabla-programacion td:nth-child(4) {
	width:26%;
}
table.tabla-programacion td:nth-child(5){
	width:34%;
}
