body {
	background-image: url(imagenes/fondo.gif);
}
.borde {
	background-color: #7B4EA1;
}
.fondo {
	background-color: #F7F2EF;
}
.rayaseparadora {
	background-color: #F7F2EF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;

}
.textobotones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: left;
	background-color: #F7F2EF;
	font-weight: normal;
	padding-left: 5px;

}
.info {
	background-color: #FFFFFF;
}
.fondoblanco {
	background-color: #FFFFFF;
}
.titulos {
	padding-bottom: 3px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.piedefotonaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #F7F2EF;
	text-align: left;
	padding-top: 10px;
	padding-left: 12px;
}
.contactotitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6633;
}
.contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
form {
	width: 202px;
	height: 182px;
	margin: 0;
	padding: 0;
	border: none;
}
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form p {
	background: url(imagenes/formulario-p.gif) no-repeat;
	width: 200px;
	height: 18px;
	padding: 1px 0 0 5px;
	margin: 0 0 5px 0;
}
* html form p {
	height: 18px;
	padding: 0 0 0 5px;
}
form p.mensaje, form p.boton {
	background: none;
	padding: 0;
}
form label {
	width: 40px;
	margin-right: 5px;
	font-size: 0.7em;
	font-family: Trebuchet MS, Arial;
	height: 10px;
	display: block;
	float: left;
}
form p.mensaje label {
	float: none;
	height: 15px;
	padding-left: 5px;
}

form input {
	/*height: 12px;*/
	width: 140px;
	border: none;
	font-size: 0.7em;
}
* html form input {
	height: 12px;
	margin-bottom: 5px;
}
form textarea {
	background: url(imagenes/formulario-textarea.gif) no-repeat;
	width: 200px;
	height: 79px;
	border: none;
	font-size: 0.7em;
	font-family: Trebuchet MS, Arial;
	padding-left: 3px;
}
form .bt-enviar {
	clear: both;
	text-align: right;
	width: 50px;
	margin: 80px 0 0 150px;
	background: none;
}
* html form .bt-enviar {
	clear: both;
	text-align: right;
	width: 50px;
	margin: 0 0 0 80px;
	background: none;
}
form .bt-enviar input {
	clear: both;
	width: 50px;
	background: none;
	font-family: Trebuchet MS, Arial;
	height: 16px;
}
h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #D32234;
}

