/* Estilos generales del sitio */

body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; color: #000000
}

td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}


/* Barra de navegación */

 tr.menu1 { 
  background: #990000; 
} 
tr.menu2 { 
  background: #770303; 
}  
 .navtopic {
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}
.navtopic a:link {
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}
.navtopic a:hover {
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}
.navtopic a:visited {
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}
.navtopic a:active {
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}
.navseccion {
 font-family: Arial;
 font-size: 11px;
 font-weight: bold;
 color: #eeeeee;
 text-decoration: none;
}
.FondoNavegacionInterior{  
	background-image: url(../g/bi-fondo.gif); 
	background-repeat: repeat-y}



/*  Pata del sitio */

.Pata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Pata a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Pata a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Pata a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.Pata a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68676B;
	text-decoration: none;
}
.Copyright a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.Copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


