@charset "utf-8";
/* CSS Document */
#contacto{
	background:url(../img/interfaz/bkg_contacto.png) no-repeat;
	width:410px;
	height:512px;
	overflow:hidden;
}
#contacto div{
	width:410px;
	overflow:hidden;
	margin-top:123px;
}
#contacto div p{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}

#contacto form{
	background:url(../img/interfaz/bkg_contacto_form.jpg) no-repeat left top;
	width:380px;
	height:250px;
	overflow:hidden;
	margin-left:15px;
}
#contacto form input,textarea{
	border:none;
	background-color:#003399;
}
#contacto form textarea{
	width:368px;
	height:81px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f6ffa1;
	overflow:auto;
}


#contacto form .nombre{
	margin-top:20px;
	margin-left:7px;
}
#contacto form .nombre input{
	background-color:#d8fcba;
	font-size:9px;
	height:12px;
	width:362px;
}

#contacto form .correo_telefono{
	margin-top:17px;
	*margin-top:14px;
	margin-left:7px;
}
#contacto form .correo_telefono input{
	background-color:#dffcb2;
	font-size:9px;
	height:12px;
	width:176px;
}
#contacto form .correo_telefono #correo{
	margin-right:8px;
}



#contacto form .direccion{
	margin-top:21px;
	margin-left:7px;
}
#contacto form .direccion input{
	background-color:#e7fcab;
	font-size:9px;
	height:12px;
	width:362px;
}

#contacto form .mensaje{
	margin-top:25px;
	margin-left:7px;
}
#contacto form .submit{
	margin-top:18px;
	float:right;
}