/* 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: #D1CCA2; 
} 
tr.menu2 { 
  background: #605E51; 
}  
tr.menu3 { 
  background: #605E51; 
}
 .navtopic {
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #535046;
 text-decoration: none;
}
.navtopic a:link {
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #535046;
 text-decoration: none;
}
.navtopic a:hover {
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
}
.navtopic a:visited {
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #535046;
 text-decoration: none;
}
.navtopic a:active {
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #535046;
 text-decoration: none;
}
.navseccion {
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 color: #ECE7BD;
 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: #333333;
	text-decoration: none;
}
.Pata a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.Pata a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.Pata a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.Pata a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}