@CHARSET "UTF-8";

@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}

@media only screen and (min-width : 320px) and (max-width : 500px) {

	.encabezado .navbar-header{	
		width: 100%;
	}

	.encabezado .titulo-sistema {	
		margin-left: 0;
		width: 100% !important;		
	}
	
	.encabezado .nav {		
		padding: 0;
		margin: 0;
		margin-top: 6%;		
	}
	
	.boton-sesion {
		font-size: 14pt;	
		width: 150px;
		height: 50px;	
		float: right;
	}
	
	.infoUsuario {	
		float: left;
		top: 48px !important;	
	}
	
	.caja-subtitulo .titulo {
		margin: 0.1em !important;
		font-size: 22px;
	}
	
	.caja-sombreada-titulo {
		margin-left: 0 !important;
	}
	
	footer, footer .divCAU, footer .divfooter {
		height: auto;
	}
	
	footer .divCAU .enlace-cau {
		font-size: 20pt;
	}
	
	footer .div-copy-ine {
		font-size: 18px;
	}
	
	footer .divLogoINE {
		margin-right: 0;
		margin-left: 0;
		width: 35%;
	}
	
	.contenedor-calendar-verde, .contenedor-calendar-rosa {
		height: 150px;
		width: 120px;
		padding-left: 10px !important;
	}
	
	.contenedor-calendar-verde:before, .contenedor-calendar-rosa:before {
		font-size: 85pt;
		padding-left: 10px !important;
	}
	
	.timer-dias {
		width: 95%;
		bottom: 4px;
	}
	
	.timer-horas-min>span {
		font-size: 26pt !important;
	}
	
	.sistemas-relacionados .siglas-sr {
		font-size: 24pt;
		padding: 5px 0;
		margin-top: 3px;		
		height: 30px !important;
	}
	
	.sistemas-relacionados .titulo-sr {
		margin: 0;
		margin-top: 3px;
		line-height: 100%;
		font-size: 12pt;
		padding: 0 0 0 2px;
		height: 30px !important;
	}
	
	.padding-sr-izq, .padding-sr-der {
		padding: 0 2% !important;
	}
	
	.ancho-caja{
		width: 110% !important;	
	}
	
	.contenedor-submenu {
		width: 150px;
		height: 150px;	
	}
	
	.circulo {
		width: 50%;
		height: 50%;
	}
	
	.icono-img {	
		width: 110%;
		height: 110%;	
	}
	
	.numero-sec {
		font-size: 2em;	
	}
	
	.titulo-submenu {	
		font-size: 1em;
	}		
}

@media only screen and (min-width : 501px)  and (max-width : 750px) {
	
	.encabezado .navbar-header, .encabezado .titulo-sistema{		
		width: 100%;	
	}
	
	.encabezado .nav {
		padding: 0;
		margin: 0;
		margin-top: 5%;
	}
	
	.boton-sesion {
		font-size: 14pt;	
		width: 150px;
		height: 50px;	
		float: right;
	}

	.infoUsuario {	
		top: -50px !important;	
		float: left;
	}
	
	.contenedor-submenu {
		width: 150px;
		height: 150px;			
	}
	
	.numero-sec {
		font-size: 2em;
	}
	
	.titulo-submenu {
		font-size: 1em;
	}	
	
	footer .div-copy-ine {
		font-size: 18px;		
		margin-left: -10px;
	}
}

@media only screen and (min-width : 751px) and (max-width : 1024px) {

	.encabezado .navbar-header, .encabezado .titulo-sistema{
		width: 100%;		
	}

	.encabezado .nav {
		padding: 0;
		margin: 0;
		margin-top: 5%;
	}
	
	.infoUsuario {	
		top: 48px !important;	
		float: left;
	}	
	
	.contenedor-submenu {
		width: 150px;
		height: 150px;			
	}
	
	.numero-sec {
		font-size: 2em;
	}
	
	.titulo-submenu {
		font-size: 1em;
	}	
}