@charset "UTF-8";
/* CSS Document */
body { background-color: PapayaWhip}/*{ background-color:#F7F7F7;}  #FFFFCC--> */
.contenedor {width:25%;  margin:auto; padding:10px; } /*#00FFFF*/
.fieldset {border:1px dashed #CCC; padding:10px;}

legend {font-family:Arial, Helvetica, sans-serif; font-size: 80%;  font-weight: bold; line-height: 1.1;	color:#fff; background: #666; border: 1px solid #333; padding: 2px 6px;} <!--letter-spacing: -1px;-->


.label { width:142px; height:32px; margin-top:3px; margin-right:2px; padding-top:11px; padding-left:6px; background-color:#CCCCCC;
	float:left; display: block; font-family:Arial, Helvetica, sans-serif; font-size: 115%; letter-spacing: -1px; font-weight: normal; ine-height: 1.1; color:#666; }

div_texbox {width:347px; float:right; background-color:#E6E6E6; height:35px; margin-top:3px; padding-top:5px; padding-bottom:3px;
	padding-left:5px;}
.username {	font:normal 15px Arial; color: #333333; padding:3px 5px 3px 19px;}
.username:focus, .username:hover { background-color:#F0FFE6;}
.password {color: #999999;padding:3px 5px 3px 19px;}
.password:focus, .password:hover {background-color:#F0FFE6;}
.ingresar{background: #e3e3db; font-size:12px; color: #989070; padding: 6px 14px; border-width: 2px; border-style: solid;	border-color: #fff #d8d8d0 #d8d8d0 #fff; text-decoration: none;  font-weight:bold; margin-top:5px} /*text-transform:uppercase;*/
/* .button {background: #e3e3db; font-size:12px; color: #989070; padding: 6px 14px; border-width: 2px; border-style: solid;	border-color: #fff #d8d8d0 #d8d8d0 #fff; text-decoration: none; text-transform:uppercase; font-weight:bold;} */


#enter-without-changes{ cursor:pointer}

/*body { background-color:#FFFFCC }

.logo {
    width: 213px; height: 36px;margin: 30px auto;
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 0 auto;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}
*/
/*
input[type=checkbox] {
    /*display: none;*/ /*
}
*/
/*
.checkbox label:before {
    border-radius: 3px;display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

.texto-form{font-size: 10px; color:blue; cursor:pointer}
.click-here-form{ text-decoration:underline}
#go-to-change, #return-to-login-form{}

*/