body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ff9933;
	margin: 0px;
	width: 100%;
	text-align: center;
}
.cabezal {
	background-image: url(images/fondo-faja.gif);
	background-position: bottom;
	text-align: center;
	height: 242px;
	background-repeat:  repeat-x;
}
#caja {
	width: 465px;
	margin-top: 12px;
	text-align: left;
}
#caja #contacto #nombre {
	float: left;
	width: 243px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
#caja #contacto #correo {
	float: left;
	width: 202px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
#caja #contacto #mensaje {
	float: left;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 1px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.botones {
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 6px;
}
#firma {
	position: absolute;
	right: 3px;
	bottom: 3px;
}
