BODY {font-family:Verdana,sans-serif; font-size:x-small}

.pie_pagina {font-size: 9; color: black;}


#ejemplo1 {

width:50px;
height:50px;
visibility:hidden;
z-index:10;
}
<!-- estilo de texto estático -->

.cabecera_texto_est {font-weight:bold; text-align:center; font-size:32px;}

.cuerpo_texto_est {font-size: 12; color: black;}


<!-- estilo de artículos -->

.principal_articulos {font-weight:bold; font-size:14px}

.texto_articulos {font-size: 12 }

.texto_desarrollo {font-size: 10 }

.descripcion_articulo {font-size: 10}


.fondo_articulo_imagen
{
background: transparent url(imagenes/borde_articulo_a_imagen.gif) no-repeat;
}
.fondo_articulo_desc
{
width: 774px;
background: transparent url(imagenes/borde_articulo_a_desc.gif) no-repeat;
}
.fondo_articulo_precio
{
width: 60px;
font-size:9px;
background: transparent url(imagenes/borde_articulo_a_precio.gif) no-repeat;
}

a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight:bold;

}
a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight:bold;
	
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	
}
a:active {
	color: #0066FF;
	text-decoration: none;
	font-weight:bold;
	
}
