body{
	/*height:100%;*/
	box-sizing:border-box;
	width:100%;
}
html{
	/*height:100%;*/
	box-sizing:border-box;
	width:100%;
    overflow:hidden;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.enlacepagina {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	width:100%;
}

.liarchivo  a{
	text-decoration: none;
	color: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: helvetica;
    font-size: 16px;
}

/*Corresponde con el subtitulo en el applicacion*/
h2 {
	background: #636363;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0.8em 1em;
	z-index:10;
}

header {
    background: #969696;
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    padding-top: 15px;
}

header h1 {
	color: #fff;
	
	font-size: 16px;
	margin: 0;
	padding: 0.7em 0em;
	text-align: center;
}

.headerpublic {
    background: #378edb; /*#4992d7;*/
}
.headerpublic h1{
	color: white !important;
    padding-top:0px;
}


@media all and (orientation: portrait) {
    #divinicioportadacentro {
        width: auto !important;
        height: 100% !important;
        margin: auto;
        position: relative; /* where the next element will be automatically positioned */
        display: inline-block; /* causes element width to shrink to fit content */
        left: 50%; /* moves left side of image/element to center of parent element */
        transform: translate(-50%); /* centers image/element on "left: 50%" position */
    }
}

input[type=submit] {
	background: #73AAD9;
	border: none;
	color: #fff;
	display: block;
	padding: 0.8em;
	width: 100%;
}

select {
	display: block;
	border: none;
	background: #f5f5f5;
	padding: 1em;
	width: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
ul li {
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	color: #888;
	display: table;
	min-height: 58px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.enlacepagina {
	background: url('../img/next.png') no-repeat right 50%;
	box-sizing: border-box;
	display: table;
	min-height: 58px;
	overflow: hidden;
}
.enlacepagina .texto-principal{
	padding-right: 2.5em;
}

/*
li a::after {
	content: '';
	display: inline-block;
	min-height: 58px;
}
*/

#suplantar {
	box-sizing: border-box;
	padding: 1.5em;
	position: relative;
	width: 100%;
}

#suplantar #busqueda {
	display: block;
	margin-right: 75px;
}
#suplantar li {
	min-height: initial;

}


.azul {
	color: #2895FF;
}

.claro {
	color: #999;
}

.destacado .texto-principal {
	font-size: 1.3em;
	font-weight: bold;
}

.listadoopciones{
	cursor:pointer;
}
.listadoopciones .texto-principal {
	font-size: 1.3em;
	font-weight: bold;
}

