/*
 Design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
 */ * {
    font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

body {
    margin: 10px 0;
    padding: 0;
    background: #E6E6E6;
    font-size: 14px;
    color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    /*	text-transform: lowercase;*/
    font-weight: normal;
    color: #000000;
}

h1 {
    margin-bottom: 10px;
}

h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
    font-size: 26px;
}

h3 {
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 30px;
    font-size: 16px;
    border-bottom: 1px solid #E4E4E4;
    color: #6B6B6B;
}

h6 {
    text-transform: none;
    font-size: 14px;
}

h6.sub {
    background: none;
    border-bottom: none;
    margin-bottom: 2px;
    border-top: 1px solid #F4F4F4;
}

li {
    list-style-image: url(http://img1.miquelmartin.org/bullet.gif);
}

ul {
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
}

#colTwo ul {
    margin-left: auto;
}

#colTwo li {
    list-style-image: none;
    margin-bottom: 5px;
}

div.blockquote {
    border: 1px solid #CCC;
    background-color: #EEE;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
}

p, ol, ul, blockquote {
    line-height: 24px;
}

a.external {
    background: url(http://img1.miquelmartin.org/external.png) center right no-repeat;
    padding-right: 13px;
}

a.pdf {
    background: url(http://img0.miquelmartin.org/pdf.gif) left no-repeat;
    padding-left: 20px;
}

a.bibtex {
    background: url(http://img1.miquelmartin.org/bibtex.gif) left no-repeat;
    padding-left: 23px;
}

a.abstract {
    background: url(http://img0.miquelmartin.org/lupa.png) left no-repeat;
    padding-left: 26px;
}

a {
    color: #EC5600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

#textfieldsearch {
    width: 175px;
    padding: 2px;
    margin-bottom: 10px;
    border: 1px solid #AAA;
    border-right-color: #F6F6F6;
    border-bottom-color: #F6F6F6;
}

#submitsearch {
    border: 1px solid #EBEBEB;
    border-bottom-color: #DDDDDD;
    background: #FBFBFB url(http://img1.miquelmartin.org/img7.gif) repeat-x;
    text-transform: lowercase;
    font-size: 12px;
    color: #7A7A7A;
}

/* Posted */
.posted {
    height: 33px;
    margin: 0 0 30px 0;
    padding: 10px 15px 0 15px;
    background: url(http://img0.miquelmartin.org/img6.gif) repeat-x;
    border-bottom: 1px solid #F2F2F2;
}

.posted p {
    float: left;
    margin: 0;
}

.posted .comments {
    float: right;
}

.posted a {
    color: #717171;
}

/* Header */
#headerDiv {
    width: 917px;
    height: 324px;
    margin: 0 auto;
    background: url(http://img1.miquelmartin.org//sostrepedrera.jpg) no-repeat;
}

/* Logo */
#logoDiv {
    float: left;
    height: 115px;
    padding: 0 0 0 0;
    background: url(http://img1.miquelmartin.org/img1.png) no-repeat;
    color: #000000;
    text-decoration: none;
}

a.plain {
    text-decoration: none;
    color: #000000;
}

h1.logoTitle {
    float: left;
    padding: 40px 0 0 40px;
    font-size: 36px;
    color: #000000;
}

/* Menu */
#menu {
    float: right;
    height: 45px;
    width: 430px;
    padding: 40px 175px 0 0;
    background: url(http://img0.miquelmartin.org/img3.png) no-repeat right top;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    padding: 0 10px 0 15px;
    border-left: 1px solid #DBDBDB;
    /*	text-transform: lowercase;*/
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #3B3B3B;
}

/* Splash */
#splash {
    width: 877px;
    height: 170px;
    margin: 0 auto;
    background: url(http://img0.miquelmartin.org/img5.gif) repeat-x left bottom;
    border-right: 20px solid #FFFFFF;
    border-left: 20px solid #FFFFFF;
}

/* Content */
span.smallfont {
    font-size: 10px;
}

#content {
    width: 847px;
    min-height: 500px;
    margin: 0 auto;
    padding: 30px 35px 0 35px;
    background: #FFFFFF url(http://img0.miquelmartin.org/img8.png) no-repeat left bottom;
}

#colOne {
    float: left;
    width: 620px;
}

#colTwo {
    float: right;
    width: 185px;
    padding: 5px 0 0 0;
}

/* Footer */
#footer {
}

#footer p {
    width: 847px;
    margin: 0 auto;
    text-align: center;
    color: #777777;
}

#footer a {
    color: #5D5D5D;
}

div.description {
    margin-bottom: 15px;
}

div.topic {
}

div.abstract {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    margin-bottom: 15px;
}

#contact td.icon {
    text-align: right;
    padding: 20px 15px 5px 10px;
    vertical-align: top;
}