/* versión 0.2 - 12 de Abril 2017 */


/*--------------------------*\
    	$Generales
\*--------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

a{
	color:  #0066CC;
}
a:hover{
	color:  #0066CC;
	text-decoration: underline;
}
body, .ui-widget{
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 16px;
}
.margen-xlg{
	margin: 120px 10px;
}
.margen-lg{
	margin: 60px 10px;
}
.margen-md{
	margin: 30px 10px;
}
.margen-sm{
	margin: 15px 5px;
}
.margen-cero{
	margin: 0;
}
.margen-lateral{
	margin: 20px 20%;
}
.margen-izq{
	margin-left: 27px;
}
.margen-der-sm{
	margin-right: 10px;
}
.margen-xl-superior{
	margin-top: 150px;
}
.margen-lg-superior{
	margin-top: 60px;
}
.margen-md-superior{
	margin-top: 30px;
}
.margen-sm-superior{
	margin-top: 15px;
}
.margen-xs-superior{
	margin-top: 10px;
}
.margen-xlg-inferior{
	margin-bottom: 120px;
}
.margen-lg-inferior{
	margin-bottom: 60px;
}
.margen-md-inferior{
	margin-bottom: 30px;
}
.margen-sm-inferior{
	margin-bottom: 15px;
}
.margen-xs-inferior{
	margin-bottom: 10px;
}
.padding-lg{
	padding: 60px 10px;
}
.padding-md{
	padding: 30px 10px;
}
.padding-sm{
	padding: 15px 5px;
}
.padding-xs{
	padding: 10px 5px;
}
.padding-cero{
	padding: 0;
}
.padding-lg-der-izq{
	padding-right: 60px;
	padding-left : 60px;
}
.padding-md-der-izq{
	padding-right: 30px;
	padding-left : 30px;
}
.padding-sm-der-izq{
	padding-right: 15px;
	padding-left : 15px;
}
.padding-lg-superior{
	padding-top: 60px;
}
.padding-md-superior{
	padding-top: 30px;
}
.padding-sm-superior{
	padding-top: 15px;
}
.padding-xs-superior{
	padding-top: 10px;
}
.padding-xl-inferior{
	padding-bottom: 150px;
}
.padding-lg-inferior{
	padding-bottom: 60px;
}
.padding-md-inferior{
	padding-bottom: 30px;
}
.padding-sm-inferior{
	padding-bottom: 15px;
}
.padding-xs-inferior{
	padding-bottom: 10px;
}
.paddinf-inf-sup{
	padding: 0px 20px;
}
.borde-izquierdo{
	border-left: 1px solid #cccccc; 
}
.borde-derecho{
	border-right: 1px solid #cccccc; 
}
.borde-superior{
	border-top: 1px solid #cccccc; 
}
.borde-inferior{
	border-bottom: 1px solid #cccccc; 
}
.borde{
	border: 1px solid #cccccc;
	border-radius: 4px;
    padding: 10px 25px 25px 25px;
}
.borde-dialog{
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
}
.borde-gris{
	border-top: 1px solid #4D4D4D;
}
.borde-menu-res{
	border-top: 1px solid #ccc;
}
.borde-graficas{
	border: 1px solid #999999;
	border-radius: 4px;
    padding: 20px 10px 0px 10px;
    height: 505px;
}
.borde-graficas-consulta{
	border: 1px solid #999999;
	border-radius: 4px;
    padding: 20px 10px 0px 10px;
    height: 320px;
}
.borde-graficas-consulta-movil{
	border: 1px solid #999999;
	border-radius: 4px;
    padding: 20px 10px 0px 10px;
    height: 405px;
}
.borde-naranja{
	border-top: 1px solid #ff9026;
}
.borde-naranja2{
	border-bottom: 2px solid #ff9026;
}
.interlineado-md{
	line-height: 1.5;
}
.interlineado-sm{
	line-height: 2;
}
/*Paleta de colores*/
.color-naranja{
 	color: #FF9026;
}
.color-azul{
	color:  #0071BC;
}
.color-negro{
	color: #333333;
}
.color-negro1{
	color: #000;
}
.color-blanco{
	color: #fff;
}
.color-blanco2{
	color:  #F2F2F2;
}
.color-gris-oscuro{
	color: #666666;
}
.color-gris-claro{
	color: #CCCCCC;
}
.color-gris3{
	color: #B3B3B3;
}
.background-naranja{
 	background: #FF9026;
}
.background-azul{
	background:  #0071BC;
}
.background-negro{
	background: #333333;
}
.background-blanco{
	background: #fff;
}
.background-blanco2{
	background:  #F2F2F2;
}
.background-gris-oscuro{
	background: #666666;
}
.background-gris-claro{
	background: #CCCCCC;
}
.light-title{
	font-weight: 300;
}
.bold-title{
	font-weight: 700;
}
.superbold-title{
	font-weight: 900;
}
.centrar{
	margin: auto;
}
.display-block{
	display: inline-block;
}


