@charset "utf-8";
#contenedor
{
	width:800px;
	margin:auto;
	margin-top:0px;
}
.fondo_top{
	height:129px;
	background-image: url(images/fondo_top3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo_middle{
	background-image: url(images/fondo_middle.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: scroll;
}
.fondo_bottom{
	
	background-image: url(images/fondo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 61px;
}
.margenes_int{
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding: 0px;
}

.tituloSecc {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	margin: 25px;
	width: 65%;
	float: right;
	letter-spacing: -1px;
	text-transform: uppercase;
	vertical-align: top;
}
.bannersdiv {
	width: 525px;
	z-index: 0;
	overflow: hidden;
}

