
.oculto{display: none;}
a img{border:none;}

/**Centra la pagina*/
#contenedor{
	padding: 0;
	margin: 0;	
	width:960px;
	margin-left: auto;
	margin-right: auto;	
	position:relative;
	margin-top:-8px;
	*margin-top:-13px;
}
/**Genera un ribete a la derecha de la derecha en toda la Web*/
#contenedor_bordederecho{
	width:960px;
	float:left;
	background-image: url("../backend/xx/img/borde_dcho.gif");
	background-repeat: repeat-y;
	background-position: right;
	overflow: visible;
	padding-right:40px;
}
.contenedor2{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position:relative;
	font-size: 12px;
	
	
}
#contenedor_borde{
	background-image: url("../backend/xx/img/borde_top.gif");
	background-repeat: no-repeat;
	background-position:-5px;
	
	width:940px;
	float:left;
	height:50px;
	
	
}

#contenedor_menu{width:100%;float:left;margin-bottom:1%;}

#contenedor_cuerpo{
	width:940px;
	float:left;	
	position:relative;	
	font-size: 11px;
	background-image: url("../backend/xx/img/borde.gif");
	background-repeat:repeat-y;
	background-position: -8px; 
	}
#buscador_idiomas{
	width:100%;
	position:relative;

	}

#menulneb{
	background-image: url("../backend/xx/img/backmenu2.gif");
	background-repeat: no-repeat;
	background-position:-58px;
	height:40px;
	width: 940px;
	
	
	
}

#contenedor_cuerpo #contenido{
	margin-top:-30px;
	width:900px; 
	position:relative;	
	_height:200px;/*solo para ie6*/
	color:#707070;
	margin-left:auto;
	margin-right:auto;
}



