@charset "utf-8";
/* Documento CSS para Fichas de Empresas */

body
{
	font-family: Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color:#000000;

}

#block
{
	width: 489px;
	height: 242px;
	background:url(img/fondo%20empresas.png);
	display:block;
	text-align:center;
}

table
{
	border: none 0px;
	width: 440px;
	height: 242px;
}

#imagen
{
	width: 175px;
	text-align:center;
}

#texto
{
	width: 220px;
	text-align:justify;
}

a
{
	text-decoration:underline;
	color:#000000;
}

a:hover
{
	color:#FF6600;
}



