body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003B67;
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #003B67;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #003B67;
	scrollbar-arrow-color: #003B67;
	scrollbar-track-color: #FFFFFF;
	}
#principal {
	border: 1px solid #003B67;
	background-image:url(img/fondo_00.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#contenido {
	border-left: 3px solid #003B67;
	}
#titulo {
	color:#003B67;
	}
#texto {
	padding: 0px 0px 0px 50px;
	overflow: auto;
	width: 450px;
	height: 250px;
	}
#menu {
	color: #FFFFFF;
	}
#pie {
	margin: 5px 0px 0px 0px;
	width: 100%;
	text-align: right;
	}
a {
	color: #003B67;
	text-decoration: underline;
	}
a:hover {
	color: #FFFFFF;
	background-color: #003B67;
	text-decoration: none;
	}
a.secundario {
	font-size: 9px;
	color: #003B67;
	text-decoration: underline;
	}
a.secundario:hover {
	font-size: 9px;
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
	}
a.terciario {
	font-size: 12px;
	color: #003B67;
	text-decoration: underline;
	}
a.terciario:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	}
h1.titulo {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #003B67;
	}
ul.flecha {
	list-style-image:url(img/flecha01.gif);
	list-style-position: outside;
	margin: 5px 15px 5px 15px;
	}
.copy {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003B67;
	background-color: #FFFFFF;
	border: 1px solid #003B67;
	padding: 2px 1px 1px 0px;
	}

/*
	Barra de navegacion
*/

td.mOFF {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #003B67;
	color: #003B67;
	cursor: auto;
	}

td.mON {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #003B67;
	color: #fff;
	background-color: #003B67;
	cursor: hand;
	cursor: pointer;
	}
	
td.mSELECTED {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #003B67;
	color: #fff;
	background-color: #003B67;
	}