.detalle {
	background: #F5F5F5;
	color: #999;
	min-height: 10em;
	padding: 0em 1em;
	overflow: hidden;
}
.detallecomunicado{
	background: #F5F5F5;
	color: #999;
	min-height: 10em;
	padding: 0px;
	overflow: hidden;
	height:100%;
	width:100%;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	padding-top:60px;
	z-index:1px;
}
.enviar-btn {
    border-top: 1px solid #96d1f8;
    background: #435e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#587385), to(#435e6e));
    background: -webkit-linear-gradient(top, #587385, #435e6e);
    background: -moz-linear-gradient(top, #587385, #435e6e);
    background: -ms-linear-gradient(top, #587385, #435e6e);
    background: -o-linear-gradient(top, #587385, #435e6e);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #000000;
    font-size: 14px;
    font-family: helvetica;
    text-decoration: none;
    vertical-align: middle;
    padding: 0.8em;
}

.extra {
	display: table-cell;
	padding-left: 0.8em;
	vertical-align: middle;
}
.extra.menu {
	background: #FF9933;
	padding: 0.5em;
}
/* Input del login */
.input-texto {
	background: #F0F0F0;
	border-radius: 5px;
	border: none;
	color: #626465;
	display: block;
	height: 2.0em;
	padding: 0.5em 0;
	width: 100%;
	font-size: 15px;
}

.iOS header {
	left: 0;
	/*position: absolute;*/
	top: 0;
    height:64px;
}

section{
	bottom: 0px;
	margin-top: 0px;
	overflow-y: auto;
	position: absolute;
	top:44px;
	width:100%;
	-webkit-overflow-scrolling:touch
}

.iOS section {
	bottom: 0px;
	margin-top: 0px;
	/*overflow-y: auto;*/
	position: absolute;
	top:44px;
	-webkit-overflow-scrolling:touch
}
.iOS.v7 header{
	padding-top: 30px;
}
.iOS.v7 section{
	top: 64px;
}
.iOS.v7 #calendario {
	position: static;
}
.iOS.v7 #calendario+ul {
	bottom: 0px;
	margin-top: 248px;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	/*-webkit-overflow-scrolling:touch*/
}

.naranja {
	color: #FC8E2B;
}

.novisible {
	visibility: hidden;
}

.prettyCheck {
	display: inline-block;
	height: 40px;
	position: relative;
	width: 40px;
	border: 1px solid #ddd;
	/* border-radius: 20%; */
	background: #eee;	
}
.prettyCheck input[type=checkbox] {
	visibility: hidden;
}
 /* Caja del checkbox*/
.prettyCheck label {
	background: #eee;
	border: 1px solid #ddd;
	/*border-radius: 20%;*/
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
  	left: 0;
}
/* Tick del checkbox */
.prettyCheck label {
	background: transparent;
	border: 3px solid #636363;
	border-right: none;
	border-top: none;
	content: '';
	height: 20%;
	left: 28%;
	opacity: 0.2;
	position: absolute;
	top: 24%;
	width: 36%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.prettyChecknew {
	display: inline-block;
	height: 40px;
	position: relative;
	width: 40px;
	border: 1px solid #ddd;
	background-image: url('../img/noseleccionado.png');
	background-repeat: no-repeat;
    background-position: center; 	
	background-color: #eee;	
}

.prettyChecknew[marcado="true"]{
background-image: url('../img/seleccionado.png');
}



.textodatonoleido{
	font-weight:bold;
	/*background: url('../img/vericon.png') no-repeat right top;*/
	background-color:#E7E7E7;
}

/* Estado cuando está selccionado  */
.marcado  {
	opacity: 1 !important;
}

.sprite-menu-1{ 
	width: 40px;
	height: 40px;	
	background: url(../img/1.png) no-repeat top left;
} 
.sprite-menu-2{ 
	background: url(../img/2.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-3{ 
	background: url(../img/3.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-4{ 
	background: url(../img/4.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-5{ 
	background: url(../img/5.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-6{ 
	background: url(../img/6.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-7{ 
	background: url(../img/7.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-8{ 
	background: url(../img/8.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-9{ 
	background: url(../img/6.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-11{ 
	background: url(../img/11.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 

.sprite-menu-opciones{ 
	background: url(../img/7.png) no-repeat top left;
	width: 40px;
	height: 40px;
}

.sprite-menu-10{ 
	background: url(../img/10.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-13{ 
	background: url(../img/13.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.sprite-menu-14{ 
	background: url(../img/14.png) no-repeat top left;
	width: 40px;
	height: 40px;
} 
.rojo {
	color: #EE4C4C;
}
/* Textos detro de los elementos menu */
.texto-principal {
	display: table-cell;
	padding: 0.8em;
	vertical-align: middle;
	width: 100%;
}
.texto-secundario {
	display: table-cell;
	padding-right: 2.5em;
	vertical-align: middle;
	white-space: nowrap; /*evita el sato de linea por los espacios*/
}

.texto-principal p, .texto-secundario p, .extra p {
	margin: 0;
}
.tiene-cita {
	/*font-weight: bold;*/
	position: relative;
	z-index: 1;
	color: #fff;
}

.tiene-cita .pruebacalendario{
	background: #31BD3C;
	border-radius: 100%;
	height: 1.6em;
	left: 50%;
	margin-left: -0.8em;
	margin-top: -1em;
	position: relative;
	top: 50%;
	width: 1.6em;
	z-index: -2;
	box-sizing:border-box;
	padding-top: 4px;
}
.remarcar .pruebacalendario{
	background: blue;
}

#dia-actual .pruebacalendario {
	background: #FF4747;

}



.verde {
	color: #55D355;
}
.visible {
	visibility: visible;
}

.visiblemensajeria{
	visibility: visible;
	height:100%;
	box-sizing:border-box;
	top:0px !important;
	padding-top:44px;
	font-size:12px;
}
.iOS.v7 .visiblemensajeria{
	padding-top:64px;
}




section#ads {
	padding-bottom: 50px;
}

#add-bar {
	bottom: 0px;
	display: none;
	height: 50px;
	left: 0px;
	position: fixed;
	width: 100%;
}
#add-bar.visible {
	display: block;
}

/* Boton atras IOS7*/
#back-button {
	display: none;
	left: 0;
	/* line-height: 44px; */
	height: 44px;
	padding: 0px 15px;
	position: absolute;
    cursor:pointer;
}
#back-button #icono {
	border: solid 3px #fff;
	border-right: none;
	border-top: none;
	display: inline-block;
	height: 13px;
	width: 13px;

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#calendario {
	background: #fff;
	position: fixed;
	top: 44px;
	width: 100%;
	z-index: 10;
	height: 248px;

}
#calendario+ul {
	position: relative;
	margin-top: 290px;
}
#calendario #cabezera {
	background: #636363;
	color: #fff;
	height: 40px;
	position: relative;
	text-align: center;
	width: 100%;
}
#calendario #c-left{
	font-size: 20px;
	left: 0;
	padding: 8px;
	position: absolute;
	top: 0;
}

#calendario #c-right{
	font-size: 20px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 0;
}
#calendario #meses-calendario {
	line-height: 40px;
}
#calendario .semana {
	border-bottom: solid 1px #f0f0f0;
	height: 50px;
}
#calendario .semana .dia {
	display: inline-block;
	padding: 1em 0;
	text-align: center;
	width: 14.2%;
}
#calendario .hoy {
	font-weight: bold;
}

#logo-login {
	display: block;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
}

.scroll-loader {
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	min-height: 35px!important;
	position: absolute;
	top: -40px;
}
.scroll-loader.loading {
	top: auto;
}

.tituloconceptos{
	text-decoration: underline;
	font-weight:bold;
	
}

.listaconcepto{
	
	clear:both;
	
}
.listaconcepto li{
	float:left;
	height: auto;
	min-height: 20px;
	padding-bottom :8px;
}


/* Boton Log out*/
#logout-button {
	right: 5px;
	top:0px;
	height: 44px;
	position: absolute;
	width:44px;
	background-color:white;
	text-align:center;
	margin-top:0px;
	cursor:pointer;
}

.iOS.v7 header #logout-button{
	margin-top:20px;
}


#logout-button #iconologout {
	margin: auto;
	background:  url(../img/logout.png) no-repeat top left;
	width: 44px;
	height:44px;
}

/* icono suplantando*/
#suplantando-button {
	right: 55px;
	top:0px;
	height: 44px;
	position: absolute;
	width:44px;
	background-color:white;
	text-align:center;
	margin-top:0px;
	cursor:pointer;
}

.iOS.v7 header #suplantando-button{
	margin-top:20px;
}

#suplantando-button #iconosuplantando {
	margin: auto;
	background:  url(../img/suplantado.png) no-repeat top left;
	width: 44px;
	height:44px;
}


/* Boton menu*/
#menuapp {
	right: 5px;
	/*left:5px;*/
	top:0px;
	height: 44px;
	position: absolute;
	width:44px;
	text-align:center;
	margin-top:0px;
	cursor:pointer;
}

.iOS.v7 header #menuapp{
	margin-top:20px;
}

#menuappimagen {
	margin-top:5px;
}

#menuapppublico {
	right: 15px;
	top:12px;
	/* height: 44px; */
	position: absolute;
	width:44px;
	text-align:center;
	margin-top:0px;
	cursor:pointer;
}

