/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ECECEC;
}

a img {
	border: none;
}

input[type="submit"], input[type="button"] {
	padding: 2px;
}

#contenedor {
	width: 940px;
	margin:0 auto;
}

#capaSombra {
	background:url(../resources/img/fondo_sombra_fija.jpg) repeat-y #FFF;
}

#capaSombraInferior {
	background:url(../resources/img/fondo_sombra_inf_fija.jpg) no-repeat bottom center;
	padding-bottom:6px;
	padding-left:18px;
	padding-right:22px;
}

#cabecera {
	background: #ffffff;
	height: 90px;
	border-bottom: 6px solid red;
}

#cabecera h1 {
	background: url(../resources/img/nexusc-logo.png) center left no-repeat;
	width: 317px;
	height: 90px;
	top: 2px;
	left: 30px;
	float: left;
	position: relative;
}

#cabecera h1 a {
	width: 317px;
	height: 90px;
}

#cabecera h2 {
	background: url(../resources/img/logo_SAN.jpg) left no-repeat;
	width: 200px;
	height: 85px;
	top: 2px;
	right: 30px;
	float: right;
	position: relative;
}

#cabecera h2 a {
	width: 275px;
	height: 73px;
}

#cabecera h1 a, #cabecera h2 a {
	display:block;
	text-indent:-12000px;
}

#contenido {

	height: 85%;
	padding-bottom:21px;
}

#cuerpo_login {
	margin-left:40px;
	margin-right:40px;
	margin-top:15px;
}

#info_login {
	background:#FFFFCC none repeat scroll 0 0;
	border:1px solid #E1D4AD;
	color:#000000;
	padding:5px 10px 10px 5px;
}

#login_form {
	background:#FFFFFF url(../resources/img/degradado_azul.png) bottom right repeat-x;
	width: 260px;
	height: 145px;
	float: left;
	padding:20px;
	border: 1px solid #69ABC5;
	margin-top:41px;
}

.ocultarTexto {
	display:none; 
	visibility:hidden;
}

a img {
	border: none;
}

input[type="submit"], input[type="button"] {
	padding: 2px;
}

.name-cell {
	vertical-align: top;
	font-weight: bold;
	float: left;
	padding: 5px;
	margin-top: 3px;
	min-width: 115px;
	text-align: left;
}

.name-cell-login {
	vertical-align: top;
	color: #686868;
	font-weight: bold;
	float: left;
	padding: 10px;
	margin-top: 3px;
	min-width: 70px;
	text-align: right;
	/*border: 1px solid;*/
}

.tipo-login {
	background-color: #FFFFFF;
	border-width:1px;
	border-color:#AAAAAA;
	border-style: solid; 
	padding: 2px; 
	vertical-align: middle; 
	font-family: Arial; 
	font-size: 1.2em; 
	font-style: normal;
	width: auto;
}

.user-login {
	background-color: #FFFFFF;
	border-width:1px;
	border-color:#AAAAAA;
	border-style: solid; 
	padding: 2px; 
	vertical-align: middle; 
	font-family: Arial;
	font-size: 1.2em; 
	font-style: normal;
}

.password-login {
	background-color: #FFFFFF;
	border-width:1px;
	border-color:#AAAAAA;
	border-style: solid; 
	padding: 2px; 
	vertical-align: middle; 
	font-family: Arial; 
	font-size: 1.2em; 
	font-style: normal;
}

.div-separator {
	height:1px;
	overflow:hidden;
	clear: both;
}


.div-explorer {
	overflow: hidden;
	min-width:600px;
}

.value-cell {
	float: left;
	padding: 5px;
	padding-right: 50px;
}

.value-cell-login {
	float: left;
	padding: 10px;
	padding-right: 50px;
}

/* copiado del original */
#texto_login {
	width: 450px;
	float: left;
	margin-top:41px;
	margin-left:37px;
}

.enlaces_login {
	text-decoration: none;
	color:#067499;
	font-size: 1.0em;
	font-weight:bold;
	line-height:1.5em;
}

#titulo_login {
	color: #067499;
	font-family:Arial;
	font-size:2.0em;
	margin-bottom: 5px;
}

#subtitulo_login {
	color: #AB0200;
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
}

#nota_titulo_login {
	color: #686868;
	font-family:Arial;
	font-size:1.1em;
}

.boton_login {
	padding-left: 1px;
	text-align: right;
}

.contenido_ul {
	margin:10px 5px 10px 30px;
}

