/* CSS Document */

/*** RESET ***/
body, form, p, ul, li, div, h1, h2, h3, h4{
	padding:0px;
	margin:0px;
	list-style:none;
}

div{
	float:left;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#eaeaea url(images/fondosarikal.jpg) no-repeat 0px 0px; 
}

img{
 border:0px;
 padding:0px;
 margin:0px;

}

a:link{
	text-decoration:none;
}


a:visited{
}


a:active{
}


a:hover{
	text-decoration:underline;
}

/*** FIN RESET ***/