/* CONTACTO STYLES */
div#contacto_content {
	width: 2980px;
	height: 470px;
	background-image: url(../images/transparent_pattern.png);
	position: relative;
	left: -1000px;
	display: none;
	margin: 0 0 18px 0;
}

div#contacto_content_wrapper {
	width: 980px;
	height: 174px;
	padding: 28px 0 0 0;
	margin: auto;
}

div#contacto_content_wrapper div.paragraph_container {
	width: 460px;
	float: left;
	padding: 0 0 0 20px;
}

div#contacto_content_wrapper div.paragraph_container h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #ffdb00;
	letter-spacing: -1px;
}

div#contacto_content_wrapper h4 {
	display: block;
	float: left;
	width: 980px;
	height: 62px;
	margin: 0 0 0 5px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../images/contacto_bottom.png);
	background-repeat: no-repeat;
}

div#contacto_content_wrapper p {
	margin: 0px;
	padding: 5px 0 25px 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
}

div#contacto_content_wrapper p a {
	text-decoration: underline;
	font-style: italic;
	color: #ffffff;
}

div#contacto_content_wrapper p a:hover {
	text-decoration: none;
}
