/* Pàgina d'estil principal de www.jcgimiso.net */

/* COS */
body
  {
    background-color:#112233;
    font-family:"Trebuchet MS";
    padding-top:50px;
    padding-bottom:50px;
    padding-left:100px;
    padding-right:100px;
  }

/* DIVISORS */
div.title
  {
    background-color:#558866;
    width:100%;
    height:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
  }
div.imgcap
  {
    height:auto;
    width:auto;
    float:right;
  }	
div.caption
  {
    background-color:#335577;
    width:100%;
    padding-left:10px;
    padding-right:10px;
    margin-top:5px;
  }
div.menu
  {
    background-color:#223344;
    width:100%;
    height:auto;    
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:5px;
    font-size:100%;
    color:#EEEECC;
    text-align:left;
  }
div.standard
  {
    background-color:#EEEECC;
    width:100%;
    height:auto;    
    margin-top:5px;
    margin-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:100%;
    color:#223344;
    text-align:justify;
  }
div.galery
  {
    background-color:#223344;
    width:100%;
    height:auto;
    margin-top:5px;
    margin-bottom:5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:17px;
    /*padding-right:10px;*/
  }	
div.imatge
  {
    height:auto;
    margin-right:2px;
    display:inline;
    float:left;
  }
div.imatge img
  {
    border:1px solid #558866;    
  }
div.imatge a:hover img {border: 1px solid #EEEECC;}
div.desc
  {
    width:120px;
    height:175px;
    color:#EEEECC;
    font-size:75%;
    text-align:left;
  }
div.footer
  {
    background-color:#558866;
    width:100%;
    height:auto;
    margin-top:5px;
    margin-bottom:5px;
  }

/* TABLES */
td.footer
  {
    color:#EEEECC;
    font-size:75%;
    vertical-align:middle;
    text-align:center;
    padding:10px;
  }

/* ENCAPÇALAMENTS */
h1.title
  {
    background-color:#558866;
    font-size:200%;
    color:#EEEECC;
  }
h2.title
  {
    background-color:#335577;
    font-size:150%;
    color:#EEEECC;
  }
h3.title
  {
    background-color:#335577;
    font-size:100%;
    color:#EEEECC;
  }

/* ENLLAÇOS */
a.option_menu
  {
    height:auto;
    color:#EEEECC;
    cursor:pointer;
    text-decoration:none;
  }
a.option_menu:link {color: #EEEECC}
a.option_menu:visited {color: #EEEECC}
a.option_menu:hover {color: #558866}

a.link
  {
    font-weight:bold;
    color:#223344;
    cursor:pointer;
    text-decoration:none;
  }
a.link:link {color: #223344}
a.link:visited {color: #223344}
a.link:hover {color: #558866}
