/*Fuente extra*/

@font-face {
    font-family: 'oswaldbold';
    src: url('/especiales/recursos_especiales/fonts/oswald-bold-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/oswald-bold-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldheavy';
    src: url('/especiales/recursos_especiales/fonts/oswald-heavy-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/oswald-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/oswald-heavy-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/oswald-heavy-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/oswald-heavy-webfont.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/oswald-heavy-webfont.svg#oswaldheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/especiales/recursos_especiales/fonts/oswald-regular-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/oswald-regular-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('/especiales/recursos_especiales/fonts/oswald-light-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/oswald-light-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/oswald-light-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
width: 100%;
}

/* Reset menú techo */

div.box-emol {
float:none;
}

/* General */

#inner-wrap {
max-width: 1280px;
width:100%;
}

#especiales-contenedor-principal {
margin-left:1%;
width:72.5%;
position: relative;
float:left;
}

#contenedor-columnas {
width:100%;
position: relative;
}

/* Header */

#especiales-header {
margin-bottom:36px;
position: relative;
width: 100%;
}

/* Header > Background con resize */

#especiales-header .background-header-out {
padding-top:7%;
position: relative;
width:100%;
}

#especiales-header .background-header {
background-image: url(../img/header.jpg);
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
bottom:0px;
left:0px;
position: absolute;
right:0px;
top:0px;
}

/* Header > Menú */

#especiales-header ul {
	background-color: #343434;
	bottom:-26px;
	display: block;
	height: 26px;
	left:0px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	position: absolute;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffca2a;
}

#especiales-header ul li {
	float:left;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #969696;
}

#especiales-header ul li a:link,
#especiales-header ul li a:visited {
	color: #E9922F;
	font-weight: bold;
	text-decoration: none;

}

#especiales-header ul li a:hover {
	color: #FFF;
}

#especiales-header ul li:first-child {
display: none;
}

#especiales-header ul li:nth-child(2) {
margin-left:10px;
}

#especiales-header ul li:last-child {
border-right: none;
}

div.especiales-header-boton {
display: none;
}

/*Noticia principal*/

#noticia-principal {
background-color: #eeeaeb;
padding: 12px 1.5%;
width:62.3%;
border-bottom: 4px solid #dfdfdf;
margin-bottom:10px;
}

#noticia-principal div.noticia-principal-foto {
position: relative;
}

#noticia-principal div.noticia-principal-foto img {
width:100%;
max-width:579px;
opacity: 1;
border:0px;
filter: alpha(opacity=100);
transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
}

#noticia-principal div.noticia-principal-foto:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
background-color: #000;
background-color: rgba(0,0,0,0.8);
bottom:10px;
color: #fff;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: normal;
left:0px;
padding: 5px 2%;
position: absolute;
text-decoration: none;
text-transform: uppercase;
width: 96%;
transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
color: #ffc600;
background-color: rgba(0,0,0,0.9);
}

#noticia-principal p {
font-size: 16px;
line-height: 20px;
margin:0px;
padding-top:10px;
}

/*Tabs*/

.tab-ver-mas,a.tab-ver-mas:link,
a.tab-ver-mas:visited,
h3.tab-texto {
background-color: #cc7223;
display: block;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 400;
height: 30px;
line-height: 30px;
text-indent: 10px;
color: #fff;
margin:0px;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
background-image: url(../img/vermas.png);
background-position: right -20px;
background-repeat: no-repeat;
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;
}
.tab-texto_b {
	background-color: #333333;
	display: block;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: auto;
	color: #ffba00;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;.calendario-icono
	line-height: 18px;
}
.tab-texto_b_txt {
	float: left;
	margin-left: 10px;
}

a.tab-ver-mas.secundario:link,
a.tab-ver-mas.secundario:visited {
background-color: #333333;
color: #ffba00;
}

a.tab-ver-mas:hover {
color: #ffea00;
background-image: url(../img/vermas.png);
background-position: right 3px;
background-repeat: no-repeat;
}

a.tab-ver-mas.secundario:hover {
color: #666666;
background-image: url(../img/vermas_b.png);
}

.tabs_tipo {
	width: 100%;
	height: 30px;
	background-color: #cc7223;
	color: #FFF;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	padding-top: 5px;
	margin-bottom: 10px;
}

}
/*Programación*/

#programacion-portada {
border-bottom: none;
}

table.programacion-fecha {
font-size: 11px;
width:100%;
}

table.programacion-fecha th {
background-color: #effdd7;
border-bottom: 1px solid #B4CD8A;
color: #3C5438;
font-weight: bold;
height: 20px;
line-height: 20px;
text-align: center;
}

table.programacion-fecha td {
border-bottom: 1px solid #ccc;
height: 20px;
line-height: 20px;
text-align: center;
}

table.programacion-fecha tr td:first-child {
background-color: #8aa430;
color: #fff;
font-weight: bold;
width:9%;
}

table.programacion-fecha tr td:nth-child(2) {
background-color: #effdd7;
width:8%;
}

table.programacion-fecha tr td:nth-child(3), 
table.programacion-fecha tr td:nth-child(7) {
background-color: #fff;
font-weight: bold;
width:33%;
}

table.programacion-fecha tr td:nth-child(4),
table.programacion-fecha tr td:nth-child(6) {
background-color: #fff;
}

table.programacion-fecha tr td:nth-child(5) {
background-color: #333333;
font-weight: bold;
width:10%;
}

table.programacion-fecha tr td:nth-child(8) {
background-color: #effdd7;
color: #49733c;
font-size: 20px;
font-weight: bold;
width:7%;
}

table.programacion-fecha tr td a:link,
table.programacion-fecha tr td a:visited {
text-decoration: none;
font-weight: bold;
color: #666;
text-decoration: underline;
}

table.programacion-fecha tr td a:hover {
text-decoration: none;
}

table.programacion-fecha tr td:nth-child(5),
table.programacion-fecha tr td:nth-child(5) a:link,
table.programacion-fecha tr td:nth-child(5) a:visited {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
color: #fff;
font-weight:400;
font-size: 12px;
}

