@charset "UTF-8";
/* CSS Document */

<style type="text/css">

.body {background-image: url(imagenes/fondo1.png);
	background-repeat: repeat;}
.botones {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #c00;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.parrafo {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333;
	font-weight: lighter;
	text-align: left;
}
.legal {font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	color: #000000;}
.cabecero {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.fondo {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-image: url(imagenes/fondo1.png);
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: underline overline;
	color: #CC0000;
}
a:active {
	color: #CC0000;
	text-align: center;
}
</style>
.servicios {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
.servicios {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

