@charset "utf-8";

#barra_navegacion{
	background-color:#281904;
	text-align:left;
	border-left:1px solid #211604;
	border-top:1px solid #211604;
	border-bottom:1px solid #938478;
	border-right:1px solid #938478;
}
.barra_navegacion_outerdiv{
	border:3px solid #6C5F55;
	margin-top:10px;
}

.enlacenav{
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 0px;
	height:100%;
	border-right:1px solid #211604;
	border-left:1px solid #5A4F42;
	text-align:center;
	background-image: url(img/navegacion_btn_reposo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.enlacenav:HOVER{
	background-color:#544438;
	border-left:1px solid #836A57;
	border-right:1px solid #3D3128;	
	color:#fff;
	background-image: url(img/navegacion_btn_activo.gif);
}

.currentnav{
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 0px;
	height:100%;
	border-right:1px solid #3A2F27;
	border-left:1px solid #51453C;
	cursor:default;
	background-color:#544438;
	text-align:center;
	background-image: url(img/navegacion_btn_current.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.enlaceidioma{
	/*
	propiedades para cuando solo la bandera es clicable*/
	display:block;
	/*border:1px solid #49352F; */
	padding:2px;
	/* width:12px; */
	width:14px;

	/*display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px 0px;
	height:100%;
	border-right:1px solid #211604;
	border-left:1px solid #5A4F42;
	text-align:center;
	background-image: url(img/navegacion_btn_reposo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}
* html body .enlaceidioma{
	width:18px;
}

.enlaceidioma:HOVER{
	border:1px solid #FFFFFF;
	width:12px;
	/*background-color:#544438;
	border-left:1px solid #836A57;
	border-right:1px solid #3D3128;	
	color:#fff;
	background-image: url(img/navegacion_btn_activo.gif);*/
}

.flag_cell{
	padding:0px 10px;
	text-align:center;
	border-left:1px solid #5A4F42;
	border-right:1px solid #211604;
	width:10px;
	background-image: url(img/navegacion_btn_reposo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