/*Tabla de posiciones*/

#posiciones-portada {
top:0px;
}

table.tabla-posiciones {
font-size: 11px;
width:100%;
}

table.tabla-posiciones th {
background-color: #effdd7;
border-bottom: 1px solid #B4CD8A;
color: #3C5438;
font-weight: bold;
height: 20px;
line-height: 20px;
text-align: center;
}

table.tabla-posiciones th:nth-child(2) {
text-align: left;
text-indent: 28px;
}

table.tabla-posiciones td {
border-bottom: 1px solid #ccc;
height: 26px;
line-height: 26px;
text-align: center;
background-color: #fff;
}

table.tabla-posiciones td:nth-child(even){
background-color: #ededed;
}

table.tabla-posiciones td:first-child {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
color: #fff;
background-color: #8aa430;
width:6.45%;
}

table.tabla-posiciones td:nth-child(n+3){
width:6.45%;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

table.tabla-posiciones tbody tr:first-child td:first-child {
background-color: #FF5233;
}

table.tabla-posiciones tbody tr:nth-child(2) td:first-child,
table.tabla-posiciones tbody tr:nth-child(3) td:first-child,
table.tabla-posiciones tbody tr:nth-child(4) td:first-child,
table.tabla-posiciones tbody tr:nth-child(5) td:first-child {
background-color: #FF7962;
}

table.tabla-posiciones td:nth-child(2) {
text-align: left;
font-weight: bold;
}

table.tabla-posiciones td img {
float:left;
width:24px;
height: 22px;
margin:2px 3px;
}

ul.simbologia-campeonato {
list-style-type: none;
padding:15px 0px;
margin:0px;
}

ul.simbologia-campeonato li {
padding: 15px 20px 15px 80px;
position: relative;
font-size: 12px;
line-height: 17px;
border-bottom: 1px solid #ccc;
}

ul.simbologia-campeonato li:last-child {
border-bottom: none;
}

ul.simbologia-campeonato li span {
display: block;
width: 22px;
height: 22px;
position: absolute;
left:30px;
top:12px;
}

ul.simbologia-campeonato li[data-simbolo="campeon"] span { background-color: #FF5233; }
ul.simbologia-campeonato li[data-simbolo="liguilla"] span { background-color: #FF7962; }
ul.simbologia-campeonato li[data-simbolo="otros"] span { background-color: #8aa430; }

/*Noticias en línea*/

#noticias-relacionadas-portada {
top: 493px;
}

#ultimas-noticias {
width:100%;
list-style-type: none;
margin:0px;
padding:0px;
padding-top:5px;
}

#ultimas-noticias li {
width: 100%;
font-size: 12px;
float:left;
clear:both;
margin-bottom:8px;
line-height: 16px;
}

#ultimas-noticias li.noticias-relacionadas-fecha {
font-weight: bold;
padding:4px 0px;
}

#ultimas-noticias li img {
float:left;
width: 70px;
height: 47px;
margin-right:8px;
border: none;
}

#ultimas-noticias li span {
color: #b3801a;
font-weight: bold;
margin-right:4px;
height: 12px;
line-height: 12px;
}

#ultimas-noticias li a:link,
#ultimas-noticias li a:visited {
color: #000;
text-decoration: none;
}

#ultimas-noticias li a:hover {
text-decoration: underline;
}

a.mas-noticias:link,
a.mas-noticias:visited {
background-color: #8aa430;
width:66%;
margin-left: 17%;
color: #fff;
text-decoration: none;
font-size: 11px;
padding: 3px 0px;
display: block;
float:left;
clear:both;
text-align: center;
margin-top:5px;
}

a.mas-noticias:hover {
text-decoration: underline;
}

/*Box Goleadores*/

#goleadores-portada {
top: 600px;
}

#box-goleadores {
list-style-type: none;
padding:0px;
margin:0px;
width:100%;
}

#box-goleadores li {
display: table-row;
width:100%;
background-color: #333333;
color: #fff;
font-size: 13px;
text-transform: uppercase;
border-bottom: 1px solid #fff;
}

#box-goleadores li div {
display: table-cell;
vertical-align: middle;
width:80%;
border-bottom: 1px solid #fff;
padding-left:7px;
}

#box-goleadores li span {
text-transform: none;
font-size: 11px;
margin-top:2px;
line-height: 14px;
}

#box-goleadores li div:last-child {
width:20%;
background-color: #8aa430;
color: #fff;
text-align: center;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 35px;
font-weight: 400;
padding:0px;
}

#box-goleadores li img {
float:left;
width:63px;
border: none;
}

/*Galerías de fotos*/

#galerias-fotos {
width:100%;
list-style-type: none;
padding:0px;
margin:0px;
}

#galerias-fotos li {
width: 50%;
display: inline-block;
position: relative;
}

#galerias-fotos li a:link,
#galerias-fotos li a:visited {
font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
font-weight: 300;
color: #fff;
font-size: 18px;
font-weight: 300;
text-decoration: none;
line-height: 20px;
width: 100%;
}

#galerias-fotos li img {
width: 100%;
opacity: 1;
z-index: 2;
border: none;
filter: alpha(opacity=100);
transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
}

#galerias-fotos li span {
position: absolute;
bottom:10px;
padding:3%;
width: 94%;
display: block;
background-color: #000;
background-color: rgba(0,0,0,0.8);
transition: background 0.3s linear;
-webkit-transition: background 0.3s linear;
-ms-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
-o-transition: background 0.3s linear;
}

#galerias-fotos li:before {
content: '';
position: absolute;
left:0px;
top:0px;
width: 100%;
height: 199px;
background-color: transparent;
z-index: -1;
}

#galerias-fotos li:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
width: 100%;
}

#galerias-fotos li:hover span {
background-color: #000;
background-color: rgba(0,0,0,1);
}

#galerias-fotos li.hd span:after {
content:'';
position: absolute;
top:-30px;
left:0px;
width: 100%;
height: 35px;
display: block;
background-image: url(../img/iconos/fotosHD.png);
background-repeat: no-repeat;
background-position: center center;
}

