.espacio-bloque {
	margin: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.estilo-box-login{
	background-color: #FFFFFF;
	border-radius: 12px;
	margin: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.fondo-gris-login{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBE3D9;
}
.boton-rojo{
	background-color: #e79e31;
	width: 100%;
	border-radius: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.boton-rojo a:hover{
	background-color: #993300;
}
.fondo-gris-form{
	background-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

.campo-buscador{
	border-radius: 100px !important;
	color:#dad4dd !important;
	padding-left:18px!important;
	padding-top:15px!important;
	padding-bottom:15px!important;
	padding-right:15px!important;
	color: #311e1e!important;
	width: 350px!important;
	font-family: "Jost";
	font-size: 17px!important;
  }

  
.select2-container--default .select2-selection--single{
	border-radius: 100px !important;
	color:#dad4dd !important;
	padding-left:18px!important;
	padding-top:11px!important;
	padding-bottom:15px!important;
	padding-right:15px!important;
	color: #311e1e!important;
	width: 350px!important;
	font-family: "Jost";
	font-size: 17px!important;
  }

.select2-selection.select2-selection--single {
    height: 53px!important;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px!important;
  }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0!important;
  }