/* CSS Document */



body {
	margin:0;
	padding:0;
	background:url(../imagen/fondo-ok.jpg)  #FFFFFF no-repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#contenedor{
	margin:0 auto 0 auto;
	width:900px;
	
	background:none;}
#contenido{
	float:left;
	width:874px;
	padding:10px;
	border-left:#0099cc 3px solid;
	border-right:#0099cc 3px solid;
}
#menu{
	width:200PX; 
	border-left:#99cc66 3px solid; 
	border-right:#99cc66 3px solid; 
	background:#FFFFFF;
}
#menu-arriba{
	background:url(../imagen/menu-arriba.png) no-repeat;
	width:206px;
	height:20px;
}
#menu-abajo{
	background:url(../imagen/menu-abajo.png) no-repeat;
	width:206px;
	height:20px;
}
#texto-arriba{
	background:url(../imagen/texto-arriba.png) no-repeat;
	width:640px;
	height:30px;
}
#interior-texto{
	width:614PX; 
	border-left:#0099cc 3px solid; 
	border-right:#0099cc 3px solid; 
	background:#FFFFFF;
	padding:10px;

}
#texto-abajo{
	background:url(../imagen/texto-abajo.png) no-repeat;
	width:640px;
	height:30px;
}

#parte-arriva2{
	background:url(../imagen/imagen-arriva2.png) no-repeat;
	width:900px;
	height:21px;
}
#contenido-baner{
	border-left:#0099cc 3px solid;
	border-right:#0099cc 3px solid;
	background:#FFFFFF;
}

#parte-abajo2{
	background:url(../imagen/imagen-abajo2.png) no-repeat;
	width:900px;
	height:18px;
}

#baner{
	background:url(../imagen/baner-fondo.png) no-repeat;
	width:900px;
	height:124px;
	float:left;
}
#baner-pie{
	background:url(../imagen/baner-pie.png) no-repeat;
	width:900px;
	height:50px;
}

#parte-arriva{
	background:url(../imagen/imagen-arriva.png) no-repeat;
	width:900px;
	height:30px;
}

#parte-abajo{
	background:url(../imagen/imagen-abajo.png) no-repeat;
	width:900px;
	height:30px;
	float:left;
}