#pags-galerias-fotos {
list-style-type: none;
width: 100%;
text-align: center;
display: none;
float:left;
clear:both;
margin:15px 0px;
}

#pags-galerias-fotos li {
display: inline-block;
width: 10%;
height: 25px;
background-color: #f36b21;
color: #fff;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
text-align: center;
line-height: 26px;
font-size: 15px;
transition: background 0.2s linear;
-webkit-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
}

#pags-galerias-fotos li:last-child {
margin-right:0px;
}

#pags-galerias-fotos li.activo,
#pags-galerias-fotos li.activo:hover {
background-color: #cf4a20;
cursor: default;
}

#pags-galerias-fotos li:hover {
cursor: pointer;
background-color: #9a3e21;
}

/*Ficha equipos*/

div.ficha-equipo {
display: block;
padding:10px;
position: relative;
}

div.ficha-equipo img {
position: absolute;
left:10px;
top:10px;
}

div.ficha-equipo ul {
list-style-type: none;
padding:0px;
margin:0px;
margin-left:230px;
width:80%;
width: calc(100% - 230px);
margin-bottom:10px;
}

div.ficha-equipo ul li {
font-size: 12px;
border-bottom: 1px solid #d3d3d3;
position: relative;
padding:3px 0px;
font-weight: bold;
}

div.ficha-equipo ul li b {
font-weight: bold;
position: absolute;
left:3px;
top:3px;
}

div.ficha-equipo ul li span {
font-weight: normal;
display: block;
margin-left:110px;
}

div.ficha-equipo ul li a:link,
div.ficha-equipo ul li a:visited {
text-decoration: none;
color: #226199;
transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

div.ficha-equipo ul li a:hover {
color: #3496EC;
}

/*Lista plantel*/

ul.lista-plantel {
list-style-type: none;
padding:0px;
margin:0px;
border-bottom: 4px solid #dfdfdf;
}

ul.lista-plantel li {
border-left: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
padding: 5px 0px;
text-indent: 20px;
}

ul.lista-plantel li.posicion {
background-color: #B5D5F2;
border-left: 1px solid #B5D5F2;
border-right: 1px solid #B5D5F2;
border-bottom: 1px solid #B5D5F2;
text-indent: 12px;
font-weight: bold;
}

/*Créditos*/

#especiales-creditos {
width: 96.875%;
background-color: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 1.56%;
font-size: 9px;
color: #666666;
text-align: left;
}

#especiales-creditos a:link,
#especiales-creditos a:visited {
color: #666666;
text-decoration: none;
transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}

#especiales-creditos a:hover {
color: #333333;
}

.especiales-creditos-autor {
font-size: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
margin-bottom: 5px;
padding-bottom: 5px;
}

.especiales-creditos-autor strong{
font-weight: bold;
color: #4D5C64;
}

/*Redes sociales*/

ul#redes-sociales {
float:right;
list-style-type: none;
background-color: #f4f4f4;
}

ul#redes-sociales li {
display: inline-block;
width: 25px;
height: 25px;
margin-right:4px;
border-radius: 2px;
text-align: center;
}

ul#redes-sociales li img {
width: 18px;
height: 18px;
margin-top:3px;
border: none;
}

ul#redes-sociales li:nth-child(1) {
background-color: #55acee;
}

ul#redes-sociales li:nth-child(2) {
background-color: #3b5999;
}

ul#redes-sociales li:nth-child(3) {
background-color: #d74a38;
}

ul#redes-sociales li:nth-child(4) {
background-color: #cc1f27;
}

ul#redes-sociales li span {
display: none;
}

/*Box columna*/

div.box-columna {
position: absolute;
right:0px;
top:0px;
width:33.3%;
}

/*Box central*/

div.box-central {
width: 65.3%;
font-size: 12px;
margin-bottom:10px;
float:left;
height: auto;
}

div.box-central.blanco {
background-color: #fff;
border-bottom: none;
}

div.box-central p {
padding:10px;
margin:0px;
line-height: 17px;
}

/*Menú equipos principal*/

#menu-equipos-principal {
list-style-type: none;
padding:0px;
margin:0px;
margin-top:10px;
}

#menu-equipos-principal a:link,
#menu-equipos-principal a:visited {
color: #fff;
text-decoration: none;
width:100%;
display: block;
transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

#menu-equipos-principal li {
float:left;
width: 23%;
margin-left: 1%;
margin-right: 1%;
background-color: #fff;
text-align: center;
margin-bottom:10px;
color: #fff;
transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

#menu-equipos-principal li img {
margin: 5px auto;
border: none;
}

#menu-equipos-principal li span {
background-color: #8aa430;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 12.5px;
text-align: center;
padding: 5px 0px;
display: block;
text-transform: uppercase;
}

#menu-equipos-principal li:hover {
color: #c0ed25;
background-color: #effdd7;
}

#menu-equipos-principal li:hover a {
color: #c0ed25;
}

/*Menú equipos lateral*/

ul#box-equipos {
list-style-type: none;
margin:0px;
background-color: #F0F0F0;
width: 96%;
padding: 10px 2% 3px 2%;
}

ul#box-equipos li {
display: inline-block;
width: 12.5%;
text-align: center;
margin-bottom:5px;
}

ul#box-equipos li img {
margin-bottom: 2px;
border:none;
}

ul#box-equipos li a:link,
ul#box-equipos li a:visited {
font-size: 11px;
color: #000;
text-decoration: none;
text-transform: uppercase;
margin-bottom:7px;
}

ul#box-equipos li a:hover {
text-decoration: underline;
}

/*Calendario*/

span.titulo-nav-box-central {
background-color: #6ea500;
display: block;
color: #fff;
font-size: 11px;
padding: 5px 0px;
width:20%;
margin-left:10px;
font-weight: bold;
text-align: center;
}

ul.nav-fechas-calendario {
list-style-type: none;
padding:10px;
margin:0px;
width:100%;
}

ul.nav-fechas-calendario li {
display: inline-block;
width:5%;
background-color: #CDE09D;
text-align: center;
font-size: 11px;
font-weight: bold;
padding: 6px 0px;
margin-right:3px;
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;
}

