﻿/*
 * Theme Name: Metro
 * Theme URI: http://www.uv.mx/
 *
 * Author: Guillermo Vera
 * Author URI: http://www.uv.mx/personal/gvera
 * Es el tema predeterminado del sitio UV
 * Version: 1.0
 * Pagina principal
 *
 * Esta es una aportacion para toda la humanidad.
 */


/* =Structure
----------------------------------------------- */

/* Cuerpo */
body {
	margin: 0 0 5px;
	/*background: #e2e2e2;*/
	background-color: #FFF;
	color: #003;
	/*font-family: "Gill Sans","Gill Sans MT","Trebuchet MS","Segoe UI","sans-serif",Arial;*/
	/*font-family: "Gill Sans","Trebuchet MS","Segoe UI","sans-serif",Arial;*/
	font-family: Arial, Helvetica, sans-serif;
	/*-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac. */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Esto es para que no haga el hightlight al hacer tap */
	-moz-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}
#page {
	margin: 0 auto;
	max-width: 1235px;
	padding: 0 12px;
	background-color: #fff;
}
#encabezado {
	margin: 0;
	overflow: hidden;
}
#primary {
	
}
#content {
	margin: 0;
}


/* =Header
----------------------------------------------- */

.contenedor-titulo {
	float: left;
	min-width: 380px;
}
#titulo-portal {
	font-size: 3em;
}


/* =Idioma
----------------------------------------------- */


#idioma {
	height: 20px;
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006599;
	padding-right: 4px;
}
.spanish {
	color: #006599;
}
.english {
	color: #999;
}

/* =Menu Servicios
----------------------------------------------- */

#servicios-menu {
	float: right;
}
.servicios-tiles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.servicios-tiles ul li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	height: 44px;
	line-height: 44px;
	font-size: 2.25em;
}
.servicios-tiles ul li a {
	display: block;
	background-image: url(../imagenes/principal/sprite-header.png);
	background-repeat: no-repeat;
}
.servicios-tiles ul li a:hover {
	
}
.tile-miuv {
	width: 188px;
	background: #66cc00; /* Old browsers */
	background: -moz-linear-gradient(left,  #66cc00 30%, #006633 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(30%,#66cc00), color-stop(100%,#006633)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #66cc00 30%,#006633 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #66cc00 30%,#006633 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #66cc00 30%,#006633 100%); /* IE10+ */
	background: linear-gradient(to right,  #66cc00 30%,#006633 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc00', endColorstr='#006633',GradientType=1 ); /* IE6-9 */
	
}
.tile-miuv a {
	font-size: 1px;
	color: transparent;	
	background-position: center 2px;
	background-image: url(../imagenes/principal/mi-uv.png) !important;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* MiUV Login */
#iframe-miuv {
	position: absolute;
	z-index: 999;
	display: none;
	width: 260px;
	border: 1px solid #006633;
	height: 200px;
	background-color: #FFF;
}

#iframe-miuv iframe {
	width: 100%;
	height: 200px;
}

/* Llamada */
.tile-llamada {
	width: 115px;
	background: #09C;
}
.tile-llamada a {
	font-size: 1px;
	color: #09C;
	background-position: center -68px;
}
/* Tv */
.tile-tv {
	width: 115px;
	background: #339966;
}
.tile-tv a {
	font-size: 1px;
	color: #339966;
	background-position: center -631px;
}
/* Radio */
.tile-radio {
	width: 115px;
	background: #369899;
}
.tile-radio a {
	font-size: 1px;
	color: #369899;
	background-position: center -701px;
}
/* Busqueda */
.tile-busqueda {
	width: 115px;
	background: #069;
	font-size: 1px;
}
.tile-busqueda-link {
	font-size: 1px;
	background-position: center -138px;
	cursor: pointer;
	color: #069;
}


/* =Busqueda
-------------------------------------------------------------- */

.busca-combo {
	float: right;
	text-align: right;
	padding-right: 5px;
}
.tile-busqueda-input {
	position: absolute;
	z-index: 999;
	margin-left: -177px;
	display: none;
	width: 290px;
	height: 30px;
	border: 1px solid #09C;
	background-color: #069;
	font-size: 11px;
	padding: 6px 0 0 0;
	line-height: normal;
	color: #FFF;
}
.tile-busqueda-input form {
	margin: 0;
	padding: 0;
}
#q {
	width: 140px;
	font-size: 12px;
	padding: 0;
	margin: 0;
	height: 22px;
	line-height: normal;
}
#submit {
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF !important;
	-moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    font-weight: bold;
    min-width: 26px;
    padding: 3px 0 0 0;
	margin: 0;
	line-height: normal;
	vertical-align: top;
}
.gbqfi {
    background-image: url(../imagenes/principal/sprite-header.png);
	background-repeat: no-repeat;
	background-position: center -561px;
    display: inline-block;
    height: 14px;
    margin: 0;
    width: 14px;
}


