
	body{
		background: #0a204d url('/imagenes/fondo.gif') repeat fixed center;
	    font-family: "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;
		font-size: 9pt;
		color: #ffffff;
		margin: 0;	padding: 0;
	}
	
	body a{
		text-decoration: none;
		color: #ffffff;
	}

	table.principal{
		width: 99%;
		border-width: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#negro { background-color: #002f46; color: #ffffff;}
	#naranja { background-color: #FFCC66; color: #000000;}
	#blanco { background-color: #ffffff; color: #000000;}
	#azul { background-color: #1957a2; color: #ffffff; list-style: circle outside url('/imagenes/li.gif');}
	#verde { background-color: #005580; color: #ffffff; }
	#azul_marino { background-color: #182d5e; color: #ffffff; }
	#marron { background-color: #5e1818; color: #ffffff; }
	
	table.titulo{
		width: 100%;
	}
	td.tit {
		background: #ffffff url('/imagenes/menu_s_fondo.gif') repeat-x top center;
		font-size: 8pt;
		font-weight: bold;
		color: #1b3362;
	}
	td.pie{
		width: 100%
		height: 21px;
		background: transparent url('/imagenes/menu_i_fondo.gif') repeat-x top center;
	}
	td.contenido {
		font-size: 8pt;
		padding: 2px;
	}
	td.contenido a{
		text-decoration: none;
		color: #ffffff;
	}
	
	td.contenido ul{
		padding-left: 25px;
		margin-top: 4px;
		margin-left: -2px;
	}

	p.formulario {
		text-align: center;
		padding-left: 20px;
	}
	
	p.formulario textarea{
		width: 80%;
		height: 250px;
		border-style: solid;
		border-width: 1px;
		border-color: #388db8;
	}
	.publicidad {
		width: 728px;
		height:90px;
		border-style: solid;
		border-width: 2px;
		border-color: #1957a2;
	}
	.img { border-width: 0; }
	.ul { padding:0; margin: 0; }
	.error { text-align: center; color: red; }
	.aviso { text-align: center; color: green; }
	.paginacion {
		text-decoration: none;
		font-size: 8pt;
		border-style: solid;
		border-width: 1px;
		border-color: #003366;
		margin: 4px 1px 4px 1px;
		padding: 4px 1px 4px 1px;
	}