ul.nav-fechas-calendario li:hover {
background-color: #8aa430;
color: #fff;
cursor: pointer;
}

h4.calendario-fecha {
margin:0px;
padding:0px;
background-color: #ccc;
color: #000;
font-size: 12px;
font-weight: bold;
text-indent: 10px;
padding:5px 0px;
position: relative;
margin-top:10px;
}

h4.calendario-fecha:nth-child(2) {
margin-top:0px;
}

h4.calendario-fecha a:link,
h4.calendario-fecha a:visited {
position: absolute;
top:0px;
bottom:0px;
right:0px;
background-color: #666666;
color: #fff;
padding: 0px 10px;
text-decoration: none;
text-align: center;
text-indent: 0px;
line-height: 24px;
}

h4.calendario-fecha a:hover {
text-decoration: underline;
}

/*Ads*/

div.publicidad-superior a img {
width:100%;
border: none;
margin: 10px 0px;
}

div.publicidad-superior a {
background-color: #fff;
}

div.publicidad-movil-techo {
display: none;
}

div.publicidad-inferior {
display: inline-block;
text-align: center;
width:65.3%;
margin-bottom:10px;
}

div.publicidad-inferior img {
width:100%;
max-width: 600px;
display: inline-block;
text-align: center;
border: none;
}

div.publicidad-derecha {
float:left;
margin-left:1.4%;
width:24%;
margin-top:30px;
}

div.publicidad-derecha img {
width:100%;
border: none;
}

div.publicidad-movil-superior,
div.publicidad-movil-central,
div.publicidad-movil-inferior {
display: none;
}

div.banner_off_random {
float:none!important;
}


/*calculadora*/

#calculadora_cont {
	width:100%;
	float:left;
	height:auto;
	background-color: #e19003;
	padding-bottom: 10px;


}
.calculadora-campos-puntajes {
	width:97%;
	float:left;
	height:auto;
	margin-left: 1.5%;
	margin-right: 1.5%;
}


.calculadora-campos-puntajes ul{
	width:100%;
	float:left;
	margin: 0px;
	padding: 0px;
}
.calculadora-campos-puntajes li{
	width:15.16%;
	float:left;
	list-style-type: none;
	margin-right: 0.75%;
	margin-left: 0.75%;
	margin-top: 10px;
}
.calculadora-campos-puntajes-tit {
	font-size: 12px;
	color: #333333;
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	position:relative;
	margin-bottom: 3px;
	
	
}
.calculadora-campos-puntajes-tit_b {
	font-size: 11px;
	color: #cccccc;
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: normal;
	position:relative;
	margin-bottom: 3px;
	
	
}
.calculadora-campos-puntajes-tit-alineacion {
	position:absolute;
	bottom:0px;
	display: block;
	vertical-align: middle;
	float: left;
	width: 100%;
}
.calculadora-campos-puntajes-dato {
	float: left;
	height: 50px;
	width: 100%;
}
.calculadora-imput {
	float: left;
	height: 50px;
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #9a4b05;
	background-color: #fbc175;
}

.calculadora-carreras-tit {
	width:99.25%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-left: 0.75%;
	margin-bottom:3px;
}
.calculadora-carreras-select {
	float: left;
	width: 48.5%;
	margin-right: 0.75%;
	margin-left: 0.75%;
	margin-bottom:0px;
}

