/***************************************************
				      GENERAL
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline:none;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	vertical-align: baseline;
}
body {
	height: 100%;

	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #3b210c;
	background-image:url(../image/bg.jpg);

}
pre,code{
	white-space:pre;
	overflow:auto;
}
pre{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
code{
	display:block;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:11px;
	background-color: #333;
	padding: 10px;
}
p {
	margin-bottom: 10px;
}
strong, b { font-weight: bold; }
address { font-style: italic; }
abbr, acronym {
border-bottom:1px dotted;
cursor:help;
}
em, dfn, cite { font-style: italic; }
hr { 
	border-style:dotted none none;
	border-width:1px medium medium; 
}
dfn { font-weight: bold; }
small {	font-size: 11px; }
del { text-decoration: line-through; }
table {
	width: 100%;
	display:table;
	float:left;
}
td {
	text-align:center;
}
blockquote {
	font-style: italic;
	padding: 15px;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
	border-left: 2px solid;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
}
h1{
	font-size:33px;
	line-height: 38px;
	color:#3b210c;
}
h2{
	font-size:28px;
	line-height: 33px;
	color:#3b210c;
}
h3{
	font-size:24px;
	line-height: 29px;
	color:#3b210c;
}
h4{
	font-size:20px;
	line-height: 25px;	
	color:#3b210c;
}
h5{
	font-size:16px;
	line-height: 21px;
	color:#3b210c;
}
h6{
	font-size:14px;
	line-height: 17px;
	color:#3b210c;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size: 100%;	
}
.overline{
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	background-position: center;
	width: 100%;
	float: left;
}
.overline h1,.overline h2,.overline h3,.overline h4,.overline h5,.overline h6{
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
ul, ol	{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;	
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline:none;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
	letter-spacing: 0.5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
input:focus, textarea:focus {
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus {
	border:medium none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none !important;
	width:auto !important;
	font-style: italic;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);	
}
a {
	text-decoration: none;
	color:#095d61;	
	outline:none;
}
a:hover {
	color:#3b210c;
	text-decoration: none;
	
}
a img {
	border: none;
}
img.shadow {
}	
img.border {
	padding: 6px;
	background-repeat: repeat;
}
.alignleft {
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.alignright {
	float:right;
	margin-left: 12px;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.title, .title a {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	display: block;
}
.title a:hover {
	color: #85C441;
}
.read-more {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
}
.read-more.right {
	text-align: right;
}
.read-more.center {
	text-align: center;
}
.divider {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
.border-divider {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}
.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: normal;
}
#wrapper {
	width: 1195px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
	background-color:#5cb5ba;
	
	
}

#header {
	width: 1195px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image:url(../image/header.png);
	background-repeat:no-repeat;
	height:128px;
	margin-top:0px;

}




.content {
	width: 1195px;
	z-index: 998;
	font-size: 1em;
	float: left;
	margin:0px;
	padding:0px;
	height:auto;
	
	
	
}

.content_secundario {
	width: 1195px;
	z-index: 998;
	font-size: 1em;
	float: left;
	margin:0px;
	padding:0px;
	overflow:visible;
	
	height:auto;
	background-image:url(../image/fondo1.jpg);
	background-repeat:repeat-y;
	
	
	
}


.content_post{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:#3b210c;
	font-family:Verdana, Geneva, sans-serif;
	min-height:350px;
	
}

.content_post h4{
	color:#300;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	
}



.borde_content{
	width: 62px;
	margin:0px;
	padding:0px;
	float: left;
	min-height:450px;
	height:100$;
	background-image:url(../image/borde.png);
	background-repeat:repeat-y;
	

}

.text_content{
	width:1135px;
	height:auto;
	display:block;
	margin-top:25px;
	margin-left:30px;
	color:#3b210c;
	text-align:justify;
	float:left;

	
	
}



.text_content_secundario{
	width:950px;
	height:auto;
	display:block;
	margin-top:5px;
	margin-left:115px;
	color:#3b210c;
	text-align:justify;
	float:left;
	clear:both;
	
	
}

.image_contact_principal{
	width:641px;
	height:361px;
	float:right;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../image/sombras.png);

	
}


.image_contact_secundario{
	width:641px;
	height:361px;
	float:right;
	margin-left:15px;
	margin-top:5px;
	background-image:url(../image/sombras.png);
	
}


.image_center{
	width:616px;
	height:328px;
	float:left;
	margin-left:13px;
	margin-top:8px;
	background-color:#333;
	
	
}

.image_contact_sombra_secundario{
	width:580px;
	height:18px;
	float:left;
	margin-left:35px;
	margin-top:20px;
	background-image:url(../image/sombra2.png);
	background-repeat:no-repeat;
	
}









.logo_secundaria{
	margin-top:15px;
	margin-left:45px;
	width:59px;
	height:77px;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	
}

.titulo_secundario{
color:#300;
text-align:left;
width:950px;
height:40px;
margin-left:25px;
margin-top:35px;
float:left;
margin-bottom:20px;

background-image:url(../image/bg_title.png);
background-repeat:repeat-x;

}

.contenedor_titulo{
	
	width:auto;
	height:40px;
	float:left;
	display:block;
	background-color:#42A0A5;
	overflow:visible;
	background-color:#5cb5ba;
	padding-right:10px;
	
	
}

.contenedor_titulo h1{
	color:#3b210c;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	
}

.borde_secundario{
	width:62px;
	height:450px;
	float:right;
	background-image:url(../image/borde.png);
	display:block;	
}



.image_contact{
	width:622px;
	height:279px;
	
	float:left;
	margin-left:47px;
	margin-top:25px;
	
}

.image_contact_sombra{
	width:644px;
	height:15px;
	float:left;
	margin-left:35px;
	margin-top:20px;
	background-image:url(../image/sombra.png);
	background-repeat:no-repeat;
	
}

.text_content h1{
color:#3b210c;
text-align:left;
	
	
}



#onda_footer {
	width: 1195px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image:url(../image/onda_footer.png);
	background-repeat:no-repeat;
	height:205px;

}

.bg_testimonial{
	width:647px;
	height:71px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-image:url(../image/testimonios.png);
	background-repeat:no-repeat;
	
	
}

.tx_testimonial{
	margin-top:15px;
	margin-left:70px;
	color:#804000;
	font-size:14px;
	font-style:italic;
	float:left;
	width:510px;
	height:20px;

	
}



#footer {
	width: 1195px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image:url(../image/footer.png);
	background-repeat:no-repeat;
	height:217px;

}


.onda_secundaria{
background-image:url(../image/secundaria_footer.png);
	background-repeat:no-repeat;
	height:45px;
	width:1195px;
	float:left;
	display:block;
	
}

#bar_footer{
width: 1195px;
height:25px;
margin-top:187px;
clear:both;
font-size:12px;
	
}

.text_footer1{
	margin-left:10px;
	color:#3B210C;
	height:auto; width:auto;
	float:left;
	margin-top:6px;
	
}

.text_footer2{
	margin-left:10px;
	color:#095D61;
	height:auto; width:auto;
	float:left;
	margin-top:6px;
	text-decoration:underline;
	
}

.text_footer2 a:hover{
	color:#3b210c;

}

.text_footer3{
	margin-right:10px;
	color:#300;
	height:auto; width:auto;
	float:right;
	margin-top:6px;
	
}


.text_footer3 a:hover{
		color:#095D61;

}

.div_flower{
	float:left;
	margin-top:30px;
	margin-left:40px;
	width:59px;
	height:77px;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	
	
}



.footer_column1{
	width:291px;
	height:150px;
	float:left;
	margin-top:10px;
	margin-left:15px;
	color:#c8e6d9;
	font-size:12px;
	text-align:left;
	padding-top:10px;
	font-family:Arial;
	
}

.footer_column1 h2 {
	font-size:16px;

	font-family:Arial;
	color:#c8e6d9;
	
}




.footer_column2{
	width:291px;
	height:150px;
	float:left;
	margin-top:10px;
	margin-left:50px;
	color:#c8e6d9;
	font-size:12px;
	text-align:left;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-family:
	
}


.footer_column2 h2 {
	font-size:16px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#c8e6d9;
		
}


.footer_column3{
	width:291px;
	height:150px;
	float:left;
	margin-top:10px;
	margin-left:50px;
	color:#c8e6d9;
	font-size:12px;
	text-align:left;
	padding-top:10px;
	font-family:Arial;
	
	
}

.footer_column3 h2 {
	font-size:16px;

	font-family:Arial;
	color:#c8e6d9;
	
}

.footer_column3 a {
	color:#c8e6d9;
	font-size:12px;
	text-align:left;
	font-family:Arial;
}

.footer_column3 a:hover {
	color:#FFF;
	font-size:12px;
	text-align:left
	font-family:Arial;
}

.divm{
	background-image:url(../image/divm.png);
	width:291px;
	height:2px;
	clear:both;
	float:left;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
	
}

/* -- 3. menu -- */

