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;
}

.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;
}

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

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

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

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

.menuPopupPerfil{
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    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;*/
}

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

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

hr.linea{
    width: 100%;
}

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

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

.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: #0c7ec3
}

.plecaReveal {
    width: 100%;
    border-color: #0c7ec3;
}

.headerTablas{
    font-size: 12px;
    background: #0c7ec3;
    color: white;
}

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

.dato_par {
	font-size: 12px;
	background: #e3e3e3;
	text-decoration: none;
	color: #222;
}

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

.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;
}

.hrefDisabled{
	color: grey !important;
}

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

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

fieldset{
	padding-top: 0px;
}

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

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

.renglonUsuarios{
	outline: thin solid white;
	height: 10px;
}

.radioBusquedaUsuarios{
	vertical-align: sub;
}