.calculadora-carreras-select select {
	padding:3px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.calculadora-carreras-select select option {
color: #753802;
font-weight: bold;
display: block;
}


.calculadora_res {
	width:100%;
	height:auto;
	background-color:#212020;
	float: left;
}

.calculadora_res_tit {
	width:98%;
	height:auto;
	background-color:#474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}
.calculadora_res_tit_lugar {
	font-weight: normal;
}


.calculadora_res_ponderado {
	float: left;
	height: 50px;
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #e08f01;
	background-color: #333333;
	line-height: 50px;
}
.calculadora_res_ponderado_cajas {
	width:97%;
	float:left;
	height:auto;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 15px;
}
.calculadora_res_ponderado_cifra {
	float:left;
	width:29.25%;
	height:auto;
	margin-left: 0.75%;
	margin-top: 15px;
	margin-right: 0.75%;
}
.calculadora_res_ponderado_cifra_tit {
	float:left;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.calculadora_res_ponderado_cifra_tit_b {
	float:left;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEC51C;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.calculadora_res_ponderado_cifra_tit_c {
	float:left;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.calculadora_res_ponderado_cifra_caja {
	float:left;
	width:100%;
	height:70px;
	background-color: #333333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #CCCCCC;
	text-align: center;
	line-height: 70px;
}
.calculadora_res_ponderado_cifra_caja_b {
	float:left;
	width:100%;
	height:70px;
	background-color: #fec51c;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #333333;
	text-align: center;
	line-height: 70px;
}
.calculadora_res_ponderado_cifra_caja_c {
	float:left;
	width:100%;
	height:70px;
	background-color: #333333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #FEC51C;
	text-align: center;
	line-height: 70px;
}
.calculadora_res_ponderado_cifra_caja_d {
	float:left;
	width:100%;
	height:70px;
	background-color: #333333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #CCCCCC;
	text-align: center;
	line-height: 70px;
}

.calculadora_res_ponderado_cifra_chicas {
	float:left;
	width:17.75%;
	height:auto;
	margin-left: 0.75%;
	margin-right: 0.75%;
	margin-top: 15px;
}
.calculadora_incidencias {
	width:97%;
	float:left;
	height:auto;
	background-color:#474747;
	padding-right: 1.5%;
	padding-bottom: 5px;
	padding-left: 1.5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 10px;
}

.calculadora_incidencias[data-univ="2000"]:after {
content: 'La Universidad de Ays\00e9n entrega un 35% de ponderaci\00f3n a la prueba donde se tuvo mayor puntaje (Lenguaje o Matem\00e1ticas) y un 10% a la que obtuvo menos.';
clear:both;
line-height: 18px;
display: block;
border-top: 1px dotted #5d5c5c;
padding-top:10px;
}

.calculadora_incidencias_datos {
	float: left;
	width: 31.83%;
	margin-right: 0.75%;
	margin-left: 0.75%;
	margin-bottom: 5px;
}


.calculadora_incidencias_icon {
	float: left;
	height: 100px;
	width: 35px;
}
.calculadora_incidencias_txt {
	font-size: 12px;
	color: #CCCCCC;
}

.calculadora_incidencias_boton {
	float: left;
	width: 31.83%;
	margin-right: 0.75%;
	margin-left: 0.75%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
}
.calculadora_incidencias_boton_calcular {
	float: left;
	width: 100%;
	height:40px;
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
	background-color: #FFFFFF;
}

.calculadora_box_pedagogia {
clear:both;
display: none;
line-height: 18px;
border-top: 1px dotted #5d5c5c;
padding-top:10px;
}

.calculadora_box_pedagogia ul {
list-style-type: none;
padding:0px;
padding-left:20px;
}

.calculadora_box_pedagogia b {
	color: #fec51c;
}

.calculadora_box_pedagogia li {
margin-bottom: 10px;
position: relative;
}

.calculadora_box_pedagogia li:before {
content: '';
display: inline-block;
width:8px;
height: 8px;
border-radius: 30px;
position: absolute;
left:-14px;
top:3px;
background-color: #fec51c;
}

.calculadora_incidencias[data-pdg="pdg"] .calculadora_box_pedagogia {
display: block;
}

#calendario {
	width:100%;
	height:auto;
	float:left;
	background-color: #FFFFFF;
}
#calendario ul{
	width:100%;
	height:auto;
	float:left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calendario li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-right: 5px;
}
.calendario-fechas {
    float: left;
    width: 60px;
    height: 130px;
    padding-top: 10px;
    padding-bottom: 3px;
    background-repeat: repeat-y;
    background-position: left;
    background-color: #e8e1c2;
    box-sizing: border-box;
}

.calendario-fechas-mes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #702e03;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.calendario-fechas-dia {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #702e03;
	margin-bottom: 5px;

}
.calendario-fechas-hora {
	float: left;
	width: 65%;
	height: 38px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8aa430;
	border-bottom-color: #8aa430;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 38px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/pixel-verde.gif);
	background-repeat:  repeat-y;
	background-position: right;
	background-color: #e8e1c2;
}
.calendario-fechas-texto {
	background-color: #fbf6f0;
	float: left;
	width: calc(100% - 60px);
	height: 130px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #644531;
	box-sizing: border-box;

}
.calendario-fechas-texto-b {
	background-color: #CC7223;
	float: left;
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;

}

.calendario-tab {
	background-color: #cc7223;
	float: left;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.calendario-icono {
    background-image: url(../img/time.png);
    background-repeat: no-repeat;
    background-position: left center;
     background-size: 13px 13px;
    padding-left: 16px;
    padding-top: 0px;
    font-weight: bold;

}



.acreditacion_cont {
width:100%;
float:left;
height:auto;
}
.acreditacion_cont table{
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
.acreditacion_cont table tr:nth-child(even) {
background: #FFF;
}
.acreditacion_cont table tr:nth-child(odd) {
background: #f3f3f3;
}

.acreditacion_cont td, .acreditacion_cont tr{
	margin: 0px;
	padding: 0px;

}
.acreditacion_text {
	width:96%;
	height:auto;
	min-height:35px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0px;
	float: left;
}






.acreditacion_ues {
	width:100%;
	float:left;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.acreditacion_fecha {
	width:100%;
	float:left;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.acreditacion{
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 600;
}


.siete {
	background-color: #8b4a0c;
	color: #F7CFA8;
}
.seis {
	background-color: #cd6d00;
	color: #FFB664;
}
.cinco {
	background-color: #ff9407;
	color: #B36700;
}
.cuatro {
	background-color: #fdb300;
	color: #C18700;
}
.tres {
	background-color: #ffd845;
	color: #CEA500;
}
.dos {
	background-color: #ffeea4;
	color: #D5B94A;
}
.sin {
	background-color: #666666;
	color: #FFEEA4;
	text-align: center;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-transform: uppercase;
}
.ranking_ae, .ranking_calidad {
	width:100%;
	height:auto;
	float:left;
	background-color: #FFFFFF;
}
.ranking_vinculo, .ranking_vinculo a,  .ranking_vinculo a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #EA8500;
}
.ranking_vinculo a:hover {
	color: #990000;

}
.ranking_ae table, .ranking_calidad table {
width:100%;
height:auto;
float:left;
    border-spacing: 0px;
    border-collapse: separate;

}
.ranking_ae th, .ranking_calidad th{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	background-color: #FFCA2A;
	color: #7D2800;
	text-transform: uppercase;
}


.ranking_ae td, .ranking_calidad td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #000000;
	padding: 4px;
}
.ranking_ae td:nth-child(odd), .ranking_calidad td:nth-child(odd){
background-color:#f9f8f8;

}
.ranking_ae td:nth-child(1), .ranking_calidad td:nth-child(1){
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color:#7D2800;
	text-align: center;
	background-color:#fef1c9;
	
} 
.ranking_ae td:nth-child(2), .ranking_calidad td:nth-child(2){
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color:#666666;
	text-align: center;
} 
.ranking_ae td:nth-child(5),.ranking_ae td:nth-child(6),.ranking_ae td:nth-child(7), .ranking_ae td:nth-child(8), .ranking_ae td:nth-child(9), .ranking_calidad td:nth-child(5),.ranking_calidad td:nth-child(6),.ranking_calidad td:nth-child(7), .ranking_calidad td:nth-child(8), .ranking_calidad td:nth-child(9)
{
	text-align: center;
} 

.ranking_ae td, .ranking_calidad td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.ranking_general {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.ranking_logo {
	float: left;
	width: 15%;
	height: auto;
}
.ranking_logo img{
	width: 100%;
	height: auto;
}
.ranking_nombre {
	float: left;
	width: 84%;
	margin-top: 10px;
	color: #333333;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}
.ranking_txt {
	float: left;
	width: 84%;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
}
.ranking_txt_b {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #FF9900;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	
}
.ranking_txt_b a{
	color: #9A6043;
	text-decoration: none;
	font-weight: normal;

}

.ranking_txt_b a:hover{
	text-decoration: underline;

}

#ranking_menu {
	width:100%;
	float:left;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	height: 50px;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 50px;
}

.ranking_menu_boton {
	width:50%;
	float:left;
	background-color: #EAEAEA;
	overflow: hidden;
	height: 50px;
	position:relative;
	display: block;
}
.ranking_menu_boton:nth-child(odd) {
border-radius: 10px 0px 0px 0px;
-moz-border-radius: 10px 0px 0px 0px;
-webkit-border-radius: 10px 0px 0px 0px;

}
.ranking_menu_boton:nth-child(even) {
border-radius: 0px 10px 0px 0px;
-moz-border-radius: 0px 10px 0px 0px;
-webkit-border-radius: 0px 10px 0px 0px;

}
.ranking_menu_boton a {
	text-decoration: none;
	color: #333333;
	float: left;
	width: 100%;
		
}
.ranking_menu_boton a:hover {
	color: #FFCA2A;
	float: left;
	background-color:#B96A00;


}
.ranking_menu_boton_on {
	background-color: #EA8500;
	color: #FFFFFF;
	cursor:pointer;

}


.ranking_otros {
	width:100%;
	height:auto;
	float:left;
	background-color: #FFFFFF;
}
.ranking_otros table{
width:100%;
height:auto;
float:left;
    border-spacing: 0px;
    border-collapse: separate;

}
.ranking_otros th{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	background-color: #e0ae49;
	color: #7D2800;
	text-transform: uppercase;
}


.ranking_otros td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #000000;
	padding: 4px;
}

.ranking_otros td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.ranking_otros td:nth-child(1){
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color:#7D2800;
	text-align: center;
	background-color:#fef1c9;
	width:15%;
	
} 
.ranking_otros_mas {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.ranking_space {
	width:100%;
	height:auto;
	float: left;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

/* ||||||||||||| destacados index ||||||||||||*/

#destacdos_cont_portada {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#destacado-destacados {
	width:100%;
	float:left;

}
#destacado-destacados ul{
	width:100%;
	float:left;
	margin: 0px;
	padding: 0px;
}
#destacado-destacados li {
float:left;
width:49.5%;
	background-color:#333333;
	list-style-type: none;
	margin-bottom:10px;
}
#destacado-destacados li a {
	color: #FFF;
	text-decoration: none;
}
#destacado-destacados li:hover {
	color: #FFCC00;
	text-decoration: none;
opacity:0.8;
	filter: alpha(opacity=80); /* Para IE */
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
}

#destacado-destacados li:nth-child(odd) {
margin-right:1%;

}
.destacado_foto {
width:100%;
float:left;
}
.destacado_foto img{
width:100%;
height:auto;
}
.destacado_titulo {
	width:96%;
	float:left;
	font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
}


