html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body{ 
    background: white;
    text-align: center;
    behavior: url("csshover3.htc");
}

.wrapContenidoLogin{
    margin:0 auto 10px; 
    z-index:1; 
    width:843px;
    height: 597px;
    background-image:url('../../img/background/contenedorLogin.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:absolute;
    top: 0px;
    text-align: left;
}

.wrapContenido{
    margin:0 auto 10px; 
    z-index:1; 
    width:843px;
    height: 597px;
    background-image:url('../../img/background/contenedor.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:absolute;
    top: 0px;
    text-align: left;
}

.wrapPopupPacientes{
    margin:0 auto 10px; 
    z-index:1; 
    width:980px;
    height: 640px;
    /*background-image:url('../../img/base.png');*/
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    text-align: left;
}

.wrapPopupPerfil{
	margin:0 auto 10px; 
    z-index:1; 
    width:580px;
    height: 340px;
    /*background-image:url('../../img/base.png');*/
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    text-align: left;
}

.wrapPopupPacienteNuevo{
    margin:0 auto 10px; 
    z-index:1; 
    width:770px;
    height: 640px;
    /*background-image:url('../../img/base.png');*/
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    text-align: left;
}

.wrapPopupGraficas{
	margin:0 auto 10px; 
	z-index:1; 
	width:1000px;
	height: 740px;
	/*background-image:url('../../img/SSALUD_pantalla1Bbase.png');*/
	background-size: 102%;
	background-repeat: no-repeat;
	position:absolute;
	top: 0px;
	text-align: left;
}

.wrapPopupHistorialMediciones{
	margin:0 auto 10px; 
	z-index:1; 
	width:1000px;
	height: 670px;
	/*background-image:url('../../img/SSALUD_pantalla1Bbase.png');*/
	background-size: 102%;
	background-repeat: no-repeat;
	position:absolute;
	top: 0px;
	text-align: left;
}

.wrapPopupArchivo{
	margin:0 auto 10px; 
	z-index:1; 
	width:823px;
	height: 577px;
	/*background-image:url('../../img/SSALUD_pantalla1Bbase.png');*/
	background-size: 102%;
	background-repeat: no-repeat;
	position:absolute;
	top: 0px;
	text-align: left;
}

.layout{
    width:843px; 
    margin:0 auto; 
    position:relative;
    /*position:absolute;*/
}

.layoutPopupPacientes{
    width:980px; 
    margin:0 auto;
}

.layoutPopupPerfil{
	width:580px; 
    margin:0 auto;
}

.layoutPopupPacienteNuevo{
    width:770px; 
    margin:0 auto;
}

.layoutPopupGraficas{
	width:1000px; 
	margin:0 auto; 
	/*position:absolute;*/
}

.layoutPopupHistorialMediciones{
	width:1000px; 
	margin:0 auto; 
	/*position:absolute;*/
}

.layoutPopupArchivo{
	width:823px; 
	margin:0 auto; 
	/*position:absolute;*/
}

.login{
    width: 40%;
    position: absolute;
    top: 20%;
    left: 65%;
}

.menu{
    position: absolute;
    top: 16%;
    left: 0%;
    width: 100%;
    height: 50px;
    z-index: 9;
}

.menuPopupPacientes{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 50px;
    z-index: 3;
}

.menuPopupPerfil{
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 50px;
    z-index: 3;
}

.menuPopupPacienteNuevo{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 50px;
    z-index: 3;
}

.menuArchivo{
	position: absolute;
	top: 0px;
	left: 1%;
	width: 92%;
	height: 50px;
	z-index: 3;
}

#principal {
    width:100%;
    margin:2px auto 0px auto;
    height:90%;
    padding:0px 20px 0px 20px;
}

#menu li .drop {
    background:url("../../img/menu/drop.gif") no-repeat right 8px;
}

.contenido{
    position: absolute;
    top: 26%;
    width: 100%;
    height: 60%;
    left: 0.5%;
    /*overflow: auto;*/
}

.contenidoPopupPacientes{
    position: absolute;
    top: 10%;
    width: 100%;
    height: 90%;
    left: 0%;
    /*overflow: auto;*/
}

.contenidoPopupPerfil{
	position: absolute;
    top: 20%;
    width: 100%;
    height: 80%;
    left: 0%;
    /*overflow: auto;*/
}

.contenidoPopupPacienteNuevo{
    position: absolute;
    top: 10%;
    width: 101%;
    height: 90%;
    left: 0%;
}

.contenidoGraficas{
	position: absolute;
	top: 10px;
    width: 98%;
    height: 98%;
    left: 1%;
	overflow: auto;
}

