#main-cont {
	/*width: 100%;*/
}

#contacto {
	background: #D5E9C9;
	border-left: 1px solid #CCCCCC;
	float: right;
	height: 500px;
	margin: 15px 0px 5px 5px;
	padding: 8px;
	width: 25%;
}

#contacto h1 {
	color: #339900;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#contacto p {
	color: #333333;
	margin: 5px auto 5px 5px;
}


#contacto button { 
	background: url(../css/bkg_button.gif) no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 32px;
	line-height: 32px;
	margin: 10px;
	text-align: center;
	width: 152px;
 }
