/* CSS Document */
/* CSS to contact page*/

body {
	background-color: #cccccc;
	height: 100%;
}

#contenedor {
	width: 100%;
	height: 100%;
}  

#content {
	margin: -10px auto 0;
	width: 760px;
	height: auto;
	border-top: 1px solid white;

}

#contact_cont {
	padding-top: 16px;
	padding-bottom: 32px;
    padding-left: 20px;
	border-top: solid 1px #666666;
	color: #000000;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
	padding-left: 15px;
}

.map{
	float: right;
	margin: 15px 10px 0px;
	border: 1px solid #ffffff;
}

.h2_contact {
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #604057;
	text-transform: uppercase;
}
