﻿#BarraHoritzontal {
    position: fixed;
    top: 0;
    height: 50px;
    background-color: lightgrey;
    width: 100%;
    z-index: 3;
    border-bottom: solid 1px darkgrey;
}

.SeccioPrincipal {
    position: relative;
    float: left;
    box-sizing: border-box;
    top: 50px;
    width: 100%;
    height: auto;
    min-height: 2000px;
    border: solid 1px darkgrey;
    background-color: #F0F0F0; /*white;*/
    padding: 10px;
}

.PanelAvisos {
   position:relative;
   float:left;
   box-sizing:border-box;
   display:block;
   width:98%;
   height:auto;
   overflow:hidden;
   margin: 0 1% 20px 1%;
   padding:20px 5px;
   background-color:white;
   border:solid 1px darkgrey;
   /*-moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border-radius: 5px;*/
}

.LblPanelAvis {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 0 0 5px;
    color: white;
    background-color: #213B8A;
    font-size: 0.7rem
}
