@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'ShantiRegular';
	src: url('fonts/Shanti-Regular-webfont.eot');
	src: url('fonts/Shanti-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Shanti-Regular-webfont.woff') format('woff'), url('../fonts/Shanti-Regular-webfont.ttf') format('truetype'), url('fonts/Shanti-Regular-webfont.svg#ShantiRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'ShantiRegular', Tahoma, Geneva, sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 2;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
.banner {
	margin: 0 0 5px 5px;
}
#header {
	position: relative;
}
#header ul li {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	list-style-type: none;
	position: relative;
	z-index: 7;
}
#header ul li a {
	text-decoration: none;
	display: block;
	color: #eee;
	text-shadow: 1px 1px 1px #999;
	border: 5px solid #fff;
}
#header ul li a:hover {
	background-color: #222;
	transition: 1s ease all;
}
a#home, .blueDark {
	background-color: #00539b;
}
a#services, .blueMedium {
	background-color: #5091cd;
}
a#mission, .blueLight {
	background-color: #7eb0cc;
}
a#staff, .beige {
	background-color: #b9b098;
}
.yellow {
	background-color: #E6C29F;
}
a#contact, .orangeLight {
	background-color: #fdbb30;
}
a#patriaMexico, .orangeDark {
	background-color: #f47b20;
}
.blueClear {
	background-color: #7eb0cc;
}
.colBlueDark {
	color: #00539b;
}
.colBlueMedium {
	color: #5091cd;
}
.colBlueLight {
	color: #7eb0cc;
}
.colBlueClear {
	color: #7eb0cc;
}
.colBeige {
	color: #b9b098;
}
.colYellow {
	color: #ffe152;
}
.colOrangeLight {
	color: #fdbb30;
}
.colOrangeDark {
	color: #f47b20;
}
#mainWall {
	padding-left: 5px;
}
#footer {
	clear: both;
}
.blues {
	width: 110px;
	float: left;
	margin: 5px 0 0 5px;
}
.blue1 {
	display: block;
	height: 15px;
	width: 120px;
	background-color: #5091cd;
	border-bottom: 5px solid #fff;
}
.blue2 {
	display: block;
	height: 40px;
	width: 120px;
	background-color: #7eb0cc;
	border-bottom: 5px solid #fff;
}
.slogan {
	width: 825px;
	height: 60px;
	float: right;
	background-color: #00539b;
	color: #fff;
	margin: 5px 5px 0 0;
}
.slogan p {
	text-align: right;
	font-size: 15px;
	margin: 20px 10px 0 0;
}
#mainContent {
	padding: 0 0 0 5px;
}
h1 {
	color: #00539b;
	font-size: 40px;
	line-height: 1;
	clear: both;
	padding: 30px 0 17px 0;
}
#mainContent h2 {
	width: 280px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	float: left;
	margin-top: 10px;
	text-align: right;
	color: #fff;
	padding: 2px 5px;
}
#mainContent h3 {
	color: #00539b;
	margin: 0 0 10px 305px;
}
#mainContent h4 {
	color: #5091cd;
	margin: 0 0 10px 305px;
}
#mainContent img {
	margin-bottom: 22px;
}
/* #mainContent p, #mainContent ul {
	font-size: 14px;
	line-height: 2.5;
	margin: 0 0 10px 305px;
} */
.textBox {
	width: 460px;
	float: left;	
}
.textBox p {
	font-size: 14px;
	line-height: 2.5;
	margin: 0 0 10px 0;	
}
div#mainContent div.textBox h3 {
	color: #00539b;
	margin: 0 0 10px 0px;
}	
.indexLCol {
	margin: 0 30px 0 5px;	
}
.lCol {
	margin: 0 35px 0 0;	
}
#mainContent ul li {
	list-style-image: url(../images/arrow.png);
	margin-left: 20px;
	color: #5091cd;
}
#mainContent a {
	color: #00539b;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px dotted #5091cd;
}
#mainContent a:hover {
	color: #f47b20;
	border-bottom: 1px dotted #f47b20;
	transition: 1s all ease;
}
#mainContent strong {
	background-color: #00539b;
	border-radius: 3px;
	color: #fff;
	padding: 0 3px;
}
.lastP {
	padding-bottom: 32px;
}
form {
	margin-left: 305px;
	clear: both;
}
label {
	float: left;
	clear: both;
	color: #5091cd;
	width: 120px;
	line-height: 1;
	text-align: right;
	padding-right: 10px;
}
input, textarea {
	float: left;
	width: 500px;
	border: 1px solid #5091cd;
	color: #5091cd;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 3px;
}
input:active, input:focus, textarea:active, textarea:focus {
	background-color: #fefdcd;
	box-shadow: 3px 3px 3px #ccc;
}
input#enviar {
	display: block;
	float: none;
	margin: 10px 0 10px 130px;
	clear: both;
	width: 100px;
	background-color: #5091cd;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}
input#enviar:hover {
	background-color: #00539b;
	transition: 1s ease background-color;
}