/* ||||||||||||| fin destacados index ||||||||||||*/


.cajas_cont_texto {
	width:63.3%;
	float:left;
	background-color: #FFFFFF;
	padding-top: 6px;
}

.cajas_cont_texto_titulo {
	width:100%;
	float:left;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #333333;
	line-height: 24px;
}
.cajas_cont_texto_bajada {
	width:100%;
	float:left;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.cajas_cont_texto_bajada a:link,
.cajas_cont_texto_bajada a:visited {
	color: #1e509b;
	font-weight: bold;
}

.cajas_cont_texto_bajada a:hover {
	text-decoration: none;
}

/*acreditacion2016*/

#nav-ues-acreditacion,
#pags-ues-acreditacion {
list-style-type: none;
padding:0px;
margin:0px;
}

#nav-ues-acreditacion {
display: block;
margin-bottom:20px;
background-color: #efefef;
border-top: 2px solid #efefef;
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
}

#nav-ues-acreditacion li {
display: inline-block;
width:33.3%;
text-align: center;
font-weight: bold;
font-size: 14px;
padding: 13px 0px 13px 0px;
border-bottom: 5px solid #ccc;
transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  -ms-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
}

#nav-ues-acreditacion li.activo {
border-color: #f44336;
background-color: #fff;
cursor: default;
}

#nav-ues-acreditacion li:hover {
border-color: #f44336;
cursor: pointer;
}

#pags-ues-acreditacion li {
display: none;
}

#pags-ues-acreditacion li[data-tipo="ues"] {
display: block;
}

.tabla-acreditacion th:first-child,
.tabla-acreditacion th:last-child {
cursor: pointer;
}

.tabla-acreditacion th i {
font-family: 'FontAwesome';
float: right;
font-style: normal;
margin-top: 5px;
color: #ffc107;
margin-right: 5px;
font-size: 12px;
}

.tabla-acreditacion th:first-child i:after,
.tabla-acreditacion th:last-child i:after {
content: '\f0dc';
}

.tabla-acreditacion th.headerSortDown,
.tabla-acreditacion th.headerSortUp {
background-color: #1f1f1f;
}

.tabla-acreditacion th.headerSortDown i:after { content: '\f0dd'; }
.tabla-acreditacion th.headerSortUp i:after { content: '\f0de'; }

.new_acreditacion {
	width:100%;
	height:auto;
	float:left;
	margin-top:1px;
	}


.new_acreditacion th{
	background-color: #2f3333;
	color: #FFFFFF;
	font-weight:normal;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	}
	
	
.new_acreditacion td {
	background-color: #dedede;
	/*font-size: 14px;*/
	font-size: 13px;
	box-sizing: border-box;
	padding: 5px;
 				border-bottom: 1px solid #FFFFFF;
	}
.new_acreditacion td:first-child {
	background-color: #ccc;
	color: #FFFFFF;
	font-weight: normal;
	font-weight: bold;
	/*font-size: 36px;*/
	font-size: 26px;
	text-transform: uppercase;
	/*font-family: 'Oswald', Arial, Helvetica, sans-serif;*/
	text-align: center;
	width:12%;

	}