.nav1 {  margin-left:2px; margin-top:30px; float:left; position:relative; list-style:none; width:835px; height:55px; z-index:10;  font-family:Arial, Helvetica, sans-serif; font-size:15px;    padding-left:8px; }
.nav1 li { float:left; position:relative; height:25px; width:auto; margin-left:6px; margin-top:15px;  }
.nav1 a { display:block; color:#3B210C; text-decoration:none; line-height:18px; padding:6px; font-size:15px;  margin-right:6px; }
.nav1 a:hover { color:#3B210C; font-size:13px; font-weight:bold; }
.nav1 li.current-menu-item a, .nav1 li.current-menu-ancestor > a { color:#3B210C; font-size:15px; }
.nav1 ul { list-style:none; position:absolute; display:none; top:30px; margin:0px; padding:0px; width:150px; z-index:99999; font-size:15px; 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
 }
.nav1 ul li { min-width:150px; height:auto; }
.nav1 ul.sub-menu { padding:3px 8px; background:#5CB5BA; border:1px solid #eff0f1; }
.nav1 ul.sub-menu a { display:block; margin:0px; padding:4px; color:#3B210C; text-decoration:none; font-weight:normal; font-size:15px; font-family:Arial, Helvetica, sans-serif; text-align:left; }
.nav1 ul.sub-menu a:hover { display:block; margin:0px; padding:4px; color:#3B210C; text-decoration:none; text-transform:none;  font-size:15px; font-family: Arial, Helvetica, sans-serif; text-align:left; }
.nav1 li:hover > a { color:#3B210C; font-size:15px;font-weight:bold; }
.nav1 ul ul { left:150px; top:0px; }
.nav1 ul li:hover > a { color:#3B210C; font-size:13px;font-weight:bold;font-size:15px; }
.nav1 li:hover ul ul, .nav1 li:hover ul ul ul, .nav1 li:hover ul ul ul ul { display:none;font-weight:bold;font-size:15px; }
.nav1 li:hover ul, .nav1 li li:hover ul, .nav1 li li li:hover ul, .nav1 li li li li:hover ul { display:block;font-weight:bold;font-size:15px; }


.footer_column1 a {
	color:#c8e6d9;
	font-size:12px;
	text-align:left;
	font-family:Arial;
}

.footer_column1 a:hover {
	color:#FFF;
	font-size:12px;
	text-align:left
	font-family:Arial;
}





