/* 
    Document   : estils
    Created on : 27/04/2014, 14:13:57
    Author     : Dr. Carles Torras
    Description: Purpose of the stylesheet follows.
*/
* {
    margin: 0;
    padding: 0;
}
a:focus {
    outline: 0;
}
a:link  {text-decoration: none; color: gray}
a:active  {text-decoration: none; color: gray}
a:hover  {text-decoration: none; color: black}
a:visited {text-decoration: none; color: gray}

@font-face {
    font-family: 'yaldevi-regular';
    src: url('fonts/Yaldevi-Regular.eot');
    src: url('fonts/Yaldevi-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Yaldevi-Regular.woff') format('woff'),
         url('fonts/Yaldevi-Regular.woff2') format('woff2'),
         url('fonts/Yaldevi-Regular.svg#Yaldevi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yaldevi_Bold';
    src: url('fonts/Yaldevi-Bold.eot');
    src: url('fonts/Yaldevi-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Yaldevi-Bold.woff') format('woff'),
         url('fonts/Yaldevi-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: 'yaldevi-regular';
    line-height: 1.429;
    margin:0;
    padding:0px;
    height:100%; 
    overflow-x: auto;
}

.capcalera {
    position: fixed;
    height:50px;
    width: 100%;
    line-height: 50px;
    text-align: center;    
    font-size: 150%;
    background: black;
    font-family: 'yaldevi-regular';
    vertical-align: middle;          
    color: white;
    font-weight: bold;
    margin:0;
    padding:0px;  
    margin-top: 0px;
    z-index: 10;
}
.espiga {
    position: fixed;
    top: 5px;
    height: 40px;
    width: 100%;
    color: transparent;
    vertical-align: middle; 
    background-image: url('logotip.png');
    background-repeat: no-repeat;
    z-index: 10;
}

.peu {
    line-height: 20px;
    text-align: left;    
    font-size: 80%;
    background: black;
    font-family: 'yaldevi-regular';
    padding-left: 70px;
    vertical-align: middle;          
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 20px;
    z-index: 10;
    padding-top: 2px;
    background-image: url('cc.jpg');
    background-repeat: no-repeat;    
}

.cos {
    position: absolute;
    width: 100%;
    top: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
    z-index: 1;
}
.centrat {
    padding-top: 20px;
    text-align: center;
}
.esquerra {
    padding-top: 20px;
    text-align: left;
}
.titol {
    background: gray;
    font-weight: bold;
    color: white;
    padding-left: 5px;
    height:25px;
    line-height: 25px;
    margin-left: -10px;
}
.titol_alta {
    background: green;
    font-weight: bold;
    color: white;
    padding-left: 5px;
    height:25px;
    line-height: 25px;
    margin-left: -10px;
}
.titol_baixa {
    background: red;
    font-weight: bold;
    color: white;
    padding-left: 5px;
    height:25px;
    line-height: 25px;
    margin-left: -10px;
}
.titolet {
    color: black;
    padding-left: 0px;
    height:25px;
    line-height: 25px;
    font-weight: bold;
}
.marge {
    padding-left: 25px;
}

.interlineat {
    padding-top: 0px;
    height: 18px;
}

.ajuda {
    color: grey;    
    width: 40%;
    margin: 0 auto;
}

.advertimentproves {
    color: red;    
    width: 40%;
    margin: 0 auto;
}

label {
    font-weight: normal !important;
}
table{ 
    border-collapse:separate; 
    border-spacing: 0 5px; 
} 