div#content {
	width: 570px;
	background: url(../images/full_content_bgd.gif) repeat-y top left !important;
}
	div#content div#submenu {
		display: none;
	}
	div#content h2 {
		margin: 0 !important;
		padding: 0 10px;
		padding-bottom: 20px !important;
		background: url(../images/full_content_header_bgd.gif) no-repeat top left !important;
	}
			div#content h4 {
				font-family:  Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 150%;
				letter-spacing: 0.1em;

			}
			div#content h4 a {
				color: #AC294B;
				text-decoration: none;
			}
			div#content h4 a:hover {
				color: #000;
				text-decoration: underline;
			}
div#content div#foot {
	background: url(../images/full_foot_background.gif) no-repeat bottom left !important;
}
div#content p.news-date {
	color: #a0a0a0;
	position: absolute;
	top: 22px;
	right: 0;
	border: 0;
	z-index: -1;
}
html>body div#content p.news-date {
	z-index: 0;
}
div#content p.news-category {
	color: #a0a0a0;
	position: absolute;
	top: 4px;
	left: 0;
	border: 0;
	font-size: 9px;
}
div#content p.news-category a, div#content p.news-date a {
	font-size: 9px;
	color: #AC294B;
	text-decoration: none;
}
div#content p.news-category a:hover, div#content p.news-date a:hover {
	color: #000;
	text-decoration: underline;
}
div#content p.news-author {
	position: absolute;
	right: 0;
	top: -13px !important;
	color: #ccc;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}
div#content p.news-author span {
	display: none;
	text-align: right;
	position: absolute;
	width: 100px;
	right: 0;
	top: 15px;
	background: #F8F9FC;
	border: 1px solid #000;
	padding: 10px;
	font-weight: normal;
	color: #364986;
	z-index: 1000;
}

div#content p.news-author:hover span {
	display: block;
}
div#content p.news-author a {
	color: #fff;
}
div#content p.news-author a:hover {
	color: #AC294B;
	text-decoration: underline;
}
div#content p.news-short-description {
	font-weight: bold;
}
div#content p.news-files {
	height: 25px;
	background: url(../images/icon_adjunto.gif) no-repeat left center;
	line-height: 25px;
	padding: 10px 35px;
}
div#content p.news-files a, div#content p.news-related-event a {
	color: #AC294B;
	text-decoration: none;
}
div#content p.news-files a:hover, div#content p.news-related-event a:hover {
	color: #000;
	text-decoration: underline;
}
div#content p.news-related-event {
	background: url(../images/icon_evento.gif) no-repeat left center;
	height: 26px;
	line-height: 26px;
	padding: 10px 35px;
}
a.linkback {
	display: block;
	margin-top: 30px;
	color: #AC294B !important;
	text-decoration: none;
}
a.linkback:hover {
	color: #000 !important;
	text-decoration: underline;
}
p.image-holder {
	float: left;
	width: 250px;
	text-align: center;
}
p.image-holder img {
	width: 200px;
	height: 200px;
	border: 2px solid #AC294B;
}
	/*-- formulario --*/
		select#iCategory, select#iCountry, select#iTitulation, select#iActivePlayer, select#iLanguage {
			width: 200px;
		}
		
		select#dt_birthday_day, select#dt_birthday_month,
		select#dt_obtaining_day, select#dt_obtaining_month
		{
			width: 60px;
		}
		select#dt_birthday_year, select#dt_obtaining_year{
			width:80px;
		}
				
		#content input{
			width:193px !important;
		}

