body
{
   margin : auto;
   background-color: #9E9E9E;
   font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
}

.contenedor
{
   color: #000000;
   background-color: #E6E6E6;
   border: 0px solid #A8413C;
   margin: 5px;
   padding: 5px;
   font-size: x-small;
   line-height: 1.4em;
}

.cuerpo
{
	background: #DDDBDB;
	width: 500px;
	float: right;
	
}

.lateral
{
	background: #DDDBDB;
	width: 225px;
	float: left;
	visibility: inherit;
}


.aflistitcont
{
	color: #E6E6E6;
	font: verdana;
	font-size: 6pt;
	background-color: #6C6B6B;
	border: 0px solid #A8413C;
	margin: 5px;
	padding: 2px;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a:link { color: #494949; text-decoration : none;}
a:active { color: #494949; }
a:visited { color: #575757; text-decoration : none; }
a:hover { color: #A8413C;  text-decoration : none;}

a > img {
	border: thin solid #494949;
}
a:hover, a:active {color: #494949;}
a:hover img, a:active img {
	border: thin solid #A8413C;
}