.new_acreditacion td:nth-child(2) {
	width:54%;
	padding: 5px 10px;
	}	
.new_acreditacion td:nth-child(3) {
	width: 15%;
	text-align: center;
	/*font-family: 'Oswald', Arial, Helvetica, sans-serif;*/
	background-color:#d4d4d4;
	}	
.new_acreditacion td:nth-child(4) {
	width: 19%;
	text-align: center;
	/*font-family: 'Oswald', Arial, Helvetica, sans-serif;*/
	/*font-size:16px;*/
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
	
.new_acreditacion td.prueba_a {background-color:#448a06;}
.new_acreditacion td.prueba_b {background-color:#aca31a;}
.new_acreditacion td.prueba_c {background-color:#9e4808;}
.new_acreditacion td.prueba_d {background-color:#692323;}
.new_acreditacion td.prueba_e {background-color:#500d0d;}
	
/* 
-*-*-*-* Verde
#448a06
#6ea617
#91ac2e
-*-*-*-* amarillo
#aca31a
#ba9209
#ba8305
-*-*-*-* naranjo
#b56f05
#a85305
#9e4808
#893915
-*-*-*-* rojo
#712f25
#692323
#5f1618
#500d0d
-*-*-*-* gris
#413b3a
*/

.ver_mas_index {
	width:100%;
	float:left;
	position:relative;
	margin-bottom:25px;
	}

.ver_mas_index_boton {
	width: 100px;
	position: absolute;
	right:50%;
	transform:translatex(50px);
	background-color: #E78800;
	text-align: center;
	color: #FFFFFF;
	}

.ver_mas_index_boton a{
	background-color: #E78800;
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	}
.ver_mas_index_boton a:hover{
	background-color:#393939;

	}

.ver_mas_index_linea {
	width: 100%;
	height:10px;
	position: absolute;
	top: 0px;
	border-bottom: 1px solid #E7E7E7;
	} 


















/* ===== RESOLUCIÓN < 1180 ===== |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media (max-width: 1180px) {

/*Noticia principal*/

#noticia-principal {
padding: 12px 1.5%;
width:97%;
}

#noticia-principal div.noticia-principal-foto img {
max-width:100%;
}

/*Programación*/

#programacion-portada {
width:100%;
}

/*Noticias en línea*/

a.mas-noticias:link,
a.mas-noticias:visited {
float:none;
font-size: 12px;
}

/*Boxes columna*/

div.box-columna {
position: static;
width:100%;
float:left;
margin-bottom:10px;
}

/*Box central*/

div.box-central {
width: 100%;
margin-bottom:10px;
}

/*Ads*/

div.publicidad-inferior {
width:100%;
}
.cajas_cont_texto {
	width:100%;

}

}

/* ===== RESOLUCIÓN < 960 ===== ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width: 960px) {

/* Header */

#especiales-header {
margin-bottom:34px;
}

#especiales-header .background-header-out {
padding-top:13%;
}

#especiales-header .background-header {
background-image: url(../img/header_tablet.jpg);
}

/* Header > Menú */

#especiales-header ul {
bottom:-24px;
height: 24px;
}

#especiales-header ul li {
font-size: 11px;
height: 12px;
line-height: 12px;
padding-left: 5px;
padding-right: 5px;
}

#especiales-header ul li:nth-child(2) {
margin-left: 2px;
}

/*Noticia principal*/

#noticia-principal div.noticia-principal-foto {
position: relative;
}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
background-color: #ccc;
color: #333;
display: block;
font-size: 26px;
padding: 5px 2%;
position: static;
width: 96%;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
color: #666;
background-color: #ccc;
}

#noticia-principal p {
font-size: 13px;
line-height: 16px;
padding-top:8px;
}

/*Menú equipos principal*/

#menu-equipos-principal li {
width: 31%;
margin-left: 1%;
margin-right: 1%;
}


}

/* ===== RESOLUCIÓN < 725 ===== |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width: 725px) {

/*General*/

#especiales-contenedor-principal {
margin:0%;
width:100%;
float:none;
}

#contenedor-columnas {
margin-top:10px;
}

/*Header*/

#especiales-header .background-header-out {
padding-top:15%;
}

#especiales-header .background-header {
background-image: url(../img/header_movil.jpg);
}

div.especiales-header-boton {
background-image: url(../img/boton_movil.png);
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 100%;
left:0px;
position: absolute;
top:0px;
width:18%;
z-index: 2;
}

div.especiales-header-boton:hover {
cursor: pointer;
}

#especiales-header {
margin-bottom:0px;
}

/*Menú*/

#especiales-header ul {
background-color: #fff;
background-color: rgba(255,255,255,0.75);
border:0px;
display: block;
float:none;
height: auto;
left:-100%;
margin:0px;
min-height: 100vh;
padding:0px;
position: absolute;
top: 0px;
width: 100%;
transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  -ms-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
}

#especiales-header ul li {
background-color: #fff;
border-bottom: 1px dotted #ccc;
border:0px;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
height: 40px;
line-height: 40px;
margin-top:0px;
padding:0px;
text-indent: 5%;
width: 80%;
border-bottom: 1px dotted #ccc;
}

#especiales-header ul li:first-child {
background-color: #efefef;
background-image: url(/especiales/recursos_especiales/menu/img/home.png);
background-position: 95% center;
background-repeat: no-repeat;
background-size: 18px 20px;
display: block;
}

#especiales-header ul li:nth-child(2) {
margin-left:0px;
}

/*Fotos*/

#galerias-fotos li span {
font-size: 15px;
bottom:0px;
}

#galerias-fotos li.hd span:after {
background-image: none;
}

/*Menú activado*/

#inner-wrap {
position: absolute;
left:0px;
transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  -ms-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
}

#especiales-header ul {
display: block;
position: absolute;
width: 100%;
padding:0px;
margin:0px;
top:0px;
border: none;
min-height: 100vh;
color: rgba(255,255,255,0.75);
background-image:none;
}

body.menu-on #inner-wrap {
left:80%;
position: fixed;
}

body.menu-on {
overflow: hidden;
}

