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/175x210.jpg") no-repeat;
	width: 175px;
	height: 210px;
	clear: both;
	float: left;
}

.container {
    margin: 0;
}

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