@charset "utf-8";
/* CSS Document */

#formulario_contacto {
	width:728px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:10px;
	padding-left:20px;
	position:relative;
	z-index:5;
	margin-left:20px;
	min-height:425px;
	height:auto !important;
	height:425px;
}
#form_head_background{
	position:absolute;
	display:block;
	background-image:url(../img/formulario_head_background.png);
	background-repeat:no-repeat;
	width:728px;
	height:220px;
	top:0;
	left:0;
	z-index:-1;
}
#form_body_background{
	display:block;
	position:absolute;
	background-image:url(../img/formulario_body_background.png);
	background-repeat:repeat-y;
	width:728px;
	height:auto;
	top:220px;
	left:0;
	z-index:-1;
}
#form_foot_background{
	display:block;
	position:absolute;
	background-image:url(../img/formulario_foot_background.png);
	background-repeat:no-repeat;
	width:728px;
	height:235px;
	left:0;
	top:0;
	z-index:-1;
}
#formulario_contacto h3 {
	padding-top:15px;
	padding-right:10px;
	padding-left:17px;
	height:30px;
	overflow:hidden;
}
#formulario_contacto td{
	text-align:left;
	vertical-align:top;
	padding-top:20px;
}
#formulario_contacto .titulo_contacto{
	text-align:right;
	padding-right:15px;
	font-size:12px;
}
#formulario_contacto td input, #formulario_contacto td textarea{
	width:260px;
}

