/*Generales*/
body {font-size : 10pt;
      font-family : tahoma,helvetica,arial,verdana,sans-serif;
      font-weight : normal;
      color : navy;
			background-color : white;
      text-align : justify;
      margin-right : 2em;}
/*Tablas*/
table {font-size : 10pt;
       font-family : tahoma,helvetica,arial,verdana,sans-serif;
       font-weight : normal;
       text-align : center;
       border : solid;
       border-color : slateblue;
       border-width : 1pt;}
table tr td {border-width : 1pt;
             padding : 3pt;}
table tr th {border-width : 1pt;
             padding : 3pt;}
/*Sin borde*/
.sinborde {border-width : 0;
			  border : none;
					 padding : 0pt;}
/*Imagen*/
img {border : none;}
/*Títulos*/
h1 {color : slateblue;
    font-size : 18pt;
    text-align : center;}
h2 {color : slateblue;
    font-size : 14pt;}
h3 {color : slateblue;
    font-size : 10pt;}
h4 {font-size : 10pt;}
h5 {font-size : 8pt;
    font-style : italic;
    text-align : center;}
/*Cajas*/
.caja {clear : left;
       margin : 0em 2em;
       background-color : #e0efff;
       padding : 1ex;
       border-style : solid;
       border-width : 1px;
       border-color : blue;
       font-weight : bold;
       text-align : center;}
.cajaam {clear : left;
         margin : 0em 2em;
         background-color : #ffffcc;
         padding : 1ex 1em;
         border-style : solid;
         border-width : 1px;
         border-color : black;
         font-style : italic;
				 text-align : justify;}
/*Enlaces*/
a:link {color : seagreen; 
        text-decoration : underline;}
a:visited {color :  slateblue; 
           text-decoration : underline;}
a:active {color : orange; 
          text-decoration : underline;}
/*Líneas*/
hr {color : slateblue;
    height : 1pt;}
/*Títulos de Hoja*/
.titulo	{font-size : 14pt;
         font-style : italic;
         text-align:center;}
.tituloblanco {font-size : 11pt;
         font-style : italic;
         text-align:center;
				 color : white;}
/*Pies de Hoja*/
.pie {font-size : 8pt;
      text-align : center;}
/*Pasacalles*/
.pasacall {text-align : center;
           font-weight : bold;}
/*Listas*/
li {text-align : left;}
