.navigation_table 	
    {
	color	: #666666;
	font-family	: "Century Gothic",verdana, Arial;
	font-size		: 8pt;
	text-align : center;
	}
.tabla 	
    {
	font-family	: "Century Gothic", verdana, Arial;
	font-size		: 8pt;
	text-align : left;
	color:#666666;
	}
.calendario 	
    {
	font-family	: "Century Gothic",verdana, Arial;
	font-size		: 8pt;
	color:#666666;
	}

.titulo
	{
	font-family : "Century Gothic",verdana, Arial;
	font-weight	: bold;
	color:#7D136B;
	font-size : 14px;
	text-transform : uppercase;
	}
.titulo2
	{
	font-family : "Century Gothic",verdana, Arial;
	font-size : 14px;
	color:#666666;
	}
	
.texto1
	{
	font-family : "Century Gothic",verdana, Arial;
	font-size : 10px;
	color:#666666;
	}
.texto2
	{
	font-family : "Century Gothic",verdana, Arial;
	font-size : 12px;
	color:#666666;
	}
.menu
	{
	font-family : "Century Gothic",verdana, Arial;
	font-weight	: bold;
	font-size : 12px;
	}
.n1
    {
    font-family	: "Century Gothic",verdana, Arial;
    font-weight	: bold;
    text-transform	: uppercase;
    font-size:10px;
    color:#DDDDDD;
    background-color:#DDDDDD;
    height:16px;
    padding-left:5px;
    width: 100%;
    }

.n2 {
    font-family	: "Century Gothic",verdana, Arial;
    font-size:10px;
    background-color:#f9f9f9;
    height:18px;
    padding-left:5px;
    width: 100%;
    }
				/* colores del menu */
.an:link
	{
    color		: #7d136b;
	text-decoration	: none;
	}
    
.an:hover
    {
    color		: #ffffdd;
    text-decoration	: none;
    }
.an:visited
	{
    color		: #7d136b;
	text-decoration	: none;
	}
.an:active
	{
    color		: #7d136d;
	text-decoration	: none;
	}
            
/* colores links paginación */    
.am:link 
	{
    color: #DDDDDD;
    text-decoration: none;
	}
.am:visited 
	{
    color: #DDDDDD;
    text-decoration: none;
	}
.am:active 
	{
    color: #DDDDDD;
    text-decoration: none;
	}
.am:hover 
	{
    color: #7D136B;
    text-decoration: none;
	}
	
/* colores links */
	
a:link 
	{
    color: #7D136B;
    text-decoration: none;
	}
a:visited 
	{
    color: #7D136B;
    text-decoration: none;
	}
a:active 
	{
    color: #7D136B;
    text-decoration: none;
	}
a:hover 
	{
    color: #9dae5e;
    text-decoration: none;
	}
