@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/foncab.jpg);
	background-repeat: repeat-x;
}

a:link { color: #666666; text-decoration:none; 

}

a:visited { color: #CCCCCC; text-decoration:none; 

}


a:hover { color: #FF6600; text-decoration:none; 

}

a:active { color: #009900; text-decoration:none; 

}





td#encabezado
   {
      margin: 0 auto 0 auto; /* centrar el DIV */
      width: 174px; /* ancho del DIV */
      height: 23px;/* Especificamos el alto resultante después de haber cortado la imagen (header.png)*/ 
      background-image: url("images/cabeza.jpg");
      background-repeat: no-repeat; /* Evitamos que se repita la visualización de la imagen*/
   }
td#cuerpo
   {
      margin: 0 auto 0 auto;
      width: 174px;
      background-image: url("images/cuerpo.jpg");
      background-repeat: repeat-y; /* Especificamos que se repita de forma vertical */
   }
td#pie
   {
      margin: 0 auto 0 auto;
      width: 174px;
      height: 9px; /* alto de la imagen (foot.png) después de haberla cortado */
      background-image: url("images/pie.jpg");
      background-repeat: no-repeat; 
   }







.derechos {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {color: #FFFFFF}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #009900;
	}
h4, h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FF6600;
	}
	
li {
	list-style-image: url("images/circulo.gif");
}

p#lado  {
    font-size:small
}

