/***************************************************************************************************************
										BARRA DE ESTADO
***************************************************************************************************************/

#barraEstado
{
	width:100%;
	background-color:#E3E2E2;
	bottom:0;
	position:fixed;
	height:28px;
	border-top:solid 3px #b5b5b5;
	z-index:1000;
	left:0;
	
	_position:absolute;
    _top: expression(((document.documentElement.scrollTop || document.body.scrollTop) + (document.documentElement.clientHeight || document.body.clientHeight) - this.offsetHeight))px;
	
}

#barraEstado .separadorIzq
{
	background-image:url(../img/publica_linea_separadora.jpg);
	background-repeat:no-repeat;
	margin: 4px 13px;
	float:left;
	width:1px;
	height:19px;
}

#barraEstado .separadorDer
{
	background-image:url(../img/publica_linea_separadora.jpg);
	background-repeat:no-repeat;
	margin: 4px 13px;
	float:right;
	width:1px;
	height:19px;
}

#barraEstado #barraEstadoLogo
{
	background-image:url(../img/barra_logo_orion.png);
	background-position:center center;
	width:69px;
	height:28px;
	background-repeat:no-repeat;
	float:left;
}

#barraEstado .lblTexto
{
	text-align:center;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	font-size:11px;
	cursor:pointer;
	margin-top:6px;
}

#barraEstado .multiContenedor
{
	cursor:pointer;
	height:15px;
	float:right;
	margin-top:4px;
	padding:0;
}

#barraEstado .multiContenedor .lblTexto
{
	text-align:center;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	font-size:11px;
	cursor:pointer;
	margin:2px 0 0 0;
}

#barraEstado .multiContenedor img
{
	height:15px;
	width:15px;
	margin:2px 5px 0 0;
	float:left;
}

#barraEstado .multiContenedor .flechaAzulHorizontal
{
	background-image:url(../img/flecha_azul_horizontal.gif);
	background-repeat:no-repeat;
	margin-top: 6px;
	width:4px;
	height:7px;
	float:left;
	cursor:pointer;
}

#barraEstado .multiContenedor .flechaAzulVertical
{
	background-image:url(../images/flecha_azul_vertical.gif);
	background-repeat:no-repeat;
	margin-top: 8px;
	width:7px;
	height:4px;
	float:left;
	cursor:pointer;
}


/* ********************************************************************************************************************************
														MENU DESPLEGABLE IDIOMA
******************************************************************************************************************************** */

#barraEstado .selectorIdioma
{
	cursor:pointer;
	float:left;
	width:51px;
	margin-left:-9px;
	margin-right:-9px;
	cursor:pointer;
	height:100%;
}

#barraEstado .selectorIdioma:hover
{
	background-image:url(../img/selector_idioma.gif);
	background-repeat:no-repeat;
}

#barraEstado .selectorIdiomaActivo
{
	background-image:url(../img/selector_idioma.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	width:51px;
	margin-left:-9px;
	margin-right:-9px;
	cursor:pointer;
	height:100%;
}

#barraEstado .selectorIdioma img, #barraEstado .selectorIdiomaActivo img
{
	margin:8px 8px 0 10px;
	float:left;
	width:16px;
	height:11px;
}

#barraEstado .selectorIdioma .flechaAzulVertical, #barraEstado .selectorIdiomaActivo .flechaAzulVertical
{
	background-image:url(../img/flecha_azul_vertical.gif);
	background-repeat:no-repeat;
	margin-top: 11px;
	width:7px;
	height:4px;
	float:left;
}



#menuOpcionesIdioma
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:97px;
	bottom:28px;
	position:fixed;
	z-index:10000;
	left:110px;
	_left:135px;
	
	_position:absolute;
    _top: expression(((document.documentElement.scrollTop || document.body.scrollTop) + (document.documentElement.clientHeight || document.body.clientHeight) - this.offsetHeight -28))px;
}

#menuOpcionesIdioma div.contenedorHorizontal
{
	margin:4px 0;
	text-align:center;
	height:27px;
}

#menuOpcionesIdioma div.contenedorHorizontal:hover
{
	background-color:#b5b5b5;
	cursor:pointer;
}

#menuOpcionesIdioma .separadorHorizontal
{
	height:1px;
	width:100%;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center center;
}

#menuOpcionesIdioma img
{
	float:left;
	margin:7px 10px 0 14px;
}

#menuOpcionesIdioma div.lblTexto
{ 
	margin-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	color:#000;
}



/* ********************************************************************************************************************************
														MENU DESPLEGABLE BOLETIN
******************************************************************************************************************************** */

#barraEstado .selectorBoletin
{
	cursor:pointer;
	float:right;
	width:110px;
	margin-left:-9px;
	margin-right:-9px;
	cursor:pointer;
	height:100%;
}

#barraEstado .selectorBoletin:hover
{
	background-image:url(../img/selector_boletin.gif);
	background-repeat:no-repeat;
}

#barraEstado .selectorBoletinActivo
{
	cursor:pointer;
	float:right;
	width:110px;
	margin-left:-9px;
	margin-right:-9px;
	cursor:pointer;
	height:100%;
	background-image:url(../img/selector_boletin.gif);
	background-repeat:no-repeat;
}

#barraEstado .selectorBoletin img, #barraEstado .selectorBoletinActivo img
{
	margin:6px 8px 0 12px;
	float:left;
}

#menuFormularioBoletin
{ background-color:#FFFFFF;
	background-repeat:no-repeat;
	height:114px;
	width:300px;
	bottom:28px;
	position:fixed;
	z-index:10000;
	right:185px;
}

#menuFormularioBoletin form
{
	margin: 0;
	padding: 0;
}

#menuFormularioBoletin form table
{
	width:100%;
	text-align:center;
	vertical-align:middle;
}

#menuFormularioBoletin form table td
{
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;

}

#menuFormularioBoletin form table td.col
{
	text-align:left;
	width:100px;
	padding-left:10px;
}

#menuFormularioBoletin form table #btnBarraEnviarBoletin
{
	cursor:pointer;
	border:0;
	background-image:url(../img/boton.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:70px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

p.lblPanelMensaje 
{
	color:#154067;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px;
	text-align:center;
}
