﻿/* General */
body { font-family: Verdana; margin: 0px; }
input { font-family: Verdana; }
textarea { font-family: Verdana; }
select { font-family: Verdana; }

/* Estructura */
div.Capcalera { background-color: #6B7FB6; color: #FFFFFF; padding: 5px; border-bottom: 1px solid #666666; }
div.Capcalera table.Taula { height: 70px; }
div.Titol h1 { font-size: 1.6em; }
div.Titol h2 { font-size: 1.1em; line-height: 0.9px; }
div.Logout { color: #000000; font-size: 0.8em; font-weight: bold; margin-right: 3px; }
div.Logout table { border: 1px solid #666666; background-color: #FAFAFA; }
div.Logout td { padding: 4px; }
div.Logout td.Usuari{ text-align: left; }
div.Logout img { margin-bottom: -6px; padding-right: 2px; }
div.Logout input.BotoSortir { width: 100px; border: 1px solid #666666; padding: 3px 3px 3px 22px; background-image: url('../Imatges/Sortir.gif'); background-repeat: no-repeat; }
div.Missatge { font-size: 0.8em; border-bottom: 1px solid #666666; padding: 20px 20px 20px 44px; background-color: #FAFAFA; background-image: url('../Imatges/Missatge.gif'); background-repeat: no-repeat; background-position: 20px 16px; }
div.Missatge img { vertical-align: top; border: 1px solid #666666; }
div.Contingut { padding: 20px; text-align:center; }
