@charset "utf-8";
/* CSS Document */

<style>
  	html,body{
	height: auto;
	width: auto;
	}	
div.capaprincipal	{
	position: absolute;
	border: solid 1px #000;
	min-width: 1300px;
	width: 100%;
	min-height: 1400px;
	height: 100%;
	overflow: hidden;
	/*text-align: center;*/
	left: 0px;
	top: 18px;
	bottom: 0px;
} 
div.capainicio		{
	position: fixed;
	width: 100%;
	height: 120px;
	top: 0px;
	text-align: left;
	left: 0px;
	z-index: 100;
}
div.capalogo		{
	position: absolute;
	width: 100%;
	height: 150px;
	text-align: left;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}
div.capalogo2		{
	position: absolute;
	width: 423px;
	height: 100px;
	left: 28px;
	top: 15px;
	background-color: #FFF;
}
div.capahorario		{
	position: absolute;
	width: 166px;
	height: 80px;
	left: 1130px;
	top: 25px;
	z-index: 100;
}
div.capamenu		{
	position: absolute;
	width: 100%;
	height: 38px;
	top: 120px;
	text-align: left;
	left: 0px;
	
}
div.capamapa		{
	position: absolute;
	width: 100%;
	height: 680px;
	margin-top: 300px;
	margin-left: 0px;
}
div.capainfo		{
	position: absolute;
	width: 100%;
	height: 93px;
	margin-top: 220px;
}
div.capainfo2		{
	position: absolute;
	width: 750px;
	height: 400px;
	margin-top: 770px;
	margin-left: 550px;

}


.p1 {
	text-align: center;
	color: #006;
	text-decoration: overline;
	font-weight: bold;
	font-size: 30px;	
    
}
.p2 {
	text-align: center;
	color: #006;
	font-weight: bold;
	font-size: 20px;	
}
.p3 {
	text-align: justify;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.p4 {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;	
}
.p5 {
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	margin-left: 10px;	
}
.p6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 36px;
}
div.capabajo		{
	position: absolute;
	width: 100%;
	height: 200px;
	top: 1200px;
	background: #023859;
}

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {background:#FEFEFE;}
 
.menu_bar {
	display:none;
	
}
 
header {
	width:100%;
}

header nav {
	background:#023859;
	z-index:1000;
	min-width: 1300px;
	width:100%;
	margin:20px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#006DD9;
}
 
header nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align: left;
	font-size: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#011826;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		top:0;
		background:#006DD9;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 60px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 80%;
		height: calc(30% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}

 </style> 
 
 
 
 


#templatemo_footer_wrapper {
	width: 100%;
	background: #50504d;
	border-top: 5px solid #e8e8e7;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

#templatemo_footer {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#site_title { 
	float: left; 
}

#site_title a { 
	display: block; 
	color: #fff; 
	font-size: 38px; 
	font-weight: 700; 
	line-height: 40px; 
}

#site_title a span { 
	color: #0000FF; 
}

#site_title a:hover {
	text-decoration: none;
	color: #000000;
}

#templatemo_menu { 
	float: right; 
}

#templatemo_main img {
	border: 0px solid #2A1F00;
	background-color: #FFF;
}

.fp_box5 { 
	float: left; 
	width: 160px; 
	margin-right: 15px; 
	padding: 9px; 
	text-align: center; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
}

.fp_box5:hover { 
	background: #696960; 
}

.fp_box5 h2 a { 
	color: #000; 
	font-size: 14px; 
	font-weight: 700; 
}

.fp_box5 img { 
	margin-bottom: 10px; 
}

.fp_box5 h2 { 
	margin-bottom: 5px; 
}

.fp_box5 p { 
	text-align: left; 
}

.fp_box5:hover.fp_box5 h2 a { 
	color: #fff; 
	font-size: 14px; 
	font-weight: 700; 
}

.fp_box5:hover p { 
	color: #d6d6ce;
}

#templatemo_footer a {
	color: #fff;
}

#templatemo_footer h5 {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: normal;
}

#templatemo_footer { 
	color: #bebeb2; 
	font-size: 11px;
}

.footer_list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}

.footer_list li { 
	margin: 0 0 5px; 
	padding: 0 0 5px; 
}

.footer_list li a { 
	color: #fff; 
}

.footer_list li a.social {
	display: block;
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
}

.footer_list li a.facebook { 
	background-image: url(../images/facebook.png); 
}

.footer_list li a.twitter { 
	background-image: url(../images/twitter.png); 
}

.footer_list li a.feed {
	background-image: url(../images/whatsapp.png);
}
.footer_list li a.whatsapp { 
	background-image: url(../images/whatsapp.png); 
}

#templatemo_footer .newsletter_txt { 
	width: 217px; 
	margin-bottom: 5px; 
	padding: 3px;	
}

#templatemo_footer .subscribe_button { 
	float: right; 
	display: block; 
	font-size: 10px; 
	color: #fff; 
	font-weight: 700; 
	width: 85px; 
	height: 23px;  
	padding-bottom: 5px; 
	padding-right: 25px; 
	background: url(../images/templatemo_button.png) left center no-repeat; 
	border: none; 
	cursor: pointer; 
}