.contenidoHistorialMediciones{
	position: absolute;
	top: 10px;
    width: 98%;
    height: 98%;
    left: 1%;
	overflow: auto;
}

.contenidoArchivo{
	position: absolute;
	top: 50px;
    width: 95%;
    height: 87%;
    left: 1%;
	overflow: auto;
}

.mensajeCambioContrasenia{
	position: absolute;
	top: 55%;
	left: 55%;
	width: 40%;
}

hr.linea{
    width: 100%;
}

.camposTextoFormularios {
    font-size: 10px;
    color: #3a3a5e;
}

.camposTextoFormularios2{
	font-size: 12px;
	color: #3a3a5e ;
}

.selMedicosPacientes {
    width: 100%;
    height: 125px;
    outline: none;
}

.formatoTabla{
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    text-align: start;
}

.tituloReveal {
    color: #3a3a5e
}

.plecaReveal {
    width: 100%;
    border-color: #3a3a5e;
}

.headerTablas{
    font-size: 12px;
    background: #3a3a5e;
    color: white;
}

a.dato
{
    font-size:12px;
    font-family: Arial;
    color: #586770;
    text-decoration: none;
}

.dato_par {
	font-size: 12px;
	background: #dfdfeb;
	text-decoration: none;
	color: #3a3a5e;
}

.dato_non {
	font-size: 12px;
	background: white;
	text-decoration: none;
	color: #3a3a5e;
}

.textAreaInfoPaciente {
	/*background: transparent;*/
	resize: none;
	text-align: left;
}

textarea{
	width:100%;
	height:100%; 
	box-sizing: border-box;         /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box;    /* For Firefox                          */
	-webkit-box-sizing: border-box; /* For Safari                           */
	overflow: auto;
	font-family: Arial;
}

.divDescripcionVacuna{
	width: 99.5%;
	height: 120px;
}

.asterErrorHidden{
	font:14px Verdana, Helvetica, Arial; 
	font-weight:bold;
	color: #FF1000;	
	visibility: hidden;
}

.divDescripcion{
	width: 91.5%;
	height: 75px;
}

.hrefDisabled{
	color: grey !important;
}

.divTextAreasNuevaCita{
	width: 390px;
	height: 85px;
}

.loader {
	z-index: 105;
	position: absolute;
	top: 40%;
	left: 50%;
}

.fieldsetDelgado{
	border: 1px solid #AAAAAA !important;
}

.profilePicImg{
	border: 1px solid #AAAAAA;
	height: 174px;
	border-radius: 11px;
}

.profilePicImgPortrait{
	border: 1px solid #AAAAAA;
	height: 174px;
	border-radius: 11px;
	position: absolute;
	left: 7.5%;
}

.profilePicImgLandscape{
	border: 1px solid #AAAAAA;
	width: 146px;
	border-radius: 11px;
	position: absolute;
	top: 7.5%;
}

.profilePicImgSquare{
	border: 1px solid #AAAAAA;
	width: 146px;
	height: 146px;
	border-radius: 11px;
	position: absolute;
}

.profilePicImgPortraitNuevo{
	border: 1px solid #AAAAAA;
	height: 136px;
	border-radius: 11px;
	position: absolute;
	left: 11.5px;
}

.profilePicImgLandscapeNuevo{
	border: 1px solid #AAAAAA;
	width: 146px;
	border-radius: 11px;
	position: absolute;
	top: 7.5%;
}

.profilePicImgSquareNuevo{
	border: 1px solid #AAAAAA;
	width: 146px;
	height: 146px;
	border-radius: 11px;
	position: absolute;
}

.divDatosNotas, .divDatosAlergias{
    width: 100%;
    height: 30px;
}


.divDatosAntecedentes, .divDatosDxCronicos, .divDatosTxCronicos{
    width: 100%;
    height: 49px;
}

.divDatosSeguridadSocial{
    width: 96.4%;
    height: 70px;
}

fieldset{
	padding-top: 0px;
}

.titulo{
	font-size: 12px;
	/*background: #1d6b5a ;*/
	background: #7d7d7d;
	color: white;
}

.divDatosObservacionesTextArea{
    width: 100%;
    height: 44.4px;
}

/* jssor slider thumbnail navigator skin 13 css */
/*
.jssort13 .p            (normal)
.jssort13 .p:hover      (normal mouseover)
.jssort13 .pav          (active)
.jssort13 .pav:hover    (active mouseover)
.jssort13 .pdn          (mousedown)
*/

.jssort13 {
	position: absolute;
	width: 100px;
	height: 150px;
}

.jssort13 .p {
	POSITION: absolute;
	WIDTH: 100px;
	HEIGHT: 30px;
	TOP: 0;
	LEFT: 0;
	padding: 0px;
}

.jssort13 .w {
	cursor: pointer;
	position: absolute;
	WIDTH: 98px;
	HEIGHT: 29px;
	border: 1px solid gray;
	top: -1px;
	left: 0px;
}

.jssort13 .pav .w, .jssort13 .pdn .w {
	border-right: 1px solid #fff;
}

.jssort13 .c {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 28px;
	text-align: center;
	color: #000;
	font-size: 13px;
}

.jssort13 .p .c, .jssort13 .pav:hover .c {
	background-color: #eee;
}

.jssort13 .pav .c, .jssort13 .p:hover .c {
	background-color: #fff;
}

/* jssor slider thumbnail navigator skin 13 css */
/*
.jssort13 .p            (normal)
.jssort13 .p:hover      (normal mouseover)
.jssort13 .pav          (active)
.jssort13 .pav:hover    (active mouseover)
.jssort13 .pdn          (mousedown)
*/

.jssortRecetas {
	position: absolute;
	width: 235px;
	height: 180px;
}

.jssortRecetas .p {
	POSITION: absolute;
	WIDTH: 235px;
	HEIGHT: 30px;
	TOP: 0;
	LEFT: 0;
	padding: 0px;
}

.jssortRecetas .w {
	cursor: pointer;
	position: absolute;
	WIDTH: 233px;
	HEIGHT: 29px;
	border: 1px solid gray;
	top: -1px;
	left: 0px;
}

.jssortRecetas .pav .w, .jssortRecetas .pdn .w {
	border-right: 1px solid #fff;
}

.jssortRecetas .c {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 28px;
	text-align: center;
	color: #000;
	font-size: 13px;
}

.jssortRecetas .p .c, .jssortRecetas .pav:hover .c {
	background-color: #eee;
}

.jssortRecetas .pav .c, .jssortRecetas .p:hover .c {
	background-color: #fff;
}

#btnFlechaMedicamentos .ui-button-text, #btnRecetaMedicamentos .ui-button-text, #btnCatalogoMedicamentos .ui-button-text,
#btnFlechaMedicos .ui-button-text, #btnRecetaMedicos .ui-button-text, #btnCatalogoMedicos .ui-button-text,
#btnFlechaExamenesLab .ui-button-text, #btnRecetaExamenesLab .ui-button-text, #btnCatalogoExamenesLab .ui-button-text,
#btnFlechaIndicaciones .ui-button-text, #btnRecetaIndicaciones .ui-button-text, #btnCatalogoIndicaciones .ui-button-text,
#btnEditarDatosFiscales .ui-button-text, #btnGuardarDatosFiscales .ui-button-text, #btnCancelarEdicionDatosFiscales .ui-button-text{
    padding: 4px 4px 2px 4px;
}

.radioGraficas {
	position: absolute;
	z-index: 10;
	top: 6%;
	left: 65%;
}

.historialMediciones {
	width: 98%;
	height: 550px;
}

.tablaHistorialMediciones{
	position: absolute;
	width: 40%;
	height: 90%;
}

.graficaHistorialMediciones{
	position: absolute;
	width: 52.5%;
	height: 90%;
	left: 45%;
}

.graficasCrecimientoDiv {
	width: 98%;
	height: 550px;
}

.imagenPaciente, .documentoPaciente {
	width: 75px;
    height: 75px;
    border: 2px solid #3a3a5e ;
}

.btnSubirFotoDiv{
	margin: 15% 35%;
}

.divDatosDiagnosticoTextArea{
	width: 97.5%;
	height: 60px;
}

#btnAgregarCIE10 .ui-button-text, #btnBorrarCIE10 .ui-button-text, #btnAgregarDx .ui-button-text{
    padding: 2px 4px 2px 4px;

}

.dato_lista_agenda_normal {
	background: #fff;
}

.datoInfoPacienteAgenda{
	font-size: 10px;
}

.dato_lista_sel {
	font-size: 12px;
	background: #1E90FF;
	text-decoration: none;
	color: #ffffff ;
}

.tituloDiagnostico{
	font-size: 12px;
	background: #7d7d7d ;
	color: white;
}

.tituloHistoriaClinicaGrande{
    font-size: 11px;
}

.tituloHistoriaClinicaChico{
    font-size: 10px;
}

.fieldsetWizard{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 5px;
}