BODY {
  color: #000000;
  margin: 0px;
  height:100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}

#fullheight{
	height:100%
}

.contenedor {
  border:2px solid #990000; 
}

.contenedor_tabla {
	border:#CCCCCC thin;
	border-bottom:thin #999999;
	border-left:thin #999999;
	border-right:thin #999999;
			
}

.ligas_submenu A:link {
	text-decoration: none;
	color:#333333;	
	font-size:12px;	
}
.ligas_submenu A:visited {
	text-decoration: none;
	color:#333333;	
	font-size:12px;	
}
.ligas_submenu A:active {
	text-decoration: none;
	color:#333333;	
	font-size:12px;	
}
.ligas_submenu A:hover {
	text-decoration: underline; 
	color:#333333;	
	font-size:12px;	
}

.titulos_bloque {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.titulo_articulos_bloque {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}

.texto_articulos_bloque {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.pie {
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
}