body, input, form, span, div, label, p, ul, ol, dl, dt, dd, li, blockquote, cite, h3, h4, h5, h6, hr{
	font-family: Helvetica, Arial, sans-serif;
  	border-spacing:0px;
}

* {
    margin:0;
    padding:0;
}

a{
    font-weight:bold;
    text-decoration: none;
    border:0px;
}
a:hover{
    text-decoration: underline;
}

html, body{
    height:100%;
    width: 100%;
}
#contenidor_general{
    width:100%;
    min-width:48.2em;
    min-height: 91.9%;
    height: auto !important;
    margin-bottom: -1em;
}
#header_principal{
    position:relative;
    display:block;
    width:100% !important;
    height:6.3em;
    background: #ed7703 url('../images/header_fons_titol.png') right no-repeat;
}
#header_p1,#header_p2 {
    position:relative;
    color:white;
}

#header_p1{
    font-family: Infinity extrabold;
    font-size: 40px;
    margin: -0.26em 0em 0.5em 0.19em;
}

#header_p2{
    font-family: Infinity bold;
    font-size: 18px;
    margin: -0.5em 0em 0.1em 0.6em;
}
#subheader {
    position:relative;
    display:block;
    background-color: #ccc;
    overflow: hidden;
}

#subheader_dades {
    font-family: verdana;
    color: #333333;
    font-size: 12px;
    margin: 0.6em 0em 0em 0.9em;
    overflow:hidden;
}

#selectorPrincipal{
    float:left;
}

#subheader_dades select,#subheader_dades button{
    font-size: 10px;
}

#consultes_sortir{
    float:right;
    margin-right:0.5em;
}

#missatge{
    background-color: #ead2b0;
    border: 1px solid #ed7703;
    border-top:none;
    text-align: center;
    font-size: 1em;
    opacity: 0.8;
    position:fixed;
    z-index:1;
    padding: 5px 10px 5px 10px;
    font-weight: 900;

    margin-left: 25%;
    width: 50%;
    height: 4.5em;
    display:none;
    /*Bordes rodons*/
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    
}

#missatge {
    padding-top: 1.5em;
}