.marco {
	border-style: solid;
	border-color: #000000;
	border-width: 1;
}

.marcoV {
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
	border-left-width: 1;
}

.marcoH {
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
}

.tabletitle {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	background: #5A79B4;
	color: #FFFFFF;
}

.indice {

}

.title {
	font-size: 24 px;
	font-weight: bold;
}

B {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #C10000;
}

I {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
}


P {
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: justify;
}

A:LINK, A:VISITED {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;

}

A:ACTIVE {
	font-family: verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;

}

A:HOVER {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #C10000;
	font-weight : bold;
	text-decoration : none;
	background : transparent;
	width : auto;
}

.indice A:LINK, .indice A:VISITED {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.indice A:ACTIVE {
	font-family: verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.indice A:HOVER {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #A0B8E5;
	font-weight : bold;
	text-decoration : none;
	background : transparent;
	width : auto;
}

BODY {
     scrollbar-face-color: #EEEEEF;       <!-- el color de la barra de scroll...-->
     scrollbar-shadow-color: #AAAAAB;     <!-- la sombra de la derecha...-->
     scrollbar-highlight-color: #DDDDDF;  <!-- la sombra de la izquierda...-->
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #FFFFFF;
     scrollbar-track-color: #DDDDDE;      <!-- la barra entera-->
     scrollbar-arrow-color: #739193;      <!-- las flechas de arriba y abajo...-->
}