/* =Menu Portales
-------------------------------------------------------------- */

#portales-menu {	
	overflow: hidden;
	margin: 10px 0 4px 0;
	display: block;
}
#portales-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#portales-menu ul li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	height: 30px;	
	display: inline-table;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;	
}
#portales-menu ul li a {
	display: block;
	color: #FFF;
	/*font-weight: 300;	/* Para que no se vea bold en Mac */
}
.portales-aspirantes {
	width: 110px;
	background: #0150A0; /* Old browsers */
}
.portales-estudiantes {
	width: 118px;
	background: #069;
}
.portales-egresados {
	width: 109px;
	background: #099;
}
.portales-admvos {
	width: 155px;
	background: #396;
}
.portales-academicos {
	width: 122px;
	background: #093;
}


/* =Fecha
----------------------------------------------- */

#fecha_actual {
	font-size: 1em;
	color: #666;
	clear: both;
	margin-top: 2px;
	float: left;
	overflow: hidden;
}


/* =Menu Enlaces
-------------------------------------------------------------- */

#enlaces-menu {
	overflow: hidden;
	float: right;
	margin: 10px 0 0 0;
	display: none; /*Nohema*/	
}
#enlaces-menu ul {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;	
}
#enlaces-menu ul li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1px;
	text-indent: -2000px;
	background-image: url(../imagenes/principal/sprite-header.png);
	background-repeat: no-repeat;
}
#enlaces-menu ul li a {
	color: #FFF;
	display: block;
	height: 47px;
	width: 47px;
}
.enlaces-menu-home {
	background-position: 0 -211px;
	display: none;
}
.enlaces-menu-docencia {
	background-position: 0 -281px;
}
.enlaces-menu-investigacion {
	background-position: 0 -351px;
}
.enlaces-menu-extension {
	background-position: 0 -421px;
}
.enlaces-menu-universidad {
	background-position: 0 -491px;
}


/* =Enlaces
----------------------------------------------- */

#enlaces {
	clear: both;
	overflow: hidden;
	max-width: 100%;
	margin: 10px auto;
}
#enlaces ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#enlaces li {
	width: 19.8%;
}
#enlaces ul li {
	float: left;
}
#enlaces h2 a {
	font-size: 2em;
	font-weight: 200;
	display: block;
	width: 99%;
	height: 59px;
	line-height: 59px;
	text-indent: 10px;
	/*text-align: center;*/
	color: #FFF;
	-moz-box-shadow:    0 1px 5px 0 #666;
	-webkit-box-shadow: 0 1px 5px 0 #666;
	box-shadow:         4px 4px 3px 0 #999;
}

#enlaces-pull, #portales-pull {
	display: none;
}

/* Cajas */
.enlaces-caja li {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	list-style-type: square;
	padding-left: 0px;
	margin-left: 25px;
	float: none !important;
	width: auto !important;
}
.enlaces-caja li a {
	color: #003;
}

/* cajas de enlaces */
.enlaces-docencia,
.enlaces-investigacion,
.enlaces-extension,
.enlaces-universidad,
.enlaces-internacional {
	min-height: 240px;
}

