
Body {
	background-image: url('./imagenes/system/degradado.png');
	background-color: rgb(255, 255, 255);
	background-repeat:repeat-x;
	margin: 0%;
	font-family: Arial,Helvetica;
	font size:8px;
	font-weight:normal;
	color:#000000;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffBE00;
	SCROLLBAR-DARKSHADOW-COLOR: #ffBE00;
	SCROLLBAR-SHADOW-COLOR: #ffBE00;
	SCROLLBAR-3DLIGHT-COLOR: #ffBE00;
	SCROLLBAR-ARROW-COLOR: #ffBE00;
	SCROLLBAR-TRACK-COLOR: #000000;
}

a {
	text-decoration: none;
	font-size: 13px;
}

.enlace {
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma,arial;
	text-decoration: none;
}

.textobreve {
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma,arial;
}

.ruta {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma,arial;
}

.texto {
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma,arial;
}
.tabla_resalte {
	background-color: #000000;
	background-repeat:no-repeat;
	color: #FFB400;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma,arial;
}
.tabla {
	background-color: #FFB400;
	background-repeat:no-repeat;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma,arial;
}

.tablatexto{
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma,arial;
}

.tablapp{
	min-width:320px;
	width:expression(document.body.clientWidth > 320? "320px": "auto" );
}

