/* CSS Document */

a:link { COLOR: #EEEEEE }
a:visited { COLOR: #EEEEEE }
a:hover { COLOR: #999999 }


.p {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	text-align: left;
}

.li {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	text-align: left;
}

.p_foot {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	letter-spacing: 0.03em;
	text-align: left;
}

.texto{
	font-family: Arial, Helvetica, sans-serif ;
	font-size:12px;
	line-height: 14px;
	color: #000000;
}
.texto a:hover {
   color:#000000;
}
.texto a:link {
   color:#645BFF;
}
.texto a:visited{
        color:#BAAEFF;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #666666;
	letter-spacing: 0.02em;
	text-align: left;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	letter-spacing: 0.02em;
	text-align: left;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	letter-spacing: 0.02em;
	text-align: left;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	text-align: center;
}

.nav {
	font-family:  Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #EEEEEE;
	letter-spacing: 0.05em;
	text-align: left;
}
.nav a:hover {
   color:#999999;
   text-decoration: none;
}
.nav a:link {
   color:#ffffff;
   text-decoration: none;
}
.nav a:visited{
        text-decoration: none;
}

.Copyright{
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #999999;
        font-size: 9px; 
	font-weight : bold;
}

#tooltip {
    padding: 1px;
    background: #f9f9f9;
    border: 1px solid #611400;
    text-align: center;
    font-size: smaller;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #611400;
}

span.tip {
    border-bottom: 1px solid #eee;
}
