.contacto_contenido {
	position: absolute;
	height: 500px;
	width: 885px;
	left: 26px;
	top: 40px;
}

.fondo_der {
	background-color: #ad9d8e;
	position: absolute;
	height: 425px;
	width: 314px;
	right: 0px;
}
.contacto_txt2 {
	font-size: 11px;
	color: #7f583e;
	position: absolute;
	height: 127px;
	width: 248px;
	top: 77px;
	left: 34px;
	line-height: 20px;
}


.contacto_fondo {
	background-image: url(../img/fondo_contacto.png);
	position: relative;
	height: 465px;
	width: 850px;
}

.contacto_lineas {
	background-image: url(../img/lineas_contacto.png);
	position: absolute;
	height: 213px;
	width: 412px;
	top: 208px;
	right: 0px;
}
.formulario_input {
	font-size: 10px;
	height: 18px;
	width: 322px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #818181;
	background-color: #FFF;
	border: 1px solid #818181;
	outline: none;
}
.formulario_textarea {
	font-size: 10px;
	height: 130px;
	width: 322px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #818181;
	background-color: #FFF;
	border: 1px solid #818181;
	outline: none;
	text-align: left;
	vertical-align: top;
}
.formulario_texto {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #818181;
	height: 30px;
}
.contacto_linea {
	background-image: url(../img/separadorvertical.png);
	position: absolute;
	height: 360px;
	width: 2px;
	background-repeat: repeat-y;
	top: 0px;
	left: 385px;
}
.contacto_td {
	height: 25px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	color: #818181;
}

.contacto_td2 {
	height: 25px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	color: #818181;
	background-image: url(../img/separador.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.formulario_tabla {
	position: relative;
}

