body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #E7DCAF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	letter-spacing: -2px;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #930;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: -12px;
}
p, form {
	text-align: left;
	font-size: 11px;
	}
a:link, a:visited {
	text-decoration: underline;
	color: #464646;
	}
a:hover, a:active {
	background-color: #464646;
	color: #FCCC00;
	text-decoration: none;
	}
img {
	margin: 5px;
	float: left;
}
.cabecera {
	margin: 0;
	}
	
#menu {
	text-align: left;
	}
#menu ul {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	list-style-type: none;
	}
#menu li {
	margin: 0px;
	}
#menu a:link, #menu a:visited {
	font-weight: normal;
	margin: 0px;
	padding: 5px 4px 1px 8px;
	border-bottom: 1px dashed #FC0;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 17px;
	color: #464646;
	}
#menu a:hover, #menu a:active {
	text-decoration: none;
	color: #FC0;
	background-color: #464646;
	}
	
.pie a:link, .pie a:visited {
	text-decoration: none;
	}

#firma {
	height: 40px;
	background-image: url(imagenes/firma.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	}
