/* ---------------------------------------------------------------------------------------------- */
/* corpo */

#news
{
	display: block;
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


/* ---------------------------------------------------------------------------------------------- */
/* titulo */

#news div.title
{
	display: block;
	position: relative;
	width: 100%;
	margin: 25px auto 0 auto;
}
#news div.title h1
{
	display: block;
	position: relative;
	width: auto;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}


/* ---------------------------------------------------------------------------------------------- */
/* noticias */

#news div.container
{
	display: block;
	position: relative;
	width: 320px;
	margin: 55px auto 0 auto;
}

#news div.container div.block
{
	display: block;
	position: relative;
	width: 215px;
	height: 153px;
	height: 200px;
	margin: 0 auto 15px auto;
	padding: 0;
	overflow: hidden;
	background: transparent url(../../../../../src/img/itemShadow.png) no-repeat bottom center;
}

#news div.container div.block a.item
{
	display: block;
	position: relative;
	width: 199px;
	height: 114px;
	height: 161px;
	margin: 0 40px 30px 0;
	border: 8px solid #ffffff;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 1;
}
#news div.container div.block a.item img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
}
#news div.container div.block a.item:hover span.hover
{
	display: block;
}
#news div.container div.block a.item span.hover
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	height: 114px;
	height: 161px;
	background: transparent url(../../../../../src/img/itemHoverBg.png) no-repeat;
	z-index: 2;
}
#news div.container div.block a.item span.hover p
{
	display: block;
	position: absolute;
	bottom: 44px;
	left: 15px;
	width: 169px;
	max-height: 60px;
	line-height: 20px;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}


/* ---------------------------------------------------------------------------------------------- */
/* paginador */

#news div.paginator
{
	display: block;
	position: relative;
	width: 320px;
	margin: 30px auto 0 auto;
	white-space: nowrap;
	text-align: center;
}

#news a.paginator
{
	display: inline-block;
	position: relative;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 12px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	padding: 0;
	width: 20px;
	border: 1px solid #3b2314;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
}
#news a.paginator:hover
{
	background-color: #3b2314;
	color: #ffffff;
}
#news p.paginator
{
	display: inline-block;
	position: relative;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 12px;
	padding: 0;
	width: 20px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	line-height: 20px;
}
#news p.actual
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
}


/* ---------------------------------------------------------------------------------------------- */