body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: #333333;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #B3B0AE;
	text-decoration: none;
}


/* capas principales */
#dv-global {
	width:100%;
	height:100%;
}
#dv-encabezado {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:60px;
	z-index:2;
	overflow:hidden;
	background-color:#F0EFEF;
}
#dv-flash {
	position:absolute;
	left:0px;
	top:60px;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}
#dv-contenido {
	float:left;
	width:100%;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#F18E00;
}
#dv-cierre {
	float:left;
	width:100%;
	background-image: url(img/fondcierre.gif);
	background-repeat: repeat-x;
	background-position: top center;
}


/* otros */
.mnppal-01 {
	padding-left:10px;
	padding-right:10px;
	background-image:url(img/fndmnppal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:#FFFFFF 1px solid;
}
.mnppal-01b {
	padding-left:10px;
	padding-right:10px;
	background-color:#D12421;
	color:#FFFFFF;
}
.mnsupOn {
	padding-right:10px;
	color:#D12421;
}
.mnsupOff {
	padding-right:10px;
}