        img {
            border-color: black;
        }
        body, table {
            font-family: tahoma, sans-serif;
            font-size: 16px;
            text-align: justify;
        }
        body {
            background: #F0EED2
        }        
        table.principal {
            border: 1px;
            border-style: solid;
            border-color: black;
            border-spacing: 0px;
            padding: 0px;
            background: #FFE97D;
        }
        table.principal td {
            padding: 0px;
            border-spacing: 0px;
        }
        table.principal td.cuerpo {
            background: url('imgs/logo-casj-watermark.jpg');
            background-repeat: no-repeat;
            background-position: 92% 92%;
            
            padding: 10px;
        }
        a {
            color: #057C42;
        }
        b, h1, h2, h3 {
            font-weight: light;
            font-family: arial;
            color: #057C42;
        }
        h2 {
            font-size: 22px;
        }
        
        table.principal td.menu {
            padding-top: 10px;
        }
        
        table.menu td{
            background: #B4C659;
            text-align: center;
            color: black;
            padding: 5px;
            font-size: 12px;
            cursor: pointer;
        }
        
        table.ficha {
            background: yellow;
            border-color: black;
            border-width: 1px 2px 2px 1px;
            border-style: solid;
            font-size: 12px;
        }
        table.ficha td{
            border-width: 1px 2px 2px 1px;
            border-style: solid;
            border-color: #E0E000;
            padding: 2px;
            
        }
        table.produkts td {
            text-align : center;
        }
