#contacto {
	position: relative;
 	width : 305px;
 	height: 351px;
 	padding:  10px  35px  10px 520px;
	background-image   : url(../images/es/imgContacto.jpg);
}
#contacto h2 {
 	margin :  0px;
 	padding:  0px;
 	font-family: 'Trebuchet MS';
 	font-size  : 11px;
 	font-weight: bold;
 	color : #666666;
}
#contacto p {
 	margin :  0px  0px  6px  0px;
 	padding:  0px;
 	font-family: 'Trebuchet MS';
 	font-size  : 11px;
 	color : #666666;
}

#contacto form {
 	margin :  0px;
 	padding:  0px;
}
#contacto form fieldset {
 	margin :  0px;
 	padding:  0px;
 	border :  0px;
}

#contacto p#lopd {
 	font-family: 'Trebuchet MS';
 	font-size  : 10px;
 	color : #666666;
}
#contacto p#enviar {
 	width : 265px;
 	text-align: right;
}
#contacto p#enviar a {
 	font-weight: bold;
 	color : #F15D27;
}

#contacto table {
 	font-family: 'Trebuchet MS';
 	font-size  : 11px;
 	color : #666666;
}
#contacto table td {
 	vertical-align: top;
}
#contacto table td input {
 	width : 180px;
 	border : 1px solid #89A224;
}
#contacto table td textarea {
 	width : 180px;
 	height:  70px;
 	border : 1px solid #89A224;
}