#contenedor {
	position:relative;
	width:970px;
	height:574px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

#fondo1 {
	background-image: url(c_fondo1.jpg);
	background-repeat: no-repeat;
	height: 574px;
	width: 138px;
	position: absolute;
}
#fondo2 {
	background-image: url(c_fondo2.jpg);
	background-repeat: no-repeat;
	height: 574px;
	width: 148px;
	left: 143px;
	position: absolute;
}
#fondo3 {
	background-image: url(c_fondo3.jpg);
	background-repeat: no-repeat;
	height: 574px;
	width: 364px;
	position: absolute;
	left: 296px;
}
#fondo4 {
	background-image: url(c_fondo4.jpg);
	background-repeat: no-repeat;
	height: 574px;
	width: 297px;
	position: absolute;
	left: 665px;
}
.bodi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		margin-top: 5px;
}
.link_blanco {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
.menu {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_azul {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
}
.texto_blanco {
	font-size: 11px;
	color: #FFFFFF;
}
.parrafo_centro {
	margin-top: 5px;
	margin-bottom: 8px;
}
.texto_rosa {
	font-size: 11px;
	color: #FFCCFF;
}

.nolink {
	text-decoration: none;
	font-size: 11px;
	color: #003366;
}
#contenidos_centro {
	position:absolute;
	width:353px;
	height:456px;
	z-index:1;
	left: 5px;
	top: 87px;
	overflow:auto;
	scrollbar-face-color:#477EB6;
	scrollbar-shadow-color:#477EB6;
	scrollbar-track-color:#769FC9;
	scrollbar-shadow-color:#769FC9;
	scrollbar-highlight-color:#769FC9;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#769FC9;
	scrollbar-darkshadow-color:#769FC9;
}
