/* CSS Document */

body, html { margin: 0; padding: 0; }

#menu { width: 1028px; height: 278px; }

h1.vermell { font-family: arial; font-size: 1.4em; color: #A40233; }
h1.verd { font-family: arial; font-size: 1.4em; color: #374A1A; }
 
#continguts { width: 1024px; }

#col_esquerra { float: left; width: 330px; margin: 0; padding: 30px 10px 10px 60px; font-family: arial; font-size: 0.8em; color: #000; }

#col_dreta { float: left; width: 596px; margin: 0; padding: 20px 0 0 20px; } 


#peu { clear: both;  width: 1028px; margin: 0; padding-top: 3em; height: 50px; text-align: center; }
#peu ul { margin: 0; padding: 0; }
#peu li { display: inline; padding: 0 5px; }
#peu a { font-family: arial; font-size: 0.8em; text-decoration: none; color: #000; }
#peu a:hover { text-decoration: underline; }

#peu_inici { clear: both;  width: 1028px; margin-top: 10em; text-align: center; color: #999; }
#peu_inici ul { margin: 0; padding-bottom: 2em; }
#peu_inici li { display: inline; padding: 0 5px; }
#peu_inici a { font-family: arial; font-size: 0.8em; text-decoration: none; color: #999; }
#peu_inici a:hover { text-decoration: underline; }

.text_vermell { font-weight: bold; color: #A40233; }
.text_verd { font-weight: bold; color: #374A1A; }
