@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-color:#54aa6f;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	min-width:830px;
}
a:link, a:visited, a:active {
	text-decoration:none;
	font-weight:600;
	color:#FFFFFF;
	outline:0px;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
a:hover {
	text-decoration:none;
	color: #4D4D4D;
	outline:0px;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
a:link img, a:visited img, a:active img {
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
a:hover img {
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
#top {
	width: 100%;
	height: 240px;
	padding: 0;
	margin: 0;
	background:#e7e7e7 url(../img/bg.jpg) no-repeat center center;
	text-align:center;
	border-bottom: 7px solid #4D4D4D;
}
#top img {
	margin: 30px 0; 
}
#content {
	width: 830px;
	height:auto;
	padding:0;
	margin:30px auto 50px;
}
#footer {
	width:830px;
	height: 136px;
	padding: 0;
	margin: 0 auto;
	font-size:16px;
}
.campoTxt {
	width:820px;
	height: 35px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border: none;
	padding: 0 0 0 10px;
	margin-top: 15px;
	background: #FFFFFF;
	color:#4D4D4D;
	outline:0px;
}
.txtArea {
	width:820px;
	height:150px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border: none;
	margin-top: 15px;
	padding: 6px 0 0 9px;
	resize:none;
	background: #FFFFFF;
	color:#4D4D4D;
	overflow:hidden;
	outline:0px;
}
.boton {
	border: none;
	background:rgba(64,99,75,0.7);	
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	margin-top: 15px;
	width:830px;
	height: 35px;
	padding: 0;
	text-align:center;
	cursor:pointer;
	text-decoration: none;
	color: #FFFFFF;
	outline:0px;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
.boton:hover {
	text-decoration: none;
	background:rgba(64,99,75,1);	
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}