	.recuadro
		{
		border:thin solid black; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px;
		}
	.texto
		{
		font-size:12px;
		font-family:verdana;
		color:#000000;
		}
	a.texto:hover
		{
		color:#FF0000;
		}		
	.lateral
		{
		background-image:url(./gfx/lateral.gif);
		background-repeat:repeat-y;
		Background-position:bottom left;
		background-attachment: fixed;
		}
	.arriba
		{
		background-image:url(./gfx/arriba.gif);
		background-repeat:repeat-x;
		Background-position:top;
		background-attachment: fixed;
		}
	.abajo
		{
		background-image:url(./gfx/arriba.gif);
		background-repeat:repeat-x;
		Background-position:bottom;
		background-attachment: fixed;
		}
	body
		{
		background-image:url(./gfx/fondo.png);
		background-repeat:repeat-x;
		Background-position:bottom;
		}