/* Estilo de componentes y fuentes */

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	text-decoration: underline;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align:justify;
}
.texto_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.textoPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 16px;
	margin-bottom: 0px;
	text-align:right;
	font-style: italic;
}
.celda_int {
	border: 1px solid #C5C8CE;
}
.celda_ext {
	border: 1px solid #000000;
}
div { 
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #264508;
	scrollbar-highlight-color: #264508;
	scrollbar-3dlight-color: #264508;
	scrollbar-darkshadow-color: #264508;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #264508;
} 
body { 
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #264508;
	scrollbar-highlight-color: #264508;
	scrollbar-3dlight-color: #264508;
	scrollbar-darkshadow-color: #264508;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #264508;
}
