html, body {
    border: 0 none;
    height: 100%;
    margin: 0;
    padding: 0;
}
h1, h2 {
    height: 95px;
    margin: 0;
    padding: 0;
}
a {
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
}
img {
    border: 0 none;
}

.wrapper{
	background: url("../images/300x280.jpg") no-repeat;
	width: 300px;
	height: 280px;
	clear: both;
	float: left;
}

.container {
    margin: 6px;
}

.capa-trans {
    background: url("../images/pix.png") repeat scroll left top transparent;
    display: block;
    float: left;
    width: 300px;
    height: 280px;
    margin: 0;
    position: absolute;
    z-index: 9999;
}