/* CSS Document */

.articulo{
	width:			530px;
	height:			75px;
	margin-left:	10px;
	padding-top:	5px;
	display:		table;
}

.col-izda{
	width:			100px;
	height:			65px;
	float:			left;
	text-align:		center;
	display:		table-cell;
	vertical-align:	middle;	
}

.col-dcha1{
	width:			150px;
	height:			65px;
	float:			left;
	padding-left:	15px;
	padding-top:	5px;
	font-size:		12px;
	text-align:		justify;
	font-weight:	bold;
}

.col-dcha2{
	width:			150px;
	height:			65px;
	float:			left;
	padding-left:	15px;
	padding-top:	5px;
	font-size:		12px;
	text-align:		justify;
}

.fecha{
	font-size:		12px;
	text-align:		justify;
}

.titular{
	font-size:		12px;
	font-weight:	bold;
	text-align:		justify;
}

.articulo a{
	text-decoration: none;
	color:			#4D4D4D;
}

.articulo a:hover{
	text-decoration: underline;
}

.resumen{
	padding-top:	10px;
}

hr{
	text-align:		center;
	width:			530px;
	margin:			auto;
	background-color:#CCCCCC;
	color:			#CCCCCC;
	border:			0px;
	height:			1px;
}
