body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	background-color: #0063BE;
	background-image: url(../imagenes/fondoPag.gif);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
}
#divHeader {
	background-color: #CCCCCC;
	height: 150px;
	width: 800px;
	margin: auto;
}
#divMenuH {
	background-image: url(../imagenes/fondoMenuH.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: auto;
	height: 35px;
	width: 800px;
}
#divTitular {
	margin: auto;
	height: 45px;
	width: 800px;
}
.celdaTit {
	background-image: url(../imagenes/fondoTitC.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
form {
	margin: 0px;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
#divTC {
	background-image: url(../imagenes/fondoTC.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: auto;
	height: 25px;
	width: 800px;
}
#divFooter {
	background-image: url(../imagenes/fondoFooter.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: auto;
	height: 65px;
	width: 800px;
}
#divCuerpo {
	background-image: url(../imagenes/fondoCuerpo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	width: 800px;
}
.celdaSeparador {
	background-image: url(../imagenes/sep.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a.aSmall:link, a.aSmall:visited, a.aSmall:active {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a.aSmall:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