body.menu-on #especiales-header ul {
height: 100%;
left:-80%;
overflow-y: scroll;
z-index: 10;
}

/*Noticia principal*/

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
font-size: 23px;
}

span.titulo-nav-box-central {
width:50%;
}

ul.nav-fechas-calendario {
padding-bottom:5px;
}

ul.nav-fechas-calendario li {
width:10.5%;
margin-bottom:5px;
}

/*Ficha equipos*/

div.ficha-equipo {
display: inline-block;
text-align: center;
padding:0px;
width:100%;
}

div.ficha-equipo img {
position: static;
width:100%;
max-width: 220px;
display: inline-block;
text-align: center;
margin-top:10px;
margin-bottom:10px;
}

div.ficha-equipo ul {
list-style-type: none;
text-align: left;
margin:0px;
padding:0px;
float:none;
width:100%;
margin-bottom:0px;
}

div.ficha-equipo ul li {
font-size: 13px;
border-bottom: 1px solid #d3d3d3;
position: relative;
padding:4px 0px;
font-weight: bold;
}

div.ficha-equipo ul li b {
font-weight: bold;
position: absolute;
left:3px;
top:3px;
text-indent: 5px;
}

div.ficha-equipo ul li span {
font-weight: normal;
display: block;
margin-left:125px;
}

/*Créditos y redes sociales*/

#especiales_creditos{
width: 96.875%;
margin-bottom: 0px;
height: auto;
background-color: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
padding-right: 1.56%;
padding-left: 1.56%;
font-size: 9px;
color: #666666;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

ul#redes-sociales {
float:none;
width: 100%;
text-align: center;
padding: 10px 0px;
margin-top:0px;
border-bottom-width: 1px solid #ccc;
}

ul#redes-sociales li {
display: inline-block;
margin-right:3%;
width: 40px;
height: 40px;
border-radius: 3px;
}

ul#redes-sociales li img {
width: 32px;
height: 32px;
margin-top:4px;
}

/*Ads*/

div.publicidad-derecha,
div.publicidad-superior,
div.publicidad-inferior {
display: none;
}

div.publicidad-movil-superior,
div.publicidad-movil-central,
div.publicidad-movil-inferior {
display: inline-block;
text-align: center;
width: 100%;
}

div.publicidad-movil-superior img {
margin-top:10px;
margin-bottom:10px;
width:100%;
max-width: 666px;
}

div.publicidad-movil-central img,
div.publicidad-movil-inferior img {
margin-bottom:10px;
width:100%;
max-width: 300px;
}

/*calculadora*/
.calculadora-campos-puntajes li{
	width:30.33%;
	float:left;
	list-style-type: none;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.tab-texto_b {
	background-color: #333333;
	display: block;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	color: #ffba00;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 18px;
}
.calculadora-carreras-select {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 10px;
}
.calculadora_res_ponderado_cifra, .calculadora_res_ponderado_cifra_chicas {
	float:left;
	width:47%;
	height:auto;
	margin-left: 1.5%;
	margin-top: 15px;
	margin-right: 1.5%;
}

.calculadora_res_ponderado {
	height: 30px;
	line-height: 30px;
}

.calculadora_res_ponderado_cifra_tit_c {
	float:left;
	width:50%;
	height:38px;
	line-height:38px;
	background-color:#333333;
border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
-webkit-border-radius: 6px 0px 0px 6px;
}

.calculadora_res_ponderado_cifra_caja_c, .calculadora_res_ponderado_cifra_caja_d{
	float:left;
	width:50%;
	height:38px;
	line-height:38px;
	border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
}
.calculadora_incidencias_datos, .calculadora_incidencias_boton {
	float: left;
	width: 98.5%;
}
.calculadora_incidencias_icon {

	height: 50px;

}



#calendario li{
	width:97%;
	margin-right: 1.5%;
	margin-left: 1.5%;

}

.calendario-fechas-texto {

}

.calendario-fechas {

	
}

.calendario-fechas-hora {
	float: left;
	width: 80%;
}

.ranking_logo {
	float: left;
	width: 20%;
	max-width:70px;
	height: auto;
}
.ranking_logo img{
	width: 100%;
	height: auto;
}
.ranking_nombre {
	width: 60%;
}
.ranking_txt {
	width: 96%;
	margin-left:2%;
	margin-right:2%;
}
.ranking_txt_b {
display:none;
}
#ranking_menu {
	width:98%;
	font-size: 12px;
	margin-left:1%;
	margin-right:1%;

}


#destacado-destacados li {
float:left;
width:100%;
	background-color:#333333;
	list-style-type: none;
	margin-bottom:15px;
}

#destacado-destacados li:nth-child(odd) {
margin-right:0%;

}

.cajas_cont_texto {
	width:94%;
	padding-left:3%;
	padding-right:3%;

}


































}

@media (max-width: 480px) {

#nav-ues-acreditacion li {
text-indent: -1000px;
overflow: hidden;
position: relative;
}

#nav-ues-acreditacion li:after {
content: attr(data-tipo);
text-indent: 0px;
text-transform: uppercase;
position: absolute;
left:0px;
right:0px;
}

}

/* ===== RESOLUCIÓN < 440 ===== */


@media (max-width: 440px) {

/*Menú equipos principal*/

#menu-equipos-principal li {
width: 48%;
margin-left: 1%;
margin-right: 1%;
}

/*Fotos*/

#galerias-fotos li {
width:100%;
}

#fotos-portada #galerias-fotos li:nth-child(n+3) {
display: none;
}

.ranking_ae td:nth-child(2),.ranking_ae td:nth-child(5),.ranking_ae td:nth-child(6), .ranking_ae th:nth-child(2), .ranking_ae th:nth-child(5),.ranking_ae th:nth-child(6){
display:none;
}

.ranking_calidad td:nth-child(4), .ranking_calidad td:nth-child(5), .ranking_calidad td:nth-child(6), .ranking_calidad td:nth-child(7),.ranking_calidad th:nth-child(4), .ranking_calidad th:nth-child(5), .ranking_calidad th:nth-child(6), .ranking_calidad th:nth-child(7){
display:none;
}
}