.enlaces-docencia h2 a,
.enlaces-investigacion h2 a,
.enlaces-extension h2 a,
.enlaces-universidad h2 a,
.enlaces-internacional h2 a {
	background-image: url(../imagenes/principal/sprite-enlaces.png);
	background-repeat: no-repeat;
	text-shadow: 0 1px 0 #666;
	/*font-family: "Gill Sans MT", "Gill Sans", "Segoe UI", Arial;*/
}


/* Docencia */
.enlaces-docencia {
	border-left: 1px solid #999;
}
.enlaces-docencia h2 a {
	background-color: #039;
	margin-bottom: 10px;
	background-position: right 5px;
}

/* Investigación */
.enlaces-investigacion {
	border-left: 1px solid #999;
}
.enlaces-investigacion h2 a {
	background-color: #069;
	margin-bottom: 10px;
	background-position: 102% -65px;
}

/* Extensión */
.enlaces-extension {
	border-left: 1px solid #999;
}
.enlaces-extension h2 a {
	background-color: #099;
	margin-bottom: 10px;
	background-position: right -135px;
}

/* Universidad */
.enlaces-universidad {
	border-left: 1px solid #999;
}
.enlaces-universidad h2 a {
	background-color: #093;
	margin-bottom: 10px;
	background-position: right -205px;
}

/* Internacional */
.enlaces-internacional {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.enlaces-internacional h2 a {
	background-color: #019966;
	margin-bottom: 10px;
	background-position: right -275px;
}


/* =Cinta Enlaces
----------------------------------------------- */

#cinta-enlaces {
	clear: both;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.cinta-enlaces-izq {
	float: left;
	width: 62%;
}
.cinta-enlaces-der {
	float: right;
	width: 37%;
}
#cinta-enlaces ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#cinta-enlaces ul li {
	float: left;
}
#cinta-enlaces a {
	display: block;
	height: 62px;
	line-height: 62px;
	background-image: url(../imagenes/principal/sprite-cinta-enlaces.png);
	background-repeat: no-repeat;	
}

