
body {
	background-image: url(../imagenes/fondo.jpg);
	background-colo : #f6f6f6;
}

/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	text-align: left;
	/*border-right: 1px dotted #808080;*/
	background-image: url(../imagenes/hdr_virtdot.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}
.m0l0iover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight    : bold;
	padding: 4px;
	color: #ffffff;
	text-align: center;
	background-image: url(../imagenes/hdr_virtdot.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-top: 4px solid #949393;
	padding-top: 0;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #e4e4e4;
}
.m0l0oover {
	text-decoration : none;
	background: #b4b3b3;
}

/* level 1 inner */
.m0l1iout {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
	background-color: #949393;
}
.m0l1iover {
	font-family: verdana;
	font-weight : bold;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-bottom: 1px solid #808080;
	border-left  : 1px solid #808080;
	border-right : 1px solid #808080;
	background: #e4e4e4;
	/*filter: alpha(opacity=85);*/
}
.m0l1oover {
	text-decoration : none;
	border-bottom: 1px solid #808080;
	border-left  : 1px solid #808080;
	border-right : 1px solid #808080;
	background: #b4b3b3;
}

/* level 2 inner */
.m0l2iover {
	font-family: verdana;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border-bottom: 1px solid #808080;
	border-left  : 1px solid #808080;
	border-right : 1px solid #808080;
	background: #e4e4e4;
}
.m0l2oover {
	text-decoration : none;
	border-bottom: 1px solid #808080;
	border-left  : 1px solid #808080;
	border-right : 1px solid #808080;
	background: #b4b3b3;
}

.m0l3oout {
	text-decoration : none;
	border-bottom: 1px solid #808080;
	border-left  : 1px solid #808080;
	border-right : 1px solid #808080;
	border-top   : 1px solid #808080;
	background: #e4e4e4;
}
.m0l3oover {
	text-decoration : none;
	border-bottom: 1px solid #808080;
	border-left  : 1px solid #808080;
	border-right : 1px solid #808080;
	border-top   : 1px solid #808080;
	background: #b4b3b3;
}

.foot {
	color : #808080;
	text-decoration : none;
}

.foot:hover {
	color : #000000;
	text-decoration  : none;
}

.tFuente {
	font-size : 10px;
}
