/* CSS Document */
/*CSS*/
*{
	padding: 0px;
	margin: 0px;
	border: 0px;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	background-image:url(img/fondo_index.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:top;
	text-align:center;
}
#ama{
	position: relative;
	width: 750px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
}
/*SARTU*/
#sartu{
	width:750px;
	height:30px;
	margin-top:220px;
	text-align:center;
}

/*HELBIDEA*/
#helbidea{
	width:auto;
	height:15px;
	padding-top:5px;
	margin-top:150px;
}
font.helbidea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/*LOTURAK*/
a.sartu:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
a.sartu:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
		border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

a.sartu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border-bottom:dotted;
	border-bottom-color:#888888;
	border-bottom-width:1px;
	text-decoration:none;
}
a.sartu:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