/* Bolsa */
.cinta-enlaces-bolsa {
	width: 34%;
}
.cinta-enlaces-bolsa a {
	font-size: 1.4em;
	background-color: #527DA8;	
	background-position: 175px 7px;
	color: #FFF;
	text-indent: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Administracion */
.cinta-enlaces-admin {
	width: 33%;
}
.cinta-enlaces-admin a {
	font-size: 1.4em;
	background-color: #d6e0ea;	
	background-image: url(../imagenes/principal/lis-admin.png) !important;
	background-position: right 10px center;
	color: #069;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1 !important;
	text-align: center;
	padding-top: 10px;
	height: 52px !important;
}

.cinta-enlaces-admin .cinta-enlaces-admin-ano {
	font-size: 15px;
	font-weight: bold;
}

/* Información segura */
.cinta-enlaces-infosegura a {
	background-color: #d6e0ea;	
	background-image: url(../imagenes/principal/infoSegura.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 62px;
	display: block;
}
/* MiPago */
.cinta-enlaces-mipago a {
	background-color: #E8F5FD;
	background-image: url(../imagenes/principal/mipago.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 61px;
	display: block;
	margin-bottom: 1px;
}

/* Calendarios */
.cinta-enlaces-calend {
	width: 33%;
}
.cinta-enlaces-calend a {
	font-size: 1.4em;
	background-color: #99b3cc;	
	background-image: url(../imagenes/principal/ico-calendarios.png) !important;
	background-position: right 15px center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* OSX */
.cinta-enlaces-osx {
	width: 50%;
}
.cinta-enlaces-osx a {
	font-size: 1.525em;
	background-color: #ebebeb;	
	background-image:url(../imagenes/principal/OSX.jpg)!important;
	background-position: 50% 50%;
	color: #FFF;
	text-align: left;
	font-weight: 300;	/* Para que no se vea bold en Mac */
	text-align:right; padding-right:10px;
}

/* Sorteo UV */
.cinta-enlaces-sorteo {
	width: 49.5%;
}
.cinta-enlaces-sorteo a {
	font-size: 1.525em;
	background-image:url(../imagenes/principal/sorteoUV.png)!important;
	background-position: center center;
	background-color:#1D8086;
	color: #FFF;
}


/* =Ligas a sitios
----------------------------------------------- */

#ligas-pie {
	margin-top: 10px;
	clear: both;
	overflow: hidden;
}
.ligas-pie-izq {
	float: left;
	width: 62%;
}
.ligas-pie-der {
	float: right;
	width: 37%;
}
.ligas-pie-nuevas {
	float: left;
	width: 18%;
}
.ligas-pie-nuevas ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ligas-pie-nuevas li {	
	float: left;
	width: 100%;
}
.ligas-pie-sitios {
	float: left;
	width: 26%;
	height: 124px;
}
.ligas-pie-sitios ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ligas-pie-sitios li {	
	float: left;
	width: 100%;
	height: 50%;
}
.ligas-pie-sitios li a {
	display: block;
}

/* INEGI */
.ligas-pie-inegi a {
	line-height: 61px;
	background-color: #fff;
	border: solid 1px #ccc;
	background-image:url(../imagenes/principal/INEGI.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 1.5em;
	text-align: center;
	font-weight: 300;	/* Para que no se vea bold en Mac */
}

/* Contraloria */
.ligas-pie-contraloria a {
	line-height: 61px;
	background-color: #E0E0E0;
	color: #036;
	background-image: url(../imagenes/principal/contraloria.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Transparencia Nacional */
.plataforma-nacional {	
	float: left;
	outline: 1px solid #fff;
	box-sizing: border-box;
	width: 12.8%;
}
.plataforma-nacional a {
	background-image:url(../imagenes/principal/logo-plataforma-nacional.png);
	background-position: center;
	background-repeat: no-repeat;	
	background-color: #f5f5f5;
	display: block;
	height: 124px;	
}

/* Legalidad */
.transparencia, .legalidad {
	height: 124px;
	width: 21.6%;
	float: left;
	background-color: #CCC;
	color: #069;
	font-size: 12px;
	outline: 1px solid #fff;
	box-sizing: border-box;
}
.transparencia {
	background-color: #f5f5f5;
}
.legalidad .legalidad-titulo, .transparencia .transparencia-titulo {
	font-size: 16px;
	margin: 8px 0 5px 10px;
}
.legalidad ul, .transparencia ul {
	margin: 0 0 0 20px;
}
.legalidad a, .transparencia a {
	color: #069;
}



/* ligas-pie redes */
.ligas-pie-redes {
	width: auto;
}

.ligas-pie-redes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ligas-pie-redes li {	
	float: left;
	/*width: 33.3%;*/
}
.ligas-pie-redes li a {
	display: block;
	height: 59px;
	margin-bottom: 6px;
}

.cinta-enlaces-sugir {
	width: 50% !important;
}
.cinta-enlaces-sugir a {
	background-color: #d6e0ea;
	background-image: url(../imagenes/principal/sugir.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 61px;
	display: block;	
}

/* Twitter */
.ligas-pie-twitter, .ligas-pie-facebook {
	width: 17.8% !important;
}
	
.ligas-pie-twitter a {
	background-color: #B2B2B2;
	background-image: url(../imagenes/principal/sprite-pie.png);
	background-repeat: no-repeat;
	background-position: center -36px;
	color: #B2B2B2;
	font-size: 1px;
}

/* Facebook */
.ligas-pie-facebook a {
	background-color: #E0E0E0;
	background-image: url(../imagenes/principal/sprite-pie.png);
	background-repeat: no-repeat;
	background-position: center -88px; /* +52 */
	color: #E0E0E0;
	font-size: 1px;
}

/* Youtube */
.ligas-pie-youtube, .ligas-pie-itunes{
	height: 29px !important;
	width: 32% !important;
}
.ligas-pie-youtube a {
	background-color: #B2B2B2;
	height: 30px!important;
	color: #006699;
	text-align: center;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: 100;	/* Para que no se vea bold en Mac */
}

/* iTunes */
.ligas-pie-itunes a {
	background-color: #666;
	color: #FFF;
	height: 30px!important;
	line-height: 30px;
	font-size: 1.4em;
	text-align: center;
	font-weight: 300;	/* Para que no se vea bold en Mac */
}

/* Buzon */
.ligas-pie-buzon {
	width: 50% !important;
	/*margin-left: 0.6%;*/
}
.ligas-pie-buzon a {
	background-color: #E0E0E0;
	background-image: url(../imagenes/principal/buzon.png);	
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 61px;
	display: block;	
}

/* Otros */
.ligas-pie-otros {
	width: 32% !important;
}
.ligas-pie-otros a {
	line-height: 61px;
	background-color: #666;
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
	font-weight: 300;	/* Para que no se vea bold en Mac */
}

/* =Contacto
----------------------------------------------- */

/* Override el pie de la principal */
#pie {	
	margin: 20px 0 0 0;
	padding: 10px;
	width: auto;
	float: none;
}


/* =Responsive Structure
----------------------------------------------- */
/* PC 1240 */
@media (max-width: 1240px) {


/* =Enlaces
----------------------------------------------- */	
#enlaces {
	max-width: 100%;
	margin: 10px auto 0;
}
#enlaces h2 a {
	/*width: auto;*/
	font-size: 1.9em;
	/*text-indent: 10px;
	text-align: left;*/
}

/* Titulos */
.enlaces-docencia h2 a,
.enlaces-investigacion h2 a,
.enlaces-extension h2 a,
.enlaces-universidad h2 a,
.enlaces-internacional h2 a {
	background-image: none;
}


/* =Ligas a sitios
----------------------------------------------- */

/* iTunes */
.ligas-pie-itunes a {
	font-size: 1em;
}

.ligas-pie-sitios {
	width: 26%;
}
/*
#aniv70 .informes{width:65%; height:82px; float:right; font-size:1.25em; color:#29509b; padding:2.9% 0% 0 5.05%; }
*/
}

/* iPad landscape 1024 x 768 */
@media (max-width: 1200px) {
/* =Header
----------------------------------------------- */

.contenedor-titulo {
    min-width: inherit;
}
#titulo-portal {
	font-size: 2.6em;
}

/* =Menu Servicios
----------------------------------------------- */

/* MiUV */
.tile-miuv {
	width: 160px;
}


/* =Cinta Enlaces
----------------------------------------------- */

/* Bolsa */
.cinta-enlaces-bolsa a {
	background-position: 165px 7px;
	text-indent: 20px;
}

/* =Ligas a sitios
----------------------------------------------- */
.ligas-pie-sitios {
	width: 26%;
}
.ligas-pie-sitios li {
	height: 20%;
}

}


/* iPad landscape 1024 x 768 */
@media (max-width: 1100px) {
/* =Header
----------------------------------------------- */
#titulo-portal {
	font-size: 2.3em;
}

/* =Cinta Enlaces
----------------------------------------------- */

/* Bolsa */
.cinta-enlaces-bolsa a {
	background-position: 300px 7px;
	text-indent: inherit;
	text-align: center;
}
.cinta-enlaces-admin a, .cinta-enlaces-calend a {
    background-position: 300px center;
}

.cinta-enlaces-infosegura {
	width: 100%;
}
.cinta-enlaces-mipago {
	width: 100%;
}

/* =Ligas a sitios
----------------------------------------------- */

.ligas-pie-izq, .ligas-pie-der {
	float: none;
	width: 100%;
	overflow: hidden;
}

.ligas-pie-der {
	margin-top: 10px;
}

.ligas-pie-redes li a {
    margin-bottom: 0;
}

.ligas-pie-buzon, .ligas-pie-twitter, .ligas-pie-otros {
	margin-top: 2px;    
}

/* iTunes */
.ligas-pie-itunes a {
	font-size: 1.2em;
}

}


/* PC 960 x 720  (Desde 1014px hasta 960px) */
/*IPAD*/
@media (max-width: 1035px) {


/* =Header
----------------------------------------------- */

#titulo-portal {
	font-size:1.8em;
}

/* =Enlaces
----------------------------------------------- */

/* Caja */
.enlaces-caja li {
	width: auto !important;
}

/* Docencia */
.enlaces-docencia h2 a {
	background-position: right 5px;
}

/* cajas de enlaces */
.enlaces-docencia,
.enlaces-investigacion,
.enlaces-extension,
.enlaces-universidad,
.enlaces-internacional {
	margin-left: 0;
	min-height: 260px;
}
/* Investigación */
.enlaces-investigacion h2 a {
	background-position: right -65px;
}

/* Extensión */
.enlaces-extension h2 a {
	background-position: right -135px;
}

/* Universidad */
.enlaces-universidad h2 a {
	background-position: right -205px;
}

}


/* PC 959 x  */
/*IPAD*/
@media (max-width: 959px) {

/* =Header
----------------------------------------------- */

#titulo-portal {
	/*font-size: 2.5em;*/
}

#servicios-menu {
	float: left;
}