.iOS.v7 header #menuapppublico{
	top:27px;
}

#menuapppublicoimagen {
	margin-top:0px;
}

#menutextopublicoimagen {
    color:white;
    font-weight:bold;
    margin-right:20px;
    cursor:pointer;
}

#menutextopublicoimagen:hover {
    text-decoration:underline;
}

.liarchivo a {
    background: url('../img/download.png') no-repeat right 50%;
    box-sizing: border-box;
    display: table;
    min-height: 58px;
    overflow: hidden;
}

/*mensajeria*/
.mensajeriaenviadousuario, .mensajeriarecibidousuario{
	width:100%;
	padding:5px;
	box-sizing: border-box;
}

.mensajeriaenviadousuario >  div{
	width:90%;
	border:solid 1px #98B954;
	/*border-radius: 15px;*/
	padding:10px;
	/*background-color:#91FF91;*/
	box-sizing: border-box;
	
}
.mensajeriarecibidousuario  > div{
	width:90%;
	border:solid 1px black;
	min-height:40px;
	/*border-radius: 15px;*/
	padding:10px;
	background: linear-gradient(#9CC746, #769635); /* Standard syntax */
	margin-left:10%;
	box-sizing: border-box;
}
.lblhoramensajeria{
	text-align:right;
	color: grey;
}
.mensajeriarecibidousuario .lblhoramensajeria{
	color:white;
}

#divlistadomensajeria{
	height: 100%;
	padding-top: 48px;
	padding-bottom: 60px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#divlistadomensajeria > div{
	height:100%;
	overflow:auto;
}
textarea {
    font-family: helvetica;
    font-size: 14px;
}


/* MENU APP */
.divmenuaplicacion{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
	z-index:1001;
}