/*----------------------------------------------*\
    	header y footer
\*----------------------------------------------*/
.header-home{
	margin-top: -80px;
}
.footer-bg-gris{
	padding: 60px 0 40px;
    background-color: #fafafa;
}
.footer-bg-blanco{
	border-top: 1px solid #ddd;
	padding: 50px 0;
    background-color: #fff;
}
.footer-bg-gris h3{
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #000;
}
.footer-bg-gris h5{
	font-size: 12px;
    color: #111;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-bg-gris ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bg-gris ul li{
	margin-bottom: 5px;	
}
.footer-bg-blanco h3{
	font-size: 18px;
    color: #111;
    font-weight: 700;
}
.footer-bg-blanco p{
	font-weight: 400;
    font-size: 13px;
    color: #696f6f;
}
.footer-bg-gris a{
	color: #ed008c;
	font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-bg-gris a:hover{
	color: #890051;
}
.icono-footer{
	color: #E6E6E6;
	background: #1A1A1A;
	border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 28px;
    margin: auto;
}
.header-system{
    background: #fff;
    padding-right: 0px;
    padding-left: 0px; 
}
.boton-menu{
    background: #fff;
    border-color: #999999;
    font-size: 16px;
    margin: 0px 11px 0px 0px;
}
.boton-menu:hover{
   	background: #E6E6E6;
    border-color: #E6E6E6;
}
.boton-menu-help{
    background: #fff;
    border-color: #999999;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
    width: 50px;
}
.boton-notificacion .ui-button{
    border-color: #999999;
    font-size: 16px;
    margin: 0px;
    height: 50px;
    width: 50px;
}
.boton-notificacion .ui-button:hover{
    background: #E6E6E6;
    border-color: #E6E6E6;
}
.esconder{
	display: none;
}
.aparecer{
	display: block;
}
.circulo-naranja{
    color: #ff9026;
    background: #ff9026;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    padding: 10px;
    font-size: 6px;
    margin: -8px 38px;
    position: absolute;
    z-index: 1;
}
.header-system .dropdown .user:after {
    content: "";
    border-bottom: 12px solid #4D4D4D;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 77px;
    z-index: 9;
}
.header-system .dropdown .notification:before {
    content: "";
    border-bottom: 10px solid #4D4D4D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 18px;
    z-index: 10;
}
.header-system .dropdown .notification:after {
    content: "";
    border-bottom: 12px solid #4D4D4D;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 15px;
    z-index: 9;
}
.header-system .dropdown-menu > li{
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    margin: 0px 5px;
}
.header-system .dropdown-menu > li > a{
    color: #E6E6E6;
    padding: 3px 3px;
}
.header-system .dropdown-menu > li > a:hover, .header-system .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4D4D4D;
}
/* .header-sistem .dropdown-menu .drop-usuario{
	border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0px 5px;
} */


