#main .window {
	width: 279px;
}

#main .window .content {
	height: 120px;
	background-color: #fff;
	font-size: 14px;
}

#boletin .label {
	text-align: right;
}

#boletin .textfield {
	width: 168px;
}

#boletin .submit {
	display: block;
	padding: 5px;
	width: 170px;
}

#boletin form {
	padding-top: 5px;
}

/* Banner */
#banners {
	position: relative;
	height: 235px;
	clear: both;
	margin-bottom: 15px;
}

#banners div {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 235px;
    background-color: #FFF;
}

#banners div.active {
    z-index: 10;
    opacity: 1.0;
}

#banners div.last-active {
    z-index: 9;
}

#banners div img {
	height: 235px;
    display: block;
    border: 0;
}

