/* CSS Document */#contenido {	width:900px;	margin:auto;	background-color: #90C7F5;	padding-top:15px}#capa_nombre_email {	width:870px;	height:35px;	margin-left:15px;}/* Campo Nombre */#capa_nombre {	width:415px; 	float:left}#nombre {	background: #fff url(images/back_nombre01.jpg) no-repeat;	width:300px;	height:24px;	border:none;	border: 1px #000000 solid;	padding-left:115px;	padding-top:9px;}/*Campo e-mail*/#capa_email {	width:415px; 	float:right;}#mail {	background: #fff url(images/back_email01.jpg) no-repeat;	width:308px;	height:24px;	border:none;	border: 1px #000000 solid;	padding-left:107px;	padding-top:9px;}/*Campo solicitud */#capa_solicitud {	width:870px;	height:210px;	margin-left:15px;	margin-top:20px;	margin-bottom:10px;	_margin-bottom:0px;}#capa_solicitud textarea{	background: #fff url(images/back_solicitud01.jpg) no-repeat;	width:730px;	height:210px;	padding-left:140px;	padding-top: 11px;}/* Capa Enviar */#capa_enviar {	width:870px;	height:40px;	margin-left:15px;	margin-top:30px;}#capa_boton {	width:116px;	height:40px;	margin: auto;}#capa_respuesta {	background-color:#FFFFFF;	width:870px;	height:275px;	margin-left:15px;	padding: 15px 0px 0px 15xp;		} /* Estilo del texto escrito por el usuario */.style_texto {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	text-decoration: none;	font-weight:normal;	color: #000066;}/* Estilo del texto de los mensajes después del envío */.style_mensaje {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	text-decoration: none;	font-weight:normal;	color: #000066;}