@font-face {
  font-family: 'AvenirLight';
  src: url('fonts/avenirltstd-light.eot?36807482');
  src: url('fonts/avenirltstd-light.eot?36807482#iefix') format('embedded-opentype'),
       url('fonts/avenirltstd-light.woff?36807482') format('woff'),
       url('fonts/avenirltstd-light.ttf?36807482') format('truetype'),
       url('fonts/avenirltstd-light.svg?36807482#AvenirLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin:0px;
	padding:0px;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:focus, a:active {
	text-decoration: none;
}
.font-capitalize {
	text-transform: capitalize !important;
}
@media (max-width: 991px){
	.font-capitalize {
		color: #808080;
	}
}
body {
	font-size: 1.8em;
	font-weight: normal;
	background: #fff;
	font-family: 'AvenirLight','Open Sans', arial;
}
.submit {
	background: #3d7da5 !important;
	color: #fff;
	font-size: 14pt;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	border: 0px;
	border-radius: 3px;
}
.submit:hover {
	background: #C0C0C0;
}
.submit-rse {
	background: #502021;
	color: #fff;
	font-size: 14pt;
	padding: 5px 25px;
	text-align: center;
	border: 0px;
	border-radius: 3px;
}
.submit-rse:hover {
	background: #7e4244;
	color: #fff;
}
.form-control {
	font-size: .9em;
	background: url('images/bginputs.jpg') no-repeat top left;
	margin-bottom: 7px;
}
.content {
	padding-bottom: 30px;
}
.no-space {
	padding: 0px !important;
	margin: 0px !important;
}
.page-header {
	border-bottom: 0px;
	margin-top: 20px !important;
	margin-bottom: 7px !important;
}
.nav-menu-desk {
	background: #502021;
}
.nav-menu-movil {
	display: none;
}
.nav-pills > li {
	margin: 0px !important;
}
.nav-pills > li > a {
	color: #fff;
	padding: 17px 20px 12px 20px;
}
.nav-pills > li > a:hover, 
.nav-pills > li > a:active, 
.nav-pills > li > a:focus, 
.nav-pills > li > a:after {
	background: transparent !important;
}
.nav-pills > li > a:hover {
	background: transparent !important;
	text-decoration: underline;
}
.logo {
	padding-left: 30px;
}
.logo img {
	height: 140px;
	width: auto;
}
.slogan {
	color: #416982;
	padding-top: 65px;
}
@media (max-width: 991px){
	.logo {
		float: left;
		width: 50%;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	#main-menu-movil {
		position: absolute;
		top: 50px;
		right: 30px;
	}
	.nav-menu-desk, .slogan {
		display: none;
	}
	.nav-menu-movil {
		display: block;
	}
	.nav-pills > li {
		color: #416982;
		width: 100%;
		border-bottom: 1px dotted #C0C0C0; 
	}
	.nav-pills > li > a {
		color: #416982;
	}
}
ol li {
	margin-left: 30px;
}
.home-box {
	padding: 20px 30px 20px 20px;
}
h1 {
	border-bottom: 2px solid #000;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.home-box h4 {
	color: #3d7da5;
	font-size: 20pt;
	margin-bottom: 25px;
}
.sidebar-right {
	background: #30404a;
	color: #fff;
	padding: 20px 35px 25px 35px;
	margin-top: 40px;
	border-bottom: 8px solid #3d7da5;
}
.sidebar-right h5 {
	text-align: center;
	border-bottom: 2px solid #fff;
	padding-bottom: 7px;
	margin-bottom: 25px;
	color: #fff;
	font-size: 16pt;
}
.sidebar-right-cont {
	background: #30404a;
	color: #fff;
	padding: 20px 35px 25px 35px;
	margin-top: 30px;
	border-bottom: 8px solid #3d7da5;
}
.sidebar-right-cont h4 {
	text-align: center;
	border-bottom: 2px solid #fff;
	padding-bottom: 7px;
	margin-bottom: 25px;
	color: #fff;
}
.areas-box {
	box-shadow: 3px 5px 5px #C0C0C0;
	padding: 50px 20px 15px 20px;
	border: 1px solid #C0C0C0;
	margin-bottom: 20px;
	position: relative;
}
.areas-box h4 {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 100%;
	background: #30404a;
	color: #fff;
	padding: 8px 20px;
	font-size: 14pt;
	margin-bottom: 15px;
	border-bottom: 5px solid #3d7da5;
}
.lineas-dis {
	font-size: 12pt;
	border-bottom: 2px solid #000;
	padding: 35px 0;
}
.lineas-dis .row {
	border-bottom: 1px dotted #C0C0C0 !important;
	padding: 7px 0px;
}
.lineas-dis b {
	color: #3d7da5;
	text-transform: uppercase;
}
@media (max-width: 500px){
	.lineas-dis b {
		display: none;
	}
}
#footer {
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #808080;
	text-align: right;
	font-size: 8pt;
	border-top: 25px solid #502021;
	padding-right: 20px;
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#footer a {
	color: #808080;
}
#footer a:hover {
	text-decoration: none;
}