body{
	/*background: url(../img/background-2.jpg) no-repeat center center fixed;*/
	background-color: #00ACEE;
	/*background-color: #00AAEA;*/
	/*background-color: #D9D9D9;*/
	background-size: cover;
}

.main-seccion{
	margin: 0 auto;
	margin-top: 30%;
	max-width: 80%;
}

.modal-content{
	background-color: #FFFFFF;
	/*opacity: .85;*/
	padding: 0 10px;
	box-shadow: 0px 0px 3px #848484;
}

.usuario-img{
	margin-top: 15px;
	margin-bottom: 5px;
}

.usuario-img img{
	width: 100px;
	height: 100px;
	/*box-shadow: 0px 0px 3px #F2F2F2;
	border-radius: 50%;*/
}

.form-group input{
	height: 42px;
	font-size: 15px;
	border: 1;
	padding-left: 44px;
	border-radius: 2px;
	background-color: #F2F2F2;
	/*font-family: 'Montserrat', sans-serif;*/
}

.form-group::before{
	font-family: "Font Awesome\ 5 Free";
	position: absolute;
	left: 28px;
	font-size: 16px;
	padding-top: 8px;
}

.form-group#usuario-group::before{
	content: "\f007";
	color: #848484;
}

.form-group#contrasena-group::before{
	content: "\f023";
	color: #848484;
}

button{
	width: 50%;
	margin: 5px 0 25px;	
}

.recordar{
	padding: 5px 0;
}

.recordar a{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

label{
	font-size: 16px;
}

.monserrat-b{	
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.open-sans {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

.nunito{
	font-family: 'Nunito', sans-serif;
}

.varela {
	font-family: 'Varela Round', sans-serif;
}

.ts-10 {
	font-size: 10px;
}

.ts-11 {
	font-size: 11px;
}
.ts-13 {
	font-size: 13px;
}

.ts-14 {
	font-size: 14px;
}

.msg-error-title {
	font-family: 'Open Sans', sans-serif !important;
	color: #CC6666 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

/*.msg-error-popup {
	background-color: #CC6666!important;
}*/

.elemento-btn {
	/*box-shadow: 0px 1px 2px #434b4d inset;*/
	box-shadow: 0px 1px 2px #434b4d;
	letter-spacing: 1px;
	font-weight: 500;
	color: white !important;
	background-color: #4caf50;
  }
/*.elemento-btn:hover {
	color: white !important;
	font-weight: 700 !important;
}*/
.elemento-text {
	box-shadow: 0px 1px 3px #434b4d;	
}