.divmenuaplicacion ul li{
	
	background: inherit;
 border-bottom: initial; 
 box-sizing: border-box; 
 color: initial; 
 display: block; 
 min-height: initial; 
 position: initial; 
 overflow: initial; 
 width: 100%; 
}

.divmenuaplicacioninterno{
	position:fixed;
	right:10px;
	top: 30px;
	width:170px;
	height:170px;
	border:solid 1px;
	background-color:white;
	z-index:1002;
	border-radius:10px;
	overflow:hidden;
}

.divmenuaplicacionopciones  li{
	font-size:14px;
	margin-top:10px; 
	padding-top:4px;
	cursor:pointer;
	height: 30px;
}
#divmenuaplicacionlogout{
	background-image: url("../img/cerrarsesion.png");
	background-repeat:no-repeat;
	background-position: 5px 1px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:auto;	

}
#divmenuaplicacionmenuprincipal{
	background-image: url("../img/home.png");
	background-repeat:no-repeat;
	background-position: 5px -1px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:auto;
}
#divmenuaplicacionmenuareaprivada{
	background-image: url("../img/areaprivada.png");
	background-repeat:no-repeat;
	background-position: 5px 0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:auto;
}
#divmenuaplicacionmenuinicioareaprivada{
	background-image: url("../img/home.png");
	background-repeat:no-repeat;
	background-position: 5px 3px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:auto;
}
.divmenuaplicaciontitulo {
	text-align:center;
	font-size:14px;
	padding-top:10px; 
	padding-bottom:10px; 
	background-color: #75A3FF;
	font-weight:bold;
	color:white;
}

/* noticias */
.noticiafecha{
	color:black;
}
.listanoticias{
	
	background: url('../img/nextnegro.png') no-repeat right 50% !important;
	/*background-color:black !important;*/
}

.fechanoticia {
    font-family: helvetica;
    font-size: 13px;
}
.titulonoticia {
    font-family: helvetica;
    font-size: 15px;
}
.textonoticia {
    font-family: helvetica;
    font-size: 13px;
}


.fechacalendario {
    font-family: helvetica;
    font-size: 15px;
    font-weight: bold;
}
.titulocalendario {
    font-family: helvetica;
    font-size: 15px;
    font-weight: bold;
}
.textocalendario {
    font-family: helvetica;
    font-size: 13px;
}




/* NUEVO MENÚ */
.muevete{
	z-index:100;
	/*transform: translate(100%,0px);*/
	transition: left 0.2s ease-in-out;
	left:0px !important;
}



.divmenuaplicacionnuevoopciones  li{
	font-size:14px;
	cursor:pointer;
	height: 20px;
		background-color: inherit;
		padding-top:18px;
		    color: black;
    font-weight: bold;
}

.v7  > #pruebamenu{
	
	padding-top:64px !important;
}

#divmenuaplicacionnuevomenuprincipal{
	background-image: url("../img/home.png");
	background-repeat:no-repeat;
	background-position: 5px 13px;
	padding-left:35px;
	
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:100%;	
}
#divmenuaplicacionnuevomenuareaprivada{
	background-image: url("../img/areaprivada.png");
	background-repeat:no-repeat;
	background-position: 5px 13px;
	padding-left:35px;
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:100%;	
}
#divmenuaplicacionnuevomenuinicioareaprivada{
	background-image: url("../img/home.png");
	background-repeat:no-repeat;
	background-position: 5px 13px;
	padding-left:35px;
	box-sizing:border-box;
	border-bottom: solid 1px black;
	width:100%;	
}
.divmenuaplicacionnuevotitulo {
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	width:100%;
	border-top:solid 1px black;
}
.divmenuaplicacionnuevousuario{
		font-size:14px;
	cursor:pointer;
	height: 20px;
		background-color: inherit;
		padding-top:18px;
		    color: black;
    font-weight: bold;
	width:100%;


	background-color:inherit;
	padding-left:5px;
}
.divmenuaplicacionnuevologout{
	background-image: url("../img/cerrarsesion.png");
	background-repeat:no-repeat;
	background-position: right 20px center;
	position:absolute;
	right: 0px;
	top:0px;
		border-left:solid 1px black;
		width:70px;
	background-color:inherit;
}

.menuinferiorpublico {
    background: #378edb; /*#4992d7;*/
    color: white;
}

/* redes sociales */
.registroredessociales {
    border-bottom: solid 1px black;
    margin: 10px;
    box-sizing: border box;
}

    .registroredessociales > div {
        float: left;
        margin-left: 10px;
    }

    .registroredessociales::after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

.registroredessocialeslinkable {
    background: url(../img/nextnegro.png) no-repeat right 50% !important;
    cursor: pointer;
}