/*----------------------------------------------*\
    	Estilos modificados de primefaces
\*----------------------------------------------*/
.ui-paginator.ui-paginator-bottom {
    border-top: 0px none;
    margin-top: 30px;
}
.ui-paginator-page.ui-state-default.ui-state-active.ui-corner-all{
	width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #333333;
    color: #fff;
    border: 1px solid #333333;
    margin: 0px 5px;
}
.ui-paginator-page.ui-state-default.ui-corner-all{
	background: #fff;
    border: 1px solid #fff;
    color: #000;
    margin: 0px 5px;
}
.ui-paginator-first.ui-state-default.ui-corner-all, .ui-paginator-prev.ui-state-default.ui-corner-all, .ui-paginator-next.ui-state-default.ui-corner-all, .ui-paginator-last.ui-state-default.ui-corner-all{
	background: #fff;
    border: 1px solid #fff;
}
.ui-paginator-first.ui-state-default.ui-corner-all.ui-state-disabled, .ui-paginator-prev.ui-state-default.ui-corner-all.ui-state-disabled, .ui-paginator-next.ui-state-default.ui-corner-all.ui-state-disabled, .ui-paginator-last.ui-state-default.ui-corner-all.ui-state-disabled{
	background: #fff;
    border: 1px solid #fff;
}
.ui-menu .ui-menu-dynamic .ui-widget .ui-widget-content{
    position: absolute;
    background: #4D4D4D;
    border-radius: 4px;
   	top: 87.8px;
}
.ui-menu.ui-widget {
    min-width: 250px;
    padding: 5px 0;
    margin-top: 70px;
    background-color: #4d4d4d;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-clip: padding-box;
}
.ui-menu .ui-widget:before {
    content: "";
    border-bottom: 10px solid #4D4D4D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 18px;
    z-index: 10;
}
.ui-menu .ui-widget:after {
    content: "";
    border-bottom: 12px solid #4D4D4D;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 15px;
    z-index: 9;
}
.ui-menu.ui-widget .ui-menu-list .ui-widget-header {
    border-width: 1px 0px;
    border-color: #4d4d4d;
    width: 100%;
    text-align: center;
    background: #4D4D4D;
    color: #fff;
    padding: 5px 10px;
}
 .ui-menu .ui-widget-header h3{
    float: none !important; 
    display: block;
    font-size: 1em;
    margin: 0 auto;
    padding: 0.3em 3%;
    text-align: center;
} 
.ui-menu.ui-widget li > .ui-menuitem-link {
    padding: 10px;
    width: 100%;
   	color: #E6E6E6;
}
.ui-menu.ui-widget li > .ui-menuitem-link.ui-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #4D4D4D;
    background-position: 0px;
   	background-image: -moz-linear-gradient(top, #4D4D4D, #4D4D4D); */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4D4D4D), to(#4D4D4D));
    background-image: -webkit-linear-gradient(top, #4D4D4D, #4D4D4D);
    background-image: -o-linear-gradient(top, #4D4D4D, #4D4D4D);
    background-image: linear-gradient(to bottom, #4D4D4D, #4D4D4D);
    background-repeat: repeat-x;
    border-color: #4D4D4D;
}
.ui-radiobutton .ui-radiobutton-box{
    border: 2px solid #FF9026 !important;
    margin-left: -7px;
}
.ui-chkbox .ui-chkbox-box {
    border: 2px solid #FF9026 !important;
    margin-right: 8px;
}
.ui-button-text-only .ui-button-text {
    padding: 0px !important;
    margin-top: -3px;
}
.calendario .ui-inputfield {
    margin: 0;
    outline: medium none;
    padding: 4px;
    font-weight: normal;
    width: 120px;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    width: 25px !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 3px !important;
}
.ui-datatable-resizable th.ui-resizable-column {
    background-clip: border-box;
    position: static;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    font-weight: bold;
    text-align: left;
    color: #333333;
    padding: 15px 0px;
}
.ui-datatable-resizable thead th, .ui-datatable-resizable tbody td, .ui-datatable-resizable tfoot td {
    white-space: normal !important;
    padding: 15px 0px;
}

.fixed-menu.ui-selectonemenu-panel{
    position: fixed !important;
    height: auto;
}

/*.ui-menu.ui-widget li > .ui-menuitem-link.ui-state-hover {
	color: #fff;
    text-decoration: none;
    background-color: #4D4D4D !important;
}
.header-system .dropdown-menu > li{
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    margin: 0px 5px;
}
.header-system .dropdown-menu > li > a{
    color: #E6E6E6;
    padding: 3px 3px;
}
.header-system .dropdown-menu > li > a:hover, .header-system .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4D4D4D;
}
.ui-menu.ui-menu-dynamic {
    position: absolute;
    display: none;
    z-index: 100000;
}

.ui-menu.ui-widget {
    min-width: 160px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-clip: padding-box;
} */




/*--------------------------*\
    	$Home
\*--------------------------*/
.margen-res-sm{
    margin-top: 50px;
}
.margen-home{
	margin-top: 80px;
}
.migajas{
	background-color: #fff;
	padding: 0px;
}
.contenedor-ejemplo{
	padding: 20px;
	height: 100px;
}
.texto-g{
	font-size: 20px;
	color: #9369A5;
	font-weight: bold;
}
.comillas{
	font-size: 40px;
	color: #cccccc;
}
.icono-msj{
	color: #3D6266;
	margin-left: 20px;
	font-size: 40px;
}
.icono-alert{
	color: #3D6266;
	margin: 0px 10px 0px 10px;
}
.alert-msj{
	color: #3D6266;
    background-color: #DCEFF4;
    border-color: #bce8f1;
    border-radius: 4px 0px 0px 4px;
}
.alert-msj-file{
    background-color: #3D6266;
    border-color: #3D6266;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
}
.icono-file{
	color: #fff;
	font-size: 45px;
}
.msj-registro{
	padding: 4px;
	margin-bottom: 5px;
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; 
}
.size-1x{
	font-size: 18px;
}
.size-2x{
	font-size: 22px;
}
.size-3x{
	font-size: 25px;
}
.size-4x{
	font-size: 30px;
}
.size-5x{
	font-size: 40px;
}
.tipo-solicitud{
	font-size: 14px;
	height: 75px;
}
.enlace-ejemplo1, .enlace-ejemplo2, .enlace-ejemplo3, .enlace-ejemplo4, .enlace-ejemplo5, .enlace-ejemplo6{
	display: inline-block;
	cursor: pointer;
}
.boton-ejemplo{
	color: #666666;
}
.boton-activado{
	color: #000;
	font-weight: bold;
}
.gira {
	transform: rotate(180deg);
	color: #9369A5;
	font-weight: bold;
}
.activa{
	padding-bottom: 0px;
	border-bottom: 5px solid #9369A5;
}
.activa p{
	color: #000 !important;
	font-weight: bold !important;
}
.activa-ptn{
	padding-bottom: 5px;
	color : #000;
	font-weight: bold;
}
.hide-content{
	display: none;
}
.show-content{
	display: block;
}
.captcha-input{
	width: 50%;
}
.datos-estadisticos{
	height: 450px;
}
.texto-registro{
	font-size: 16px;
   	color: #999;
}
.login{
	padding: 15px 10px 15px 10px;
}
.logo-PTN img{
	width: 220px;
}
.logo-infomex img{
	width: 115px;
}
.seccion-infomex .ui-widget-content {
    border-bottom: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    background: #F2F2F2;
    color: #333333;
}
.seccion-infomex .ui-datalist-content{
    background: #F2F2F2;
}
.graficas{
	padding-bottom: 0px;
}
.grafica-content{
	width: 100%; 
	height: 500px;
}
.graficas-consulta{
	height: 400px; 
	padding-bottom: 0px;
}
.grafica-consulta-content{
	width: 100%; 
	height: 400px;
}

/*--------------------------*\
    	Botones
\*--------------------------*/
.boton-morado{
	width: 100%;
	height: 40px;
	background: #9369A5;
	border-radius: 4px;
	color: #fff;
	border: 2px solid #9369A5;
	font-weight: bold;
}
.boton-morado:hover{
	background: #4D4D4D;
	color: #fff;
	border: 2px solid #4D4D4D;
	font-weight: bold;
}
.boton-naranja{
	width: 140px;
	height: 40px;
	background: #FF9026;
	border-radius: 4px;
	color: #fff;
	border: 2px solid #FF9026;
	font-weight: bold;
	padding: 0px 20px;
}
.boton-naranja:hover{
	background: #4D4D4D;
	color: #fff;
	border: 2px solid #4D4D4D;
	font-weight: bold;
}
.boton-blanco{
	width: 140px;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	color: #333333;
	border: 2px solid #FF9026;
	font-weight: bold;
	padding: 0px 20px;
}
.boton-blanco:hover{
	background: #4D4D4D;
	color: #fff;
	font-weight: bold;
	border: 2px solid #4D4D4D;
	
}
.boton-ir-a{
	height: 40px;
	background: #FF9026;
	border-radius: 4px;
	color: #fff;
	border: 2px solid #FF9026;
	font-weight: bold;
	padding: 0px 20px;
}
.boton-ir-a:hover{
	background: #4D4D4D;
	color: #fff;
	border: 2px solid #4D4D4D;
	font-weight: bold;
}
.btn-naranja-prime{
	width: 140px;
	height: 40px;
	background: #FF9026 !important;
	border-radius: 4px;
	color: #fff !important;
	border: 0px;
	font-weight: bold !important;
	text-shadow: 0px 0px #000;
	margin: 0px 10px;
}
.btn-naranja-prime:hover{
	background: #4D4D4D !important;
	color: #fff !important;
	font-weight: bold !important;
	text-shadow: 0px 0px #000;
	border: 1px solid #4D4D4D !important;
}
.btn-blanco-prime{
	width: 140px;
	height: 40px;
	background: #FFF !important;
	border-radius: 4px;
	color: #333333 !important;
	border: 2px solid #FF9026 !important;
	font-weight: bold !important;
	text-shadow: 0px 0px #000;
	margin: 0px 10px;
}
.btn-blanco-prime:hover{
	background: #4D4D4D !important;
	color: #fff !important;
	border: 1px solid #4D4D4D !important;
	font-weight: bold !important;
	text-shadow: 0px 0px #000;
}
.btn-borde-naranja{
	height: 40px;
	background: #FFF !important;
	border-radius: 4px;
	color: #333333 !important;
	border: 2px solid #FF9026 !important;
	font-weight: bold !important;
	text-shadow: 0px 0px #000;
	padding: 0px 20px !important;
	
}
.btn-borde-naranja:hover{
	background: #4D4D4D !important;
	color: #fff !important;
	border: 1px solid #4D4D4D !important;
	font-weight: bold !important;
	text-shadow: 0px 0px #000;
}
.boton-borde-naranja{
	width: 130px;
	height: 40px;
	background: #F2F2F2;
	border-radius: 4px;
	color: #333333;
	border: 2px solid #FF9026;
	font-weight: bold;
	
}
.boton-borde-naranja:hover{
	background: #4D4D4D;
	color: #fff;
	font-weight: bold;
	border: 2px solid #4D4D4D;
	
}
.boton-icono{
	width: 40px;
    height: 40px;
    background: #fff;
    border: #fff;
}
/*--------------------------*\
    	Contenido
\*--------------------------*/

.formulario{
	display: block;
    width: 100% !important;
    font-size: 14px;
    background: #fff;
}
.calendario{
	width: 70%;
}

.caja-consultaP{
	height: 200px;
    padding: 20px;
}
.logos{
	margin-left: 30%;
}
.logos img{
	width: 175px;
}
.caja-solicitud{
	border: 1px solid #cccccc;
	border-radius: 4px;
    padding: 10px;
    height: 320px;
}
.margen-bn1, .margen-bn2{
	margin-top: 30px;
}

.texto-azul{
	color:  #4C787F;
	font-style: italic;
}
.obligatorio{
	color: #FF9026;
}
.text-area{
	resize: none;
}
.header-system .dropdown-menu{
	background: #4D4D4D;
	border-radius: 4px;
}
.header-system .dropdown .user:before {
    content: "";
    border-bottom: 10px solid #4D4D4D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 80px;
    z-index: 10;
}
.fecha-system{
	margin-top: 20px;
    margin-bottom: 10px;
}
.aviso-priv{
	opacity: 1 !important;
    border: 1px solid #fff !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
    margin: 0px 40px 10px 40px !important;
    width: 87%;
    height: auto;
}
.warning-msj{
	font-size: 30px;
	color: #C1272D;
}
.success-msj{
	font-size: 30px;
	color: #8CC63F;
}
.ui-dialog .ui-resizable-se {
    display: none;
}
.margen-dialog{
	margin: 0px 10px 30px 10px;
}
.margen-msj-error{
	margin-bottom: -120px;
}
.img-ejem-home img{
	width: 100px;
}
.img-solicitud img{
	width: 120px;
}
.img-sin-solicitudes img{
	width: 210px;
}
.margen-radio-consulta{
	margin-left: 8px;
}
.margen-radio-solicitud{
	margin-left: 25px;
}
.margen-check-solicitud{
	margin-left: 19px;
}
.margen-calendario{
	margin-top: 42px;
}
.ver-solicitudP{
	width: 60% !important;
    height: auto !important;
    left: 20% !important;
}
.archivo-adj{
	color: #0071BC;
    text-decoration: underline;
    margin-left: 10px;
}
.logo-menu-res img{
	width: 180px;
    padding: 5px 20px;
}
.panel-detalle-consulta{
	width:100%;
	height:550px;
	border:none;
}
.tabla-borde-res{
	padding: 0px 10px;
    border: #fff;
}


.encabezado-imprimir{
	display: none;
}

/*--------------------------*\
    Graficas
\*--------------------------*/
.jqplot-table-legend {
	padding-right: 8px;
}
.jqplot-data-label {
	font-family: 'Lato';
	color: #333333;
	font-size: 12px;
} 

/*--------------------------*\
      Propiedades Movil
\*--------------------------*/
@media (min-width: 1025px) and (max-width: 1199px) {
	/*header system*/
	.logos {
	    margin-left: 15%;
	}
	/*home solicitudes*/
	

}

@media (min-width: 768px) and (max-width: 1024px) {
	/*header system*/
	.logos {
	    margin-left: 15%;
	}
	/*home solicitudes*/
	.caja-solicitud{
		border: 1px solid #cccccc;
		border-radius: 4px;
	    padding: 15px;
	    height: 365px;
	}
	.margen-bn1{
		margin-top: 50px;
	}
	.margen-bn2{
		margin-top: 26px;
	}
	.ver-solicitudP {
	    width: 90% !important;
	    height: auto !important;
	    left: 5% !important;
	}
	.margen-res-sm{
		margin-top: 30px;
	}
	.info-general{
		margin-top: 20px;
    	margin-left: 15px;
	}

}
@media (max-width: 768px) {
	.logos {
	    margin-left: 3%;
	}
	.margen-calendario{
		margin-top: 10px;
	}
	.margen-responsive{
		margin-top: 15px;
	}
	.datos-estadisticos {
	    height: 471px;
	}
	.caja-consultaP {
	    height: 250px;
	    padding: 20px;
	}
}

@media (max-width: 767px) {
	.header-home{
		margin-top: 0px;
	}
	.margen-home {
    	margin-top: 10px;
	}
	.caja-solicitud{
		border: 1px solid #cccccc;
		border-radius: 4px;
	    padding: 15px;
	    height: 360px;
	}
	.margen-bn-sup{
		margin-top: 30px;
	}
	.margen-bn1{
		margin-top: 45px;
	}
	.margen-bn2{
		margin-top: 20px;
	}
	.ver-solicitudP {
	    width: 100% !important;
	    height: auto !important;
	}
		.tipo-solicitud {
	    font-size: 14px;
	    height: 25px;
	}
	.contenedor-ejemplo {
	    padding: 20px;
	    height: auto;
	}
	.margen-res-sm{
		margin-top: 15px;
	}
	.info-general{
		margin-top: 10px;
	}
	.borde-izquierdo{
		border-left: 1px solid #fff;
	}
	.centrar-xs{
		text-align: center;
	}
	.datos-estadisticos {
	    height: 290px;
	}
	.margen-calendar1-xs{
		margin-top: 10px;
    	margin-left: 12px;
	}
	.margen-calendar2-xs{
		margin-top: 10px;
    	margin-left: 24px;
	}
	.boton-notificacion{
		display: inline-block; 
		margin-left: 30px;
	}
	.boton-notificacion .ui-button {
	    border-color: #999999;
	    font-size: 16px;
	    margin: 0px;
	    height: 40px;
	    width: 40px;
	}
	.circulo-naranja {
	    color: #ff9026;
	    background: #ff9026;
	    border-radius: 10px;
	    width: 15px;
	    height: 15px;
	    padding: 8px;
	    font-size: 6px;
	    margin: -32px 63px;
	    position: absolute;
	    z-index: 1;
	}
	.borde-menu-xs{
		border-color: #999999;
	}
}
.modal-content-dias {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}