﻿
.p {
	margin-right: 8px;
	width: 182px;
	float: left;
	display: inline-block;
	padding: 8px;
	margin-bottom: 8px;
	height: 189px;
	background-image: url(images/avisos.jpg);
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.time  {
	font-size: 0.7em;
	color: #999;
	margin-right: 5px;
}

.p .info {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.p .tags {
	background: #fdfff4;
	border: 1px dotted #ddd;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #333;
}

.p .tags a:hover {
	color: #3259d8;
}

#avisos {
	display: inline-block;
	float: left;
	width: 630px;
	clear: right;
}.p2 {
	margin-right: 8px;
	width: 182px;
	float: left;
	display: inline-block;
	padding: 8px;
	margin-bottom: 8px;
	height: 189px;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFF66;
}

