.contenedor{
	text-align:center;
	margin:0 auto;
	width:100%;
}
.colums{
	width:100px;
	height:80px;
	padding:0px 10px 0px 10px;
	text-align:left;
	margin:5px;
	float:left;	
}
#spacer{
	clear:both;
	width:100%;
}
#cat_titulo{
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color: #4A981F;
	/*background-image: url(titulo.gif);*/
	font-weight: bold;
}
#contenido{
	/*background-image: url(relleno.gif);*/
	background-repeat: repeat-y;
	background-position: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}
.contenedor a{
	color: #48b0ff;
	text-decoration: none;
}
.contenedor a:hover{
	color: #75A10D;
	text-decoration: underline;
}