/* 
    Document   : estils
    Created on : 02/08/2013, 17: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: AleksandraC;
    src: url('AleksandraC_regular.otf');
    font-weight:400;
}

/* General ------------------------------------------------------*/
body {
    font-size: 87.5%; /* Base font size: 14px */
    font-family: AleksandraC;
    line-height: 1.429;
    overflow-y: hidden;
}
header {
    height: 70px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%); 
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%); 
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    z-index: 10;
}
    #header-content {
        width: 900px; margin: 0 auto; padding: 25px 0 0 0;
        overflow: hidden;
    }
    #header-content h1 {
        float: left;
        font-size: 40px;
        margin: -18px 0 0 5px;
    }
    #header-content nav {
        float: right;
    }
    #header-content nav li {
        float: left;
        font-size: 15px;
        margin: 0 0 0 40px;
        list-style: none;
    }
#banner {
    width: 100%;
    height: 200px;
    position: fixed;
    top: 70px;
    background: #707070;
    text-align: center;
    font-size: 40px;
    color: white;
    background: url('matriu.jpg');
}
    #banner-ct {
        margin: 70px 0 0 0;
    }
#content {
    width: 90%;
    position: relative;
    top: 300px;
    left: 50px;
    height: 1500px;
}
#contentindex {
    width: 90%;
    position: relative;
    top: 300px;
    left: 50px;
    height: 1500px;
    font-size: 17px;
    font-weight: bold;
}
#peupagcos {
    position:absolute;
    bottom:0;
    left:50px;
    height:40px;
    font-size: 70%; /* Base font size: 14px */
    opacity: 0.8;    
    color: gray;
    padding-bottom: 10px;
}