#portales-menu {
	
}

/* =Enlaces
----------------------------------------------- */	

#enlaces h2 a {
    font-size: 1.675em;
    text-indent: inherit;
	text-align: center;
}

/* Cajas */
.enlaces-caja li {	
	margin-left: 20px;
	font-size: 0.95em;
}

/* cajas de enlaces */
.enlaces-docencia,
.enlaces-investigacion,
.enlaces-extension,
.enlaces-universidad,
.enlaces-internacional {
	min-height: 260px;
}


/* =Cinta Enlaces
----------------------------------------------- */
/* OSX */
.cinta-enlaces-osx {
	width: 40%;
}
/* Sorteo UV */
.cinta-enlaces-sorteo {
	width: 59.5%;
}

}


/* PC 800 x 600 */
@media (max-width: 800px) {
	
/* =Menu Servicios
----------------------------------------------- */

#servicios-menu {
	float: left;
}


/* =Menu Portales
-------------------------------------------------------------- */

#portales-menu {	
	overflow: hidden;
	margin: 10px 0 4px 0;
	float: left;
}


/* =Menu Enlaces
-------------------------------------------------------------- */

#enlaces-menu {
	float: left;
}
.enlaces-menu-home {
	margin: 0!important;
}

}

/* PC 800 x 600 */
@media (max-width: 799px) {

/* =Enlaces
----------------------------------------------- */	


/* Cajas */
.enlaces-caja li {	
	font-size: 0.85em;
}
/* cajas de enlaces */
.enlaces-docencia,
.enlaces-investigacion,
.enlaces-extension,
.enlaces-universidad,
.enlaces-internacional {
	min-height: 260px;
}


/* =Cinta Enlaces
----------------------------------------------- */

/* Bolsa */
.cinta-enlaces-bolsa a {
	font-size: 18px;
}

}

