body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01224B;
	background-repeat: no-repeat;
}

#fondo
{
background:url(../images/fondo.jpg) repeat-x;
}
.direccion {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.telefono {font-size: 20px}
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.cliente {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bolder;
	color: #AED1EE;
}
a.enlace {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.enlace:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.enlace:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.enlace:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #88BBE6;
	text-decoration: underline;
}
a.enlace:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #88BBE6;
	text-decoration: underline;
}

.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: none;
	color: #2A5E90;
	border: 1px none #8EB1D9;
	background-image: url(../images/fondo-form1.jpg);
	background-repeat: repeat-x;
	height: 15px;
}

.formulario2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: none;
	color: #2A5E90;
	border: 1px none #8EB1D9;
	background-image: url(../images/fondo-form2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.boton-borrar {
	color: #2A5E90;
	border: 1px none #8EB1D9;
	background-image: url(../images/b-borrar.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 93px;
	cursor: hand;
}

.boton-enviar {
	color: #2A5E90;
	border: 1px none #8EB1D9;
	background-image: url(../images/b-enviar.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 93px;
	cursor: hand;
}