body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	margin-bottom: 5px;
}

/* *************************************
* *************** Header ***************
* ************************************ */
#main-header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #CAFFF3;
	z-index: 99;	
    background-color: rgb(200,255,243);
    background-color: rgba(200, 255, 243, 0.98);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)";


	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
}
#main-logo {
	width: 100%;
	height: 108px;
	padding: 2px 0 0 20px;
	margin: 0;
	padding-top: 20px;
}

#sep-header{
	width: 100%;
	height: 18px;
	background-image: url("../img/sep-nav.jpg");
	background-repeat: repeat-x;
}
/* *************************************
* *********** Main Navigation **********
* ************************************ */
#main-menu {
	float:right;
	margin-top: 30px;
}

#main-menu a {
	color: #2a6496;
}

#main-menu a:hover {
	color: #666;
}

#main-menu.nav-pills>li.active>a, 
#main-menu.nav-pills>li.active>a:hover, 
#main-menu.nav-pills>li.active>a:focus,
#main-menu.nav-pills>li>a:hover {
	/*background: none;*/
}

#main-menu.nav-pills>li.active>a, 
#main-menu.nav-pills>li.active>a:hover, 
#main-menu.nav-pills>li.active>a:focus {
	color: #a3d900;	
}

#main-menu.nav .open>a, 
#main-menu.nav .open>a:hover, 
#main-menu.nav .open>a:focus {
	/*background: none;*/
}



#mobile-menu-button {
	float: right;
	width: 44px;
	margin: 30px 0;
	background-color: #CAFFF3;
}

#mobile-main-menu {
	display: none;)
}

#mobile-main-menu a {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #CAFFF3;
	color: #2a6496;
	text-align: center;
	text-transform: uppercase;

}

#mobile-main-menu li {
	margin: 0;
}

#mobile-main-menu a:hover {
	color: #666;
	text-decoration: none;
	background-color: #fff;
}
/* *************************************
* *********** SPLASH **********
* ************************************ */

#splash {
	background-image: url('../img/splash-background.jpg');
	height: 546px;
	background-repeat: repeat-x;
	background-position: center;
	margin-top:108px;
}
/* *************************************
* *********** HOW **********
* ************************************ */

#how {
	background-image: url('../img/how-background.jpg');
	background-repeat: repeat-x;
	background-color:#C7FDF2;
	background-position:bottom;
	padding-bottom:140px;
	padding-top: 50px;
}
#how  h1 {
	display: inline-block;
	padding: 3px 10px;
	/*margin: 0 0 4px 0;*/
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
    background-color: rgb(45,67,91);
    background-color: rgba(45,67,91, 1);
    /* For IE 8*/
}

.how h1 > strong {
	margin-right: 10px;
}
#title {
	padding-bottom: 50px;
}
#how  h2 {
	display: inline-block;
	/*margin: 0 0 4px 0;*/
	font-weight: 100;
	text-transform: uppercase;
	color: #666;
	font-size: 22px;
	font-size: 2.2rem;
    /* For IE 8*/
}



/* *************************************
* *********** ABOUT **********
* ************************************ */

#about {
	padding-bottom:140px;
	padding-top: 50px;
}
#about  h1 {
	display: inline-block;
	padding: 3px 10px;
	/*margin: 0 0 4px 0;*/
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
    background-color: rgb(32,143,189);
    background-color: rgba(32,143,189, 1);
    /* For IE 8*/
}

#about h1 > strong {
	margin-right: 10px;
}
#about {
	padding-bottom: 50px;
}
#about  h3 {
	color:#333;	
	font-size:20px;
	font-size:2rem;
	text-align:center;
}

#about h4 {
	color:#666;	
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
}

#about img {
	display: block;
	margin: auto;
	padding-top: 80px;
}

/* *************************************
* *********** FOOTER **********
* ************************************ */
footer {
	padding: 30px 0;
	background-color: #333;
	background-image: url('../img/footer-background.jpg');
	background-repeat: repeat;
	padding-top: 50px;
	padding-left: 60px;
}

footer a, footer a:hover {
	color: #fff;
	font-weight: 400;
}

footer h3 {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding-left: 40px;
}


footer li{
	color: #fff;
	font-weight: 400;
	list-style-type: none;
	padding-left: 40px;
	font-size:13px;
	font-size:1.3rem;
}
footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#icon_dir {	
	background: url('../img/icon/icon_dir.png') no-repeat top left;
}
#icon_mail {
	background: url('../img/icon/icon_mail.png') no-repeat top left;
}
#icon_tel {
	background: url('../img/icon/icon_tel.png') no-repeat top left;
}
#icon_social {
	background: url('../img/icon/icon_social.png') no-repeat top left;
	margin: auto;
}


/* *************************************
* *********** copyright **********
* ************************************ */
#copyright {
	height: 24px;
	background-color:#000;
	color:#CCC;
	font-size:10px;
	font-size:1rem;
	margin: auto;
	padding-top:6px;
}

/* css for the shiny buttons */
.boton {
  cursor: pointer;
 /* margin: 10px;*/
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  border: 1px #fff solid;
  text-align: center;
}


.boton:hover {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.2);
  text-decoration: none;
}