/* iPad portrait 768 x 1024 */
/* PC 755 */
/*celular*/
@media (max-width: 755px) {

/* =Enlaces
----------------------------------------------- */	
#enlaces li {
	width: 49.5%;
}
/* Titulos */
.enlaces-docencia h2 a,
.enlaces-investigacion h2 a,
.enlaces-extension h2 a,
.enlaces-universidad h2 a,
.enlaces-internacional h2 a {
	background-image: url(../imagenes/principal/sprite-enlaces.png);
}
/* Cajas */
.enlaces-caja li {	
	font-size: 1em;
}
/* cajas de enlaces */
.enlaces-docencia,
.enlaces-investigacion,
.enlaces-extension,
.enlaces-universidad,
.enlaces-internacional {
	min-height: 220px;
}
/* Universidad */
.enlaces-universidad {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
/* Investigacion */
.enlaces-investigacion {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
/* Internacional */
.enlaces-internacional {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 99.1%!important;
}


/* =Cinta Enlaces
----------------------------------------------- */

/* Bolsa */
.cinta-enlaces-bolsa a {
	font-size: 16px;
}
/* Admin */
.cinta-enlaces-admin-title {
	font-size: 16px;
}
/* OSX */
.cinta-enlaces-osx {
	width: 36%;
}
/* Sorteo UV */
.cinta-enlaces-sorteo {
	width: 64%;
}


}

@media (max-width: 720px) {

.cinta-enlaces-bolsa a {
	background-position: 300px 7px;
}
	
.cinta-enlaces-calend a {
	background-position: 300px 14px;
}

/* Transparencia */
.transparencia, .legalidad {
	width: 29.6%;	
}

/* =Ligas a sitios
----------------------------------------------- */
.ligas-pie-nuevas {
	width: 28%;
}
.ligas-pie-sitios {
    float: none;
	overflow: hidden;
    height: auto;
    width: 100%;
}

}

@media (max-width: 670px) {

/* =Menu Servicios
----------------------------------------------- */

#servicios-menu {
	width: 100%;
	margin: auto;
	float: none !important;
	overflow: hidden;	
}
.servicios-tiles ul li {
	margin: 0;
	/*float: inherit;*/
}
/* MiUV */
.tile-miuv {
	width: 100%;
}
#iframe-miuv {
	width: 99.2%;
	position: relative;
	overflow: hidden;
	height: 180px;
}


