
body {
	background-color:		#F4EFE8;
	background-image:		url("../../images/roble_fondo.png");
	background-repeat:		no-repeat;
	background-position:	right top;
	font-family:			Seravek-Regular;
}

/*.form-control::placeholder
{
	color:					#82878E;
	opacity:				1;
}*/
.form-control
{
	margin-bottom:			5px;
}

.help-block
{
    color:					#82878E!important;
}

.text-muted
{
    color:					#82878E!important;
}

/*
	color:					#adb5bd;	173 181 189
   color:					#82878E!important;	130 135 142
   color:					#565A5E!important;	86 90 94
*/

.modal-panel-loading
{
	display:				none; /* Hidden by default */
	position:				fixed; /* Stay in place */
	z-index:				1; /* 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:		rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-panel-content
{
	background-color:		#F4EFE8;
	border:					2px solid #8E1536;
	border-radius:			5px;
	margin:					auto;
	padding:				20px;
	height:					50%;
	width:					50%;
	text-align:				center;
}

.titTour
{
	font-weight:			bold;
	font-size:				1em;
}

.descrTour
{
	font-size:				.8em;
	padding:				10px;
}

.formdark
{
	background-color:		rgba(128,128,128,.40);
	border:					1px solid rgba(64,64,64,.40);
	border-radius:			5px;
	padding:				5px;
}

.formblue
{
	background-color:		rgba(222,233,250,.60);
	border:					1px solid rgba(152,163,180,.60);
	border-radius:			5px;
	padding:				5px;
}

.formlight
{
	background-color:		rgba(250,250,250,.60);
	border:					1px solid rgba(202,213,230,.60);
	border-radius:			5px;
	padding:				5px;
}

.nav-tabs
{
	border-bottom: 3px solid #C1CADC;
}

.nav-tabs .nav-item .nav-link
{
	background-color:		#C1CADC;
	color:					#081B4E;
}

.nav-tabs .nav-item .nav-link.active
{
	background-color:		#081B4E;
	color:					#C1CADC;
}
