@CHARSET "UTF-8";

#cabecera{
	height: 124px;
    position: relative;
	z-index:10;
	margin-bottom:10px;
}



#logo{

  background: url("../../../img/layouts/default/logo_taray.png") no-repeat center transparent;
  background-size: contain;
    float: left;
    height: 98px;
    margin-bottom: 8px;
    margin-top: 10px;
    position: relative;
    width: 197px;
}
.zona_notificaciones{
	display:none;
	width:100%;
	background:#000;
	color:#FFF;
	height:25px;
	line-height:25px;
	position:relative;
	text-align:right;
	margin-bottom:5px;
}
.zona_notificaciones_fondo_derecha {
	display:none;
    background:#000;
    height:25px;
    left: 50%;
    position: absolute;
    width: 50%;
}
.zona_notificaciones_fondo_izquierda {
	display:none;
    background:#000;
    height:25px;
    right: 50%;
    position: absolute;
    width: 50%;
}