body {
	font-family: 'Open Sans';
	font-weight:100;
	margin:20px 20px 20px 20px;
}

p {
	max-width:600px;
}

a {
	text-decoration:none;
}

h1 {
	font-size: 24pt;
	font-weight:100;
	max-width:600px;
}

h2 {
	font-size: 16pt;
	font-weight:100;
	max-width:600px;
}

h3 {
	font-size: 16pt;
	font-weight:100;
	max-width:600px;
}

.img {
	margin-left:20px;
}

.contact-buttons { margin:20px 0px 0px 0px; }
.contact-detl { position:absolute;top:40px;left:60px;z-index:50;font-size:15pt;max-width:800px;margin:0px 0px 0px 60px; }
.contact-label { font-size:10pt;margin:10px 0px 5px 0px; }
.contact-sent { font-size:15pt;margin:20px 0px 40px 20px; }
.contact-tarea { height:120px;font-size:14pt;font-family:'Open Sans';font-weight:100;outline:none;border:solid 1px lightgray;width:480px;padding:20px 20px 20px 20px; }
.contact-txt { height:60px;font-size:14pt;font-family:'Open Sans';font-weight:100;outline:none;border:solid 1px lightgray;width:500px;padding-left:20px; }
.contact-title { font-size:72pt;margin:0px 0px 0px 0px; }

.nodisplay { display:none; }

.button1 {
	background-color:#aaa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;

	border: solid 1px gray; font-size:12pt;

	display:inline-block; 
	color:#ffffff;
	font-family:'Open Sans';
	font-size:15px;
	font-weight:100;
	padding:6px 24px;
	text-decoration:none;

	cursor:pointer;
}.button1:hover {
	background-color:#48b04c;
}.button1:active {
	position:relative;
	top:1px;
}
