img.banda
{
	position: absolute;
	cursor: pointer;
}

body
{
	overflow-x: hidden;
}

img.thumb
{
	cursor: pointer;
}

#wrapper
{
	width: 1024px;
	overflow: hidden;
	
}

#wrapper table table
{
	width: 1024px;
}

#wrapper .logo
{
	width: 800px;
}

#wrapper .logo img
{
	margin: 70px 0px 0px 70px;
}
/*** BOTONES ***/

.botones
{
	padding: 20px 0px;
}

.botones .spacer
{
	height: 25px;
}

.btnTomiCherry
{
	background-image: url(../images/tomi/tomicherry-doble.jpg);
	width: 153px;
	height: 17px;
}

.btnCherryTomi
{
	background-image: url(../images/cherry/tomicherry-doble.jpg);
	width: 153px;
	height: 17px;
}

.btnTomi, .btnCherry, .btnTomiCherry, .btnCherryTomi
{
	cursor: pointer;
}

.btnTomi
{
	background-image: url(../images/botones/tomi-doble.gif);
	width: 48px;
	height: 18px;
}

.btnCherry
{
	background-image: url(../images/botones/cherry-doble.gif);
	width: 81px;
	height: 17px;
}

.btnNews
{
	background-image: url(../images/botones/news-doble.gif);
	width: 51px;
	height: 16px;
}

.btnMySpace
{
	background-image: url(../images/botones/myspace-doble.gif);
	width: 76px;
	height: 15px;
}

.btnLinks
{
	background-image: url(../images/botones/links-doble.gif);
	width: 49px;
	height: 15px;
}

.btnMail
{
	background-image: url(../images/botones/mail-doble.gif);
	width: 67px;
	height: 23px;
}

.hombrePelos
{
	background-image: url(../images/tomi/hombrepelos-doble.jpg);
	width: 372px;
	height: 558px;
}

.flores
{
	background-image: url(../images/tomi/flores-doble.jpg);
	width: 419px;
	height: 558px;
}

.dragon
{
	background-image: url(../images/cherry/dragon-doble.jpg);
	width: 365px;
	height: 558px;
}

.pajaro
{
	background-image: url(../images/cherry/pajaro-doble.jpg);
	width: 425px;
	height: 558px;
}

.tomiContent a, .cherryContent a
{
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
}

.botones a
{
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 8px;
	display: block;
}

.botones a:hover, .tomiContent a:hover, .cherryContent a:hover
{
	background-position: bottom left;
}

/***************/