/*
colores
verde : #57896A;
naranja : #DC7726;
amarillo : #DDC077;
GRIS : #4A545D
*/
@font-face {
font-family: Quicksand;
src: url(../_fnt/Quicksand.ttf);
}
body, html {
  height: 100%;
}
body{
margin: 0;
background: url('../_img/background.png');
background-size: cover;
font-family: Quicksand;
}
.flotante{
	float: left;
}
.limpiar{
	clear: both;
}
.tcenter{
	text-align: center;
}
.tleft{
	text-align: left;
}
.tright{
	text-align: right;
}
.mauto{
	margin: 0 auto;
}

.button {
	background-color: #DC7726;
	border: none;
	color: #FFFFFF;
	font-weight: 900;
	text-align: center;
	font-size: 16px;
	width: 150px;
	padding: 5px;
	border-radius: 10px;
	outline: none;
}
.button2 {
	background-color: #DC7726;
	border: 1px solid #DC7726;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	width: 150px;
	padding: 5px;
	border-radius: 10px;
	outline: none;
	color: white;
	
}
.campo:focus {
	border-color: #000000;
	outline:0px;
    border-bottom: 1px solid #f8e300;
    color:#DC7726;
}
.campo{
	background-color: #000000;
	width: 60%;
	border-color: #000000;
	outline:0px;
	border-bottom: 1px solid gray;
	color:#DC7726;
	font-size: 15px;
	margin-bottom: 20px;
}
.cblack{
	color: #5e5e5e;
}
.cwhite{
	color: white;
}
#contenedor-login{
	width: 80%;
	max-width: 500px;
	background-color: white;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
}
.cpointer{
	cursor: pointer;
}
#dv-bottom{
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 1001;
}
.dv-conte-img{
	width: 35px;
	height: 30px;
}
.dv-conte-input{
	width: 165px;
	height: 20px;
}
#dv-contedor-usuario{
	text-align: center;
	margin: 0 auto;
}
.dv-contra{
	width: 200px;
	height: 30px;
	border-bottom: 1px solid #babd88;
}
.ffQuicksand{
	font-family: Quicksand;
}

.fs12{
	font-size: 12px;
}
.fs15{
	font-size: 15px;
}
.fs20{
	font-size: 20px;
}
.fs30{
	font-size: 30px;
}
.mw30{
	max-width: 30px;
}
.mw350{
	max-width: 350px;
}
.mb0{
	margin-bottom: 0px;
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mt0{
	margin-top: 0px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mh20{
	min-height: 20px;
}
.mw500{
	max-width: 500px;
}
.h20{
	height: 20px;
}
.h30{
	height: 30px;
}
.img-input{
	width: 25px;
	margin-top: 2px;
	margin-left: 2px;    
	border-radius: 5px;
}
#img-login{
	width: 80%;
	max-width: 190px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.sty-in{
	border: 1px solid transparent;
	height: 25px;
	width: 165px;
	background-color: transparent;
	outline: none;
	color: #4A545D;
	font-weight: 900;
}

::placeholder {
  color: #4A545D;
  opacity: 1; /* Firefox */
}
.w33{
	width: 33.33%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w75{
	width: 75%;
}
.w90{
	width: 90%;
}
.w150p{
	width: 150px;
}
.w200{
	width: 200px;
}
