#contactArea {
	height: 300px;
	border-bottom: 5px solid #B1C922;
	overflow: hidden;
	background-color: #B1C922;
}


/* ----- The Pretty Stuff ----- */





#container { width: 960px; margin: 0 auto; }



a.contact {
	float: right;
	height: 34px;
	width: 115px;
	text-indent: -9999px;
	background-color: #AEC731;
	display: block;
	background-image: url(images/abrir.png);
}

form {
	width: 910px;
	height: 300px;
	padding: 0 25px 25px 25px;
	margin: 0 auto;
}

#info {
	float: left;
	width: 210px;
	margin: 0 5px 0 5px;
}

#infoimagen {
	float: left;
	width: 210px;
	margin: 5px;
	height: 62px;
}

.imagenes {
	border-bottom: 4px solid;
	border-bottom-color: #FFF;
}

#infocabecera {
	width: 880px;
	margin: 5px;
	height:68px;
	
}


#message {
	float: right;
	width: 150px;
}




