/*
colores
cafe 1 : C28E7E
cafe 2 CBAAA2;
cafe 3 D9AD96;
cafe 4 CA9881;
*/
@font-face {
font-family: Montserrat;
src: url(../_fnt/Montserrat-Light.otf);
}

.bodyback{
margin: 0;
background: url(../_img/img-background.png) no-repeat center center fixed;
background-size: cover;
}
.bodyback2{
margin: 0;
background: url(../_img/img-grande-karen.png) no-repeat center center fixed;
background-size: cover;
}

.bodyBB{
/*background: url('background.png');*/
background-size: cover;
background-position: center;
}
.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: #D9AD96;
	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: #D9AD96;
	border: 1px solid #D9AD96;
	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:#e8e8e8;
}
.campo{
	background-color: #000000;
	width: 60%;
	border-color: #000000;
	outline:0px;
	border-bottom: 1px solid gray;
	color:#e8e8e8;
	font-size: 15px;
	margin-bottom: 20px;
}
.cblack{
	color: #212121;
}
.cwhite{
	color: white;
}
.ccafe{
	color: #CA9881;
}
#contenedor-login{
	width: 300px;
	height: 350px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
}
.cpointer{
	cursor: pointer;
}
#dv-bottom{
	position: absolute;
    width: 100%;
    margin-top: 30vh;
}
.dv-bolita-blanca{
	width: 12px;
	background-color: white;
	height: 12px;
	border-radius: 50%;
}
.dv-bolita-gris{
	width: 12px;
	background-color: #7b7b78;
	height: 12px;
	border-radius: 50%;
}
.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 #293E51;
}
#dv-presentacion{
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.ffmonse{
	font-family: Montserrat;
}

.fs12{
	font-size: 12px;
}
.fs15{
	font-size: 15px;
}
.fs20{
	font-size: 20px;
}
.fs30{
	font-size: 30px;
}
.mb0{
	margin-bottom: 0px;
}
.mb30{
	margin-bottom: 30px;
}
.mt0{
	margin-top: 0px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt20v{
	margin-top: 20vh;
}
.mt100{
	margin-top: 100px;
}
.mw30{
	max-width: 30px;
}
.mw300{
	max-width: 300px;
}
.mw400{
	max-width: 400px;
}
.mw500{
	max-width: 500px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.h20{
	height: 20px;
}
.h30{
	height: 30px;
}
.h35vh{
	height: 35vh;
}
.img-input{
	width: 25px;
	margin-top: 2px;
	margin-left: 2px;    
	border-radius: 5px;
}
#img-login{
	width: 50%;
	margin-top: 30px;
	/*max-width: 250px;*/
}
.sty-in{
	border: 1px solid transparent;
	height: 25px;
	width: 165px;
	background-color: transparent;
	outline: none;
	color: #000000;
	font-weight: 900;
}
::placeholder {
  color: black;
  font-weight: 900;
  opacity: 1; /* Firefox */
}
.pt35vh{
	padding-top: 35vh;
}
.pimagen{
	position: absolute;
	right: 0;
}
.w14{
	width: 14.2%;
}
.w20{
	width: 20%;
}
.w33{
	width: 33.33%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}
.w100p{
	width: 100px;
}
.w150p{
	width: 150px;
}
.w200{
	width: 200px;
}