body {
	background-color: #747474;
	text-align: center;
	font-family: Century Gothic;
}

.negrita {
	font-weight: bold;	
}

#wrapper {
	text-align: left;
	background-color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 555px;
}

#c1 {
	float: left;
	width: 840px;
	height: 300px;
	background-color: #fff;
}

#c2 {
	float: left;
	width: 300px;
	height: 255px;
	background-color: #FCD1B2;
	color: #F46600;
	font-size: 40px;
}

#c3 {
	float: left;
	width: 540px;
	height: 255px;
	background-color: #F46600;
	color: #fff;
}

#c1 img {
	margin-left: 50px;
	margin-top: 60px;
}

#c2 div.texto {
	margin-top: 75px;
	margin-right: 50px;
}

#c2 div.texto div {
	float: right;
}

#c3 div.texto {
	margin-top: 70px;
	margin-left: 40px;
	font-size: 31px;
}

#c3 div.texto div {
	float: left;
}

#c3 div.texto div.email {
	font-size: 27px;
}

#c3 div.texto div.email a {
	text-decoration: none;
	color: #fff;
}

#c3 div.texto div.email a:hover {
	text-decoration: underline;
}

