@charset "utf-8";
/* CSS Document */
/****************TERMINOS Y CONDICIONES***/
#terminos{
	width:720px;
	padding-right:20px;
	margin-left:30px;
}
#terminos ul{
	list-style:none;
}
#terminos ul li{
	padding-top:10px;
	padding-bottom:10px;	
	margin-bottom:20px;
	font:bold 18px times;
	color:#69F;
	padding:10px
}
#terminos ul li span{
	font:normal 10px Verdana;
	color:#000;		
}


/****************FIN TERMINOS Y CONDICIONES***/

#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:219px;
	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:219px;
	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:231px;
	left:0;
	top:0;
	z-index:-1;
}
#formulario_contacto h3 {
	padding-top:15px;
	padding-right:10px;
	padding-left:17px;
	height:30px;
	overflow:hidden;
}