.contenido_li {
	margin:3px 0;
}

.rss {
	float:left;
}

.deshabilitado {
	background-color: #C5C5C5;
}

.error {
	background:#FDF2F2;
	border:1px solid #EF8A9E;
	color:#BB0022;
	padding:5px 10px 5px 10px;
	margin:15px 40px 0px 40px;
}
#pieDiv {
	
	border-top: 6px solid red;
	clear:both;
	
	
}

#pie {
	padding-left:21px;
	padding-right:21px;
	padding-top:0px;
	text-align: right;
}

#pieIdentificador {
	width:35%;
	height:20px;
	float:left;
	position:relative;
	text-align:left;
	padding-top: 2px;
}

#pieInformacion {
	width:50%;
	height:20px;
	float:right;
	position: relative;
	text-align:right;
	padding-top: 2px;
}

.pie_login_izq_url {
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;
}

.pie_login_der_url {
	text-decoration:none;
	font-size: 0.9em;	
}

.pie_login_text {
	color:#686864;
}

#informacion {
	position:inherit;
}

#informacion li {
	display:inline;
	padding:4px 0;
}

#meta {
	clear:both;
}

#meta ul {
	float:right;
	list-style:none;
}

#meta ul li {
	float: left;
	margin-left: 6px;
	margin-top: 0px;
}

.clearBoth {
	clear: both;
}

.botonesPanelModal {
	text-align:center;
	padding-top: 5px;
}

ul.bullets {
	list-style: square;
	margin-top: .5em;
	margin-bottom: .5em;
}

ul.bullets li {
	padding-bottom: 2px;
	margin-left: 1cm;
}

.botonesPanelModal {
	text-align:center;
	padding-top: 5px;
}

.centrado_vertical {
	vertical-align: middle;
}


/* Estilos para los Modos de Acceso */
.textoform2 {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:none;
}

.textoJustificado {
	margin: 5px;
	text-align: justify;
	font-size: 1.2em;
}

.tituloModoAcceso {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A30000;
	padding-left: 4px;
}

/* Estilos de la Aplicacion */

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 0px 0 0px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	background-position: 1px 50%;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid;
}

.message li.successmsg {
	background-image: url(../resources/img/msgsuccess.png);
	background-color: #F3FFD8;
	border-color: #99CC33;
	color: #336600;
}

.message li.infomsg {
	background-image: url(../resources/img/msginfo.png);
	background-color: #FBFFFF;
	border-color: #99CCFF;
}

.message li.warnmsg {
	background-image: url(../resources/img/msgwarn.png);
	background-color: #FFFFD9;
	border-color: #E1D4AD;
}

.message li.errormsg {
	background-image: url(../resources/img/msgerror.png);
	background-color: #FDF2F2;
	border-color: #EF8A9E;
	color: #BB0022;
}

.message li.fatalmsg {
	background-image: url(../resources/img/msgfatal.png);
	background-color: #FDC2C2;
	border-color: #FF0000;
	color: #990000;
}

.normativas {
	text-align: right;
}

.panelBloqueo-first-div {
	width: 100%;
	display: none;
	position:absolute; 
	z-index: 1000;
}

.panelBloqueo-second-div {
	width: 100%;
	height: 100%;
	background-color: black;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	position: absolute;
	top:0;
	left:0;
}

.panelBloqueo-third-div {
    /* position: absolute !important; */
    position: fixed;
    left: 40%; 
    top: 40%;
    width: 22% !important;
    height: 100px !important;
    text-align: center !important;
    z-index: 1001 !important;
    vertical-align: middle !important;
    background-color: white !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    border: 4px solid #AC1A2F !important;
    text-align: center !important;
    filter: alpha(opacity = 90) !important;
    -moz-opacity: .90 !important;
    opacity: .90 !important;
    border-image: initial !important;
}

.loading-img {
    margin-top: 15px;
    height: 32px;
    width: 32px;
}

.espere {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.mostrar {
	display: block;
	visibility: visible;	
}

.texto_blanco {
	color: white !important;
}

.login_row {
	margin: 0.5em 35 0.5em 2em !important;
}

.login_row INPUT {
	margin-left: 2em;
	float:right;
}

.login_box{
	float: right;
	
	margin-right: 2em;
}

#loginPanel {
	width: 328px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.5em
}



#welcome_text  {
	font-size: 1.5em;
	margin: 1.5em 1.5em 0 1.5em
	
}