/* CSS Document */

.contenedor{
	width:222px;
	float:left;
	margin:20px 20px 20px 0px;
	border:1px solid #CCCCCC;
	padding:10px;
	overflow:auto;
}

.titulotemas{
	font-size:110%;
	font-weight:bold;
	color:#6666FF;
	margin-bottom:10px;
}

.tag{
	float:left;
	line-height:150%;
}

.tag a:link, .tag a:visited, .tag a:active {
	color:#333333;
	text-decoration: none;
	padding:2px 8px 0px 4px;
	background-color:#FFFFFF;
	display:block;
}

.tag a:hover {
	background-color:#6666FF;
	color: #000000;
}
