/* CSS Document */


.input{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 25px;
}
.submit1{
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 33px;
	background-color: #148900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/agregar.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #147111;

}

.submit2{
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 33px;
	background-color: #148900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/agregar2.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #147111;

}


 #listavacia, h1 {
	color: #148700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;

}
#paginas {
	width: 100%;
	float: left;
	margin-top: 16px;
}
#paginas #siguiente {
	width: 150px;
	float: right;
	height: 28px;
	background-repeat: repeat-x;
	background-position: center center;
}
#paginas #anterior {
	width: 150px;
	float: left;
	height: 28px;
	background-repeat: repeat-x;
	background-position: center center;
}

