

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    color: #bebebe;
    font-size: 70%;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
a	{
	text-decoration: none;
}
#wrapper {
    position: relative;
    height: 100%;
    width: 1011px; /* container width to be same as that of the target element*/
    margin: 0 auto; /* horizontal aligned center*/
}
#contentBody {
    position: absolute;
    top: 50%;
    width: 1011px; /* width of target element */
    height: 583px; /* height of target element */
    margin-top: -292px; /* Important: HALF the height of target element */
}
#content-wrapper
{
	display:none;	
}
.z {
	border: 1px solid rgba(110, 110, 110, 0.2);
	-moz-border-radius: 25px;
	border-radius: 25px; 
}
.oferta {
	    line-height: 70%;
}
.email {
	    line-height: 45%;
}