/* Tv */
.tile-tv {
	width: 33.3%;
	float: left!important;
}
/* Radio */
.tile-radio {
	width: 33.3%;
	float: left!important;
}
/* Llamada */
.tile-llamada {
	width: 33.4%;
	float: left!important;
}
/* Busqueda */
.tile-busqueda {
	width: 100%;
	float: left!important;
}

/* =Busqueda
-------------------------------------------------------------- */
.busca-combo {
	float: right;
	text-align: right;
	width: 69%;
}
.tile-busqueda-input {
	margin-left: 0px;
	width: 100%;
	position: relative;
	top: -40px;
	height: 32px;
	border: 0;	
}
#q {
	width: 89%;
	
}

/* =Menu Portales
-------------------------------------------------------------- */
#portales-menu {
	width: 100%;
	margin: 10px auto 4px;
	float: inherit;	
}
#portales-menu ul {
	margin: 0;
	box-shadow: none;
	display: none;
	height: inherit;	
	position: relative;
	float: none;
	width: 100%;
	min-height: inherit;
	border: none;
	width: 100%!important;
	line-height: 50px;	
	overflow:hidden;
}

.portales-aspirantes {
	width: 100%;
}
.portales-estudiantes {
	width: 100%;
}
.portales-egresados {
	width: 100%;
}
.portales-admvos {
	width: 100%;
}
.portales-academicos {
	width: 100%;
}

#portales-menu ul a, #portales-pull {
	color: #FFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-size: 1em;
	/*text-align: left;*/
	width: 100%;
	/*text-indent: 25px;*/
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom: 1px solid #576979;
	border-right: 1px solid #576979;
	border-bottom: 1px solid #576979;
}
#portales-menu ul li a:hover, #portales-menu ul li a:active {
	background-color: #8c99a4;
}
#portales-menu a#portales-pull{
	display: block;
	background-color: #336799;
	width: 100%;
	position: relative;
	font-size: 1.2em;
	cursor: pointer;
}
#portales-menu a#portales-pull:after {
	content:"";
	background: url('/imagenes/principal/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 11px;
}


/* =Cinta Enlaces
----------------------------------------------- */

/* Bolsa */
.cinta-enlaces-bolsa a {
	font-size: 14px;
}
/* Admin */
.cinta-enlaces-admin-title {
	font-size: 15px;
}

/* =Ligas a sitios
----------------------------------------------- */



}

/* PC 640 */
@media (max-width: 640px) {

/* =Enlaces
----------------------------------------------- */	

/* Titulos */
.enlaces-docencia h2 a,
.enlaces-investigacion h2 a,
.enlaces-extension h2 a,
.enlaces-universidad h2 a {
	background-image: none;
}




/* =Cinta Enlaces
----------------------------------------------- */

#cinta-enlaces a {
	background-image: url(../imagenes/principal/sprite-cinta-enlaces.png);
	line-height: 62px;
}
.cinta-enlaces-izq,
.cinta-enlaces-der {
	float: none;
	overflow: hidden;
	width: auto;
}

