/**************************************************************************
	Creado por Felipe Morales Orozco
	Email: felipe.morales@global3.cl
	Webmaster www.global3.cl
	Productor de multimedia
	ENERO 2014
**************************************************************************/
/*
	-----------------------------------------------------------------------
	 						A D M I N I S T R A D O R
	-----------------------------------------------------------------------
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	color: #808080;
	
    font-family: 'Lato', Calibri, Denne Shuffle, sans-serif;
	font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;	
}
#contenedorCentrado {
	width: 622px;
	height: auto;
	margin:0 auto 0 auto;
	z-index: 0;
}
#ContenedorGral {
	position: relative;
	float: left;
	text-align: left;
	width: 622px;
	height: 390px;
	background: url(../images/bglogin.png) no-repeat;
	z-index: 1;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#contenedor_form_login {
	width: 480px;
	height:70px;
	list-style-type: none;
	margin: 245px 0px 0px 50px;
	padding: 10px 0px 0px 20px;
	background: url(../images/bg-login-input.png) no-repeat;
}
ul#contenedor_form_login li {
	float: left;
	margin: 0px 0px 5px 15px;
	padding: 5px 0px 0px 0px;	
}
ul#contenedor_form_login li:last-child {
	margin: 0px 0px 5px 11px;
	padding: 0px 0px 0px 0px;	
}
.olvidoclave {
	position: relative;
	float: left;
	width: 622px;
	height: auto;
	font-size:14px;
	text-align: center;
}
.lnkOlvido:link, .lnkOlvido:visited, .lnkOlvido:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
	text-decoration: none;
}
.lnkOlvido:hover {
	color: #666;
	text-decoration: underline;
}
.inputLogin {
	width: 150px;
	height: 25px;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px;	
}

#bgLogin {
	width: 530px;
	height: auto;
	margin: 150px auto 0px auto;
}
#Login {
	position: relative;
	float: left;
	width: 530px;
	height: 230px;	
	font-weight: bold;
	background: url(../images/bgAcceso.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#TxtUsuario {
	position: relative;
	float: left;
	width: 240px;
	height: 12px;	
	margin: 80px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#TxtPassword {
	position: relative;
	float: left;
	width: 230px;
	height: 12px;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#divpassword {
	position: relative;
	float: left;
	width: 230px;
	height: 23px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
#btnOlvido {
	position: relative;
	float: left;
	width: 240px;
	height: 18px;
	margin: 40px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}


#datosError {
	position: relative;
	float: left;
	width: 360px;
	height: 20px;
	font-weight: bold;
	font-size:12px;
	color:#FFFFFF;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/* PIE */
#lineaPie {
	position: relative;
	float: left;
	width: 500px;
	height: 30px;
	font-size: 10px;
	line-height: 14px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#lineaPie a {
	color: #333;
}


input[type=text],
input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 180px;
    padding: 5px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
input[type=text] {
    margin-bottom: 10px;
}
input[type=text]:hover,
input[type=password]:hover {
    color: #52cfeb;
}

input[type=text]:focus,
input[type=password]:focus {
    color: #42A2BC;
}