﻿html, body {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
	background:url(../images/sfondo01.jpg) repeat-x #d0d0d0;
}

a {
	color:#252525;
	text-decoration:none;
}

a:hover {
	color:#252525;
	text-decoration:underline;
}

ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

li {
	display: block;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

input {
	color:#ffffff;
}

.up {
	background:url(../images/but_top.png) no-repeat 0 0;
	width:23px;
	height:20px;
	margin:60px 0px 0 20px;
	cursor:pointer;
	float:left;
}

.libreria {
	height:140px;
	float:left;
}

.down {
	background:url(../images/but_bottom.png) no-repeat 0 0;
	width:23px;
	height:20px;
	margin:60px 0 0 20px;
	cursor:pointer;
	float:left;
}