
html {
        scrollbar-face-color: #e9e9f0;
        scrollbar-arrow-color: gray;
        scrollbar-highlight-color: silver;
        scrollbar-shadow-color: #99c;
        scrollbar-3dlight-color: gray;
}
body{ 
    background-color: White; 
    color: black; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12 px; 
    font-weight: normal; 
    margin:0; 
}
h1{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bolder;
}

h2{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: lighter;
}

h3{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: lighter;
}


a.boton:active{
	text-decoration: none;
        border-width: 0; 
        border-style:none;
}
a.boton:hover{
	text-decoration: none;
        border-width: 0; 
        border-style:none;
}

a.boton:Link{
	text-decoration: none;
        border-width: 0; 
        border-style:none;
}

a.boton:visited{
	text-decoration: none;
        border-width: 0; 
        border-style:none;
}

img.boton{
	border-width:1;
        border-color:black;
	border-style:none;
}

body.encabezado{
	font-family: arial;
	font-weight: normal;
	color: white;
	margin: 0;
	background-color: black;
}

body.mensajes{
	font-family: arial;
	font-size: 12 px;
	font-weight: normal;
	margin: 0;
}

input.botonMensaje{
	font-family: arial;
	font-size: 14 px;
	font-weight: normal;
	border-color:silver;
	border-style:bevel;
}



table.externa{
	background:white;
	border-width:2 medium;
	border-color:#2090f5;
	border-style:solid;
	margin:30;
}

table.interna{
	border-width:0;
	margin:30;
}


input.campo{
	font-family: arial;
	font-size: 12 px;
	font-weight: normal;
	background:white;
	border-width:1;
	border-color:black;
}

input.campobuscar{
	font-family: arial;
	font-size: 12 px;
	font-weight: normal;
	background:white;
	border-width:1;
}

input.boton{
	font-family: arial;
	font-size: 14 px;
	font-weight: normal;
	border-color:silver;
	border-style:bevel;
}


.panelVideo {
	filter:alpha(opacity=90);
	background-color:black;
	display:none;
	width:1000;
	height:700;
	position:absolute;
	color: white;
	border: 1 blue solid;
}


a.tab:active{
	background: #2090f5;
	font-family: Arial;
	font-size: 14 px;
	font-weight: normal;
	color: white;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tab:hover{
	background: #2090f5;
	font-family: Arial;
	font-size: 14 px;
	font-weight: normal;
	color: white;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tab:Link{
	background: #2090f5;
	font-family: Arial;
	font-size: 14 px;
	font-weight: normal;
	color: white;
        border-color:GRAY;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tab:visited{
	background: #2090f5;
	font-family: Arial;
	font-size: 14 px;
	font-weight: normal;
	color: white;
	border-width:2 thin;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tabActual:active{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	font-family: Arial;
	font-size: 14 px;
	font-weight: bold;
	color: black;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tabActual:hover{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	font-family: Arial;
	font-size: 14 px;
	font-weight: bold;
	color: black;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tabActual:Link{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	font-family: Arial;
	font-size: 14 px;
	font-weight: bold;
	color: black;
        border-color:GRAY;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

a.tabActual:visited{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	font-family: Arial;
	font-size: 14 px;
	font-weight: bold;
	color: black;
	border-width:2 thin;
	width:150;
        height:30;
	text-align:center;
	text-decoration: none;
}

.panelVisorModulo {
	filter:alpha(opacity=80);
	background-color:white;
	display:none;
	width:120;
	height:100;
	position:absolute;
	color: white;
	border: 1 blue solid;
}

img.moduloMiniatura{
	border-width:0;
	border-color:black;
	border-style:inset;
        width:100;
}

input.botonInicio{
	font-family: arial;
	font-size: 14 px;
	font-weight: normal;
	border-color:white;
	border-style:bevel;
	width:80;
	background-color: black;
	color: white
}

input.botonControl{
	font-family: arial;
	font-size: 14 px;
	font-weight: normal;
	border-color:white;
	border-style:bevel;
	width:40;
	background-color: black;
	color: white
}


img.miniatura{
	background-color: black;
	border-width:0;
	border-color:black;
	border-style:inset;
	width:83;
	heigth:83;
	border-radius: 50%;				
}

th.parametros{
	font-family: arial;
	font-size: 12 px;
	font-weight: bold;
}

td.parametros{
	font-family: arial;
	font-size: 12 px;
	font-weight: normal;
}