#info_contacto {
	float: left;
	width: 200px;
}

#telefono {
	width: 160px;
	float: right;
}
#telefono p {
	text-align: right;
}
#telefono p strong {
	padding-left: 20px;
	background: url(../img/diseno/telefono.png) top left no-repeat;
}

#formulario {
	float: right;
	width: 400px;
	text-align: right;
}

strong {
	font-size: 14px;
	color: #899639;
}

label {
	color: #899639;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: left;
}

input, textarea {
	background: #ccd757;
	border: 0;
	color: #7a7a1d;
	width: 400px;
	margin-bottom: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
}

textarea {
	height: 130px;
}

input {
	padding: 2px;
}

button {
	background: #ab8a00;
	border: 0;
	text-transform: uppercase;
	color: #dbe47e;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}