/* Bolsa */
.cinta-enlaces-bolsa {
	width: 100%;
}
.cinta-enlaces-bolsa a {
	font-size: 20px;
	background-position: right 7px;
}

/* Administracion */
.cinta-enlaces-admin {
	width: 100%;
}
/* Administracion */
.cinta-enlaces-admin a {
	background-position: right 10px center;
}
/* Admin */
.cinta-enlaces-admin-title {
	font-size: 20px;
}
/* Calendarios */
.cinta-enlaces-calend {
	width: 100%;
}
.cinta-enlaces-calend a {
	background-position: right 10px center;
}
.cinta-enlaces-osx, .cinta-enlaces-sorteo {
	width: 100%;
}
.cinta-enlaces-sorteo a{ 
	display:block;
	background-position:center center;
}




}


/* iPhone landscape 480 x 320 */
@media (max-width: 480px) {
/* =Header
----------------------------------------------- */

#titulo-portal {
	font-size: 1.8em;
}


/* =Busqueda
-------------------------------------------------------------- */

.busca-combo {
	width: 60%;
}
#q {
	width: 80%;
}

/* =Fecha
----------------------------------------------- */

#fecha_actual {
	/*text-align: center;*/
}

/* =Menu Enlaces
-------------------------------------------------------------- */

#enlaces {
	width: 100%;
}

/* Titulos */
.enlaces-docencia h2 a,
.enlaces-investigacion h2 a,
.enlaces-extension h2 a,
.enlaces-universidad h2 a,
.enlaces-internacional h2 a {
	background-image: url(../imagenes/principal/sprite-enlaces.png);
}
/* Docencia */
.enlaces-docencia h2 a {
	background-position: right 2px;
}
/* Investigación */
.enlaces-investigacion h2 a {
	background-position: right -68px;
}
/* Extensión */
.enlaces-extension h2 a {
	background-position: right -138px;
}
/* Universidad */
.enlaces-universidad h2 a {
	background-position: right 10px top -210px;
}
/* Internacional */
.enlaces-internacional h2 a {
	background-position: right 6px top -278px;
}

/* cajas de enlaces */
#enlaces ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: none;
}

#enlaces ul li {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	min-height: inherit;
	border: none;
	width: 100%!important;
}
#enlaces h2 a {
	box-shadow: none;
	height: inherit;
	line-height: 50px;
	text-indent: inherit;
	margin: inherit;
	width: 100%;
	font-size: 1.3em;
}
#enlaces a {
	color: #FFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	/*text-align: left;*/
	width: 100%;
	/*text-indent: 25px;*/
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom: 1px solid #576979;
	border-right: 1px solid #576979;
	border-bottom: 1px solid #576979;
}
#enlaces ul li a:hover, #enlaces ul li a:active {
	background-color: #8c99a4;
}
#enlaces a#enlaces-pull{
	display: block;
	background-color: #336799;
	width: 100%;
	position: relative;
	font-size: 1.2em;
	cursor: pointer;
}
#enlaces a#enlaces-pull:after {
	content:"";
	background: url('/imagenes/principal/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 15px;
}

/* Cajas */
.enlaces-caja {
	display: none;
}

/* =Ligas a sitios
----------------------------------------------- */
.ligas-pie-nuevas, .transparencia, .legalidad {
	float: none;
	overflow: hidden;
	width: auto;
	outline: none;
}
.plataforma-nacional {
	outline: none;
	width: 30%;
}

.ligas-pie-buzon a {
    background-image: url(../imagenes/principal/buzon-small.png);
}

/* Proteccion civil */
.cinta-enlaces-sugir a {	
	background-image: url(../imagenes/principal/sugir-small.png);
}

}


@media (max-width: 380px) {

/* =Ligas a sitios
----------------------------------------------- */



}

/* iPhone portrait 320 x 480 */
@media (max-width: 320px) {

}