/*
OTZARRETA GRAPHIKA
DESIGN: OTZARRETA
http://www.otzarreta.com
*/


/*///////////////////////////////////////////////////*/
/* Inicio Elementos básicos */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#000000;
}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}


.euskera {
	font-size:12px;
	color:#999999;
	font-style:italic;
}
.pie {
	font-size:12px;
	color: #999999;
}
.nota {
	font-size:9px;
	color:#CCCCCC;
}
.nota a {
	font-size:9px;
	color:#990000;
}
.nota a:hover {
	font-size:9px;
	color:#FF0000;
}

.copy {
	font-size:9px;
	color:#999999;
}
.copy span{
	color:#666666;
	font-style:italic;
}
