

A.tipo1:link {
    color : #1C6F92;
    text-decoration:none;
  }


A.tipo1:visited {
    color : #1C6F92;
    text-decoration:none;
  }


A.tipo1:hover {
    color : #1C6F92;
    text-decoration : underline;
    text-transform : uppercase;
  }


A.tipo1:active {
    color : #1C6F92;
    text-decoration : underline;
    text-decoration:none;
  }


table.tipo1 {
    background-color : #ffffff;
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-left-color : #ffffff;
    border-left-style : solid;
    border-right-color : #ffffff;
    border-right-style : solid;
    border-spacing : 5px;
    border-top-color : #1C6F92;
    border-top-style : solid;
    padding-bottom : 15px;
    padding-top : 15px;
    width : 50%;
  }

table.tipo2{
    border-bottom-color : #1C6F92;
    border-bottom-style : solid;
    border-left-color : #ffffff;
    border-left-style : solid;
    border-right-color : #ffffff;
    border-right-style : solid;
    border-spacing : 5px;
    border-top-color : #1C6F92;
    border-top-style : solid;
    padding-bottom : 15px;
    padding-top : 15px;
    width : 50%;
  }

td.tipo1 {
    text-align : left;
    vertical-align : middle;
    margin-left:25px;
  }


ul.tipo1 {
    list-style-image : url('bottone1.gif');
  }
