﻿body {
	background-color:#e6e6e6;
}
textarea, input  
{
    outline: none; 
}
#wrapper{

	width: 615px;
	margin: 5% auto;
	background: #fff;
	padding:50px 0;
	-webkit-border-radius: 5px 5px 5px;
    border-radius: 5px 5px 5px;
}
h1
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 23px;
    color: #829600;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
.logo-login
{
    margin-bottom:30px;
}
.cont-login
{
    text-align:center;
}
.cont-login table
{
    margin-left: 150px;
    margin-top:30px;
    padding-left:3px;
 }
.user-textbox
{
    border: 1px solid #829600 !important;
   -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 30px;
    margin-bottom:-5px;
    padding:0 0 0 40px;
    font-family: 'Open Sans' , sans-serif !important;
    font-size: 13px;
    color: #656565;
    background: url(../imagenes/icono-usuario.png) no-repeat 10px center ;

}
.pass-textbox
{
    border: 1px solid #829600 !important;
   -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    height: 30px;
    padding:0 0 0 40px;
    font-family: 'Open Sans' , sans-serif !important;
    font-size: 13px;
    color: #656565;
    background: url(../imagenes/icono-contrasena.png) no-repeat 10px center ;
    margin-bottom:30px;
}
.texto-login
{
    font-family: 'Open Sans' , sans-serif !important;
    font-size: 11px;
    color: #3E3E3E !important;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

.btn-entrar
{
    width:300px;
	border: none;
	background-image: none;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;	
	cursor: pointer;
	margin-left: 156px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-entrar a 
{
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    padding: 9px 98px !important;
    border: none;
    border-radius: 3px;
    background-color: #829600 !important;
    background-image: none;
    -webkit-transition: all 0.3s ease;
}

.btn-entrar a:hover {
	background-color: #758800 !important;
}
.btn-entrar a
{
    padding:10px 0 0 0;
    font-size: 12px !important;
    color: #fff !important;
	text-decoration:none;
	display:block;
}

.btn-entrar a:active {
	position: relative;
	top: 1px;
}

/* mensaje cargando centrado */

div.divLoading {
    background: url(../imagenes/cargando.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 16px;
    width: 16px;
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: 50%; /*margin: -25px 0 0 -110px;*/
}

div.divOverlay {
    display: block;
    -moz-opacity: 0.30;
    opacity: .30;
    filter: alpha(opacity=30);
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    position: fixed;
}

.subtitulo {
    color: #202020 !important;
    font-size: 18px;
}

.mdlMsje {
    z-index: 110;
}

.cmdlMsje {
    border-bottom: 1px solid #DDD !important;
    width: 80% !important;
    margin-left: 4%;
}

    .cmdlMsje p {
        font-size: 14px;
    }

.btn_lupa {
    position: relative !important;
    height: 24px !important;
    width: 25px;
    /*float: right;
    left: 0px;*/
    left: -3px;
    top: 7px;
}

/*---ALERT ICONOS---*/
.info {
	background-image: url(../imagenes/icono-info.png);
	background-repeat: no-repeat;
	background-position: 30px 55px;

}
.success {
	background-image: url(../imagenes/icono-warning.png);
	background-repeat: no-repeat;
	background-position: 30px 55px;
}
.confirm {
	background-image: url(../imagenes/icono-confirmar.png);
	background-repeat: no-repeat;
	background-position: 30px 55px;

}
.fatal {
	background-image: url(../imagenes/icono-fatal.png);
	background-repeat: no-repeat;
	background-position: 30px 55px;

}
/*--ALERT ESTILO --*/
#dialog-titlebar {
	background: #829600 !important;
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
	padding: 6px 0;
	text-align: center;
}
#dialog-titlebar span {
	color: #fff;
	font-family: 'Open sans', sans-serif;
	font-size: 15px;
}
#dialog-content {
	padding: 30px 10px 20px 110px;
	font-family: 'Open sans', sans-serif;
	font-size: 13px;
	color: #4E4E4E;
	line-height: 20px;
}
#dialog-buttom {margin-right:50px;}
#dialog-buttom a {
	float: right;
	margin: 5px 5px 5px 0px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
	opacity: .50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}
#PopUp {
    display: none;
    position: absolute;
	max-width: 550px;
	width: 100%;
	
	background-color: #fff;
	border-radius: 3px;
	padding-bottom: 20px;
    z-index:1002;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow: auto;
}
.show {display:block;}
.hide {display:none;}
/*--ALERT ESTILO LINK--*/
.lnk a {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 11px !important;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 15px;
	border-radius: 2px 2px 2px 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #4383a5 !important;	
	background-repeat: no-repeat;
	background-position: 12px;
	width: 80px;
	text-align: center;
	margin: 0 auto;
}
.lnk a:hover {
	background-color: #387291 !important;
}
.lnk a:active {
/*position: relative;
    top: 1px;*/
}
.lnkCerrar {
    background-image: url(../imagenes/icono-cerrar.png);
}

.lnkAceptar {
    background-image: url(../imagenes/icono-aceptar.png);
}

.con-ver-login {
            font-family: 'Open sans',sans-serif;
            font-size: 14px;
            float: right;
            margin-right: 85px;
        }