/*Estilos generales*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;

}


body {
	font-family: 'Open Sans', sans-serif;
	color:#009645;
	background-color: #009645;
	}

a {
	text-decoration: none;
	color: #6ace79;
	font-weight: 600;
	outline:0;
}

a:hover {
	color: #fff000;}

a.active {cursor:auto;}
	
h2 {
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom:8px;
}

section {
	clear: both;
	padding: 57px;			
}

p {
	font-size: 14px;
	line-height: 150%;
}

p.justificado {
	margin-bottom:20px;
	line-height: 150%;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
  	hyphens: auto;
}

strong {font-weight: 700;}

ul {list-style-type: none;}

div.clearfix {clear:both;}

header {
	position:relative;
	text-align: center;
	height: 50vh;	
	margin-bottom:10px;
	min-height: 175px;
}

#logo {
position:absolute;
bottom:0;
width:100%;
margin-bottom:10px;
}

header h1 {
	max-height:150px;
}

header h1 img {
	width:100%;
	max-width: 500px;
	}


footer {
	color:#fff;
	margin-top: 10px;
	padding-bottom:20px;
}

footer p {
	font-size: 12px;
	text-align: center;
	margin:0;	
}

#contact-button {
	border: solid 1px #fff;
	padding:6px;
	padding-left: 10px; padding-right: 10px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	margin-top:40px;
	clear:both;
}
#contact-button:hover {
	background-color:#fed100;
	border:0;
	color: #009645;
}


/*Contactos*/

#contacto-wrapper{
	overflow: hidden;
	height: 0px;
}

section#contacto {
	margin:0 auto;
	max-width: 450px;
	background-color: #fff;
	padding:20px;
}

section#contacto label {
	display:block;
	font-size:13px;
	margin-bottom:4px;
	margin-top:4px;
	font-weight: 600;
}	

section#contacto input, section#contacto textarea {
	width:95%;height:13px;
	border: 2px solid #dadbd9;
	padding:6px;
}

section#contacto textarea {
	width:95%;
	padding: 6px;
	height:150px;
	clear:right;
}

section#contacto button#enviar {
	padding:0;
	margin:0 auto;
	display: block;
	width:104px;
	height:28px;
	background-color: #009645;
	border: 0px;
	color: #fed100;
	font-weight: bold;
	font-size:14px;
	margin-top:15px;
	cursor: pointer;
}

section#contacto button#enviar:hover {
	color:#fff;
	background-color: #fed100;
	color: #009645;
}

span.required {color:#fed100; margin-left:2px;}

div#sent {
	padding:10px;
	background-color: #90DF9C;
	color:#444;
	margin-top:20px;
	font-size: 14px;
	font-weight: 600;
	text-align:center;
	width:95%;
	
}

