@charset "utf-8";
/* CSS Document */

#buttonset a
{
	position:relative;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:19px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/up.png) no-repeat center;
}


#buttonset a:hover
{
	background:url(img/over.png) no-repeat center;
	color:#000000;
	
}


#mainpage
{
	position:relative;
	height:100%;
	width:838px;
	margin:0 auto;
	top:-105px;
	background:url(img/page.jpg) repeat-y;
	left: -2px;
}

.mainithem
{
	position:relative;
	height:100%;
	width:700px;
	margin:0 auto;
	top:0px;
	background:url(img/top_2.jpg) repeat-y;
}

.cuentithem
{
	position:relative;
	top:-40px;
	height:18px;
	height:100%;
	width:698px;
	margin:0 auto;

	
}

