/* Space out content a bit */
body {
	background: #e7e9de;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-right: 15px;
	padding-left: 15px;
}
a, h1, h2, h3, h4, h5, h6 {
	color: #DB8522;
}
/* Custom Classes */
.main {
	background: #fff;
	box-shadow: 0px 0px 20px #999;
	border-radius: 5px 5px 0 0;
	padding-bottom: 10px;
}
.telefonotop {
	margin: 20px 0 0 0;
}
.banderitas {
	padding-top: 13px;
}
.banderitas img {
	margin: 0 0 0 13px;
}
.logoauriga {
	margin: 1em 0 0 0;
}
.navegacion {
	margin: 0;
}
.open247{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 1.5em;
	background: #333333;
	text-align: center;
	font-size: 1.75em;
	color: white;
	vertical-align: middle;
	text-transform: capitalize;
}
#abe_ABE {
	background: url(../images/bg-quote.png);
	border-radius: 5px;
	padding: 10px;
}
p.promoheader {
	color: #5E9003;
	font-size: 25px;
	text-shadow: 1px 1px 2px #fff;
	font-weight: bold;
}
p.promoheadertext {
	color: #333;
	text-shadow: 1px 1px 2px #fff;
	line-height: 47px;
	padding-left: 20px;
	margin: 0;
}
/* Custom Navbar */
.navbar-default {
	/*background: #DB8522;*/
	background: #fff;
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #EFFF00;
}
.navbar-default .navbar-nav>li>a:active {
	color: #fff;
}
.navbar-default .navbar-nav>li {
	background: #DB8522;
	border-radius: 5px;
	margin: 10px 5px 0 0;
}
.nav>li>a {
	padding: 10px 6px;
}
aside h3 {
	color: #333333;
	font-size: 18px;
	border-bottom: 1px solid #E7E9DE;
	margin-bottom: 0;
}
aside .nav>li>a {
	padding: 3px 6px;
}
aside .nav>li>a:hover {
	background: #DB8522;
	color: #fff;
}
/* Custom page header */
.header {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}
/* Custom page footer */
.footer {
	padding: 15px 0 40px 0;
	color: #999;
	background: #333;
	border-radius: 0 0 5px 5px;
	text-align: center;
	box-shadow: 0px 0px 20px #999;
}
.footer a {
	color: #fff;
}
[ct-app].ct-app-ready {
	background: rgba(226, 226, 226, 0.75) !important;
	padding: 10px 5px !important;
	border-radius: 5px !important;
}

/* Customize container */
@media (min-width: 768px) {
body {
	padding: 10px 0;
}
.banderitas {
	padding: 0;
}
.container {
	max-width: 980px;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 0;
	padding-right: 0;
}
}
.container-narrow > hr {
	margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	margin-bottom: 0;
	background: url(../images/banner-quote.jpg);
	background-repeat: no-repeat;
	border-radius: 5px;
	padding: 15px 0;
}
.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header, .footer {
	padding-right: 0;
	padding-left: 0;
}
/* Space out the masthead */
.header {
	margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
	border-bottom: 0;
	padding: 20px 0;
}
}
