body {
	/*
    background-image: url(../imagenes/fondos/fondo_003_rayitas_grises.jpg);
    background-repeat: repeat-y;
   	background-position: top center;
   	*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
	background-color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
p
  {
	  color:black;
	  text-align:justify;
	  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
  }
td
  {
	  color:black;
	  /* text-align:justify; */
	  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
  }
  
h1
{
	font-size:18pt;
	font-family: sans-serif;
	text-align:center;
	color:#999999;
}
h2
{
	font-size:13pt;
	font-style:italic;
	font-family: Tahoma;
	text-align:left;
	color:#999999;
	text-decoration: underline;
	line-height: 2;
}
h3
{
	font-size:11pt;
	font-style:italic;
	font-family: Tahoma;
	text-align:left;
	color:#999999;
	text-decoration: underline;
}

.texto_pequeno
{
	font-size:8pt;
}
.derecha
{
	text-align:right;
}
.centro
{
	text-align:center;
}
.justificado
{
	text-align:justify;
}
.expandido
{
	letter-spacing:5px;
	word-spacing:4px;
}
.fondo_logo_camilo
{
    background-image: url(../imagenes/fondos/fondo_002_logo_camilo.jpg);
    background-repeat: no-repeat;
   	background-position: center center;

}
a:hover {
	color: #FF0000;
}