.testimonial { 
	margin-bottom: 30px; 
	padding: 10px; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
}

.gallery_box { 
	float: left; 
	width: 217.5px; 
	margin: 0 30px 30px 0; 
	text-align: center; 
}

.gallery_box img { 
	margin-bottom: 10px; 
}

.gallery_box a { 
	font-size: 12px; 
	font-weight: 700; 
	margin-bottom:0; 
}

.gallery_box p { 
	font-size: 11px; 
}

.post {
	clear: both;
	margin-bottom: 60px;
}

.post img { 
	float: left; 
	margin-right: 15px; 
}

.post h2 { 
	margin-bottom: 0; 
	font-size: 18px; 
	margin-bottom: 10px; 
}

.post .meta { 
	clear: both; 
	font-size: 10px; 
	margin-top: 20px; 
	padding: 5px 10px;  
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
	border-left: none; 
	border-right: none;
}

.post .meta span { 
	float: left; 
	display: block; 
	margin-right: 20px; 
}

.post .meta span.more_but { 
	float: right; 
}

.post .meta span.more_but a { 
	color: #7f0d0d; 
} 

.post .meta a, .post .meta strong { 
	color: #7b7b7b; 
	font-weight: 700; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 538px;

}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none;  
}

.comments li .commentbox1 { 
	background: #e3e3dd; 
	border: 1px solid #c9c9c0;  
}

.comments li .commentbox2 { 
	background: #f2f2f0; 
	border: 1px solid #c9c9c0;  
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 10px 30px 20px 30px; 
	margin-bottom: 40px;  
}

.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
}

#templatemo_main .comment_box .gravatar img {  
	width: 58px; 
	height: 58px; 
	border: 5px solid #fff; 
}

.comment_box .comment_text {  }

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 12px; 
	font-weight: 700; 
	color: #7f0d0d; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 11px; 
	font-weight: normal; 
	font-style: italic; 
	color: #7b7b7b; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 11px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
}
 
.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #fff; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form form {
}

#comment_form textarea {
	color: #222;
	height:150px;
	width: 360px;
	padding: 5px; 
	background: #fff; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;

}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #222;
	width: 250px;
	padding: 5px; 
	background: #fff; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form form .submit_btn { 
	width: 80px;
	height: 30px;
	color: #000;
	background: #fff; 
	border: 1px solid #c8c8bd;
}	

.rp_pp { 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #c5c5b9; 
}

.rp_pp a { 
	color: #666; 
}

.rp_pp p { 
	font-size: 10px; 
	font-style: italic; 
}

#sidebar h5 { 
	margin-bottom: 15px; 
}

#contact_form { 
	padding: 0; 
	width: 410px; 
	margin-bottom: 40px; 
}

#contact_form form {
	margin: 15px;
	padding: 0px;
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form form textarea {
	width: 300px;
	height: 100px;
	padding: 5px;
	color: #333;
	background: #e7e7e0;
	border: 1px solid #c8c8bd;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	padding: 5px 14px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd;
	font-size:14px; 
	margin: 10px 0px;
}	

.col {
	float: left;
	margin-right: 18px;
	margin-left: 18px;
}
.col_12 {
	width: 450px;
	height: 100%;
	margin-right: 20px;
	margin-left: 20px;
}
.col_13 { width: 300px }
.col_23 { width: 630px }
.col_14 {
	width: 20%
} 
.col_24 { width: 465px }
.col_15 { width: 180px; margin-right: 15px }

.no_margin_right {
	margin-right: 0;
	width: 23%;
}

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

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

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
}

.pagging ul li a:hover { 
	background: #5b5b08; 
	color: #fff;  
}
.button{text-decoration:none; text-align:center; 
 padding:11px 32px; 
 border:solid 1px #000000; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#ffffff; 
 background-image: -moz-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -webkit-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -o-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -ms-linear-gradient(top, #ffffff 0% ,#3ea5c7 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ea5c7', endColorstr='#3ea5c7',GradientType=0 ); 
 background-image: linear-gradient(top, #ffffff 0% ,#3ea5c7 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
  }.button:hover{
 padding:11px 32px; 
 border:solid 1px #000000; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#000000; 
 background-color:#ffffff; 
 background-image: -moz-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -webkit-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -o-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -ms-linear-gradient(top, #ffffff 0% ,#3ea5c7 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ea5c7', endColorstr='#3ea5c7',GradientType=0 ); 
 background-image: linear-gradient(top, #ffffff 0% ,#3ea5c7 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }.button:active{
 padding:11px 32px; 
 border:solid 1px #000000; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#000000; 
 background-color:#000000; 
 background-image: -moz-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -webkit-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -o-linear-gradient(top, #ffffff 0%, #3ea5c7 100%); 
 background-image: -ms-linear-gradient(top, #ffffff 0% ,#3ea5c7 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ea5c7', endColorstr='#3ea5c7',GradientType=0 ); 
 background-image: linear-gradient(top, #ffffff 0% ,#3ea5c7 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }
