/*  
  phpBB 3.0 Style Sheet
	Style name:	proSilver
	Copyright 2008 Kamahl http://www.phpbb3hacks.com/
*/

.topiclist dd.posts_portal {
	float:left;
	text-align:left;
	font-size: 1.1em;
	padding:6px 5px 6px 5px;
}

ul.topiclist dt {
	float:left;
	width: 90%;
	font-size: 1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

small, .small {
	font-size:10px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* Container for sub-navigation list */
#navigation {
	padding-top: 0px;
	font-size: 1.1em;
}

/* Link styles for the sub-section links */
#navigation a {
	color: #105289;
	font-weight: normal;
	padding: 2px;
	background: #ecf1f3 none repeat-y 100% 0;
}

#navigation a:hover {
	background-color: #F9F9F9;
	color: #d31141;
}

/* News listing */
ul.news {
	border-top: 1px solid #FFFFFF;
	list-style: none;
	margin-left: 0;
}
ul.news li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
}
ul.news li.last {
	border-bottom: none;
}
ul.news {
	border-top: none;
}
ul.news li {
	padding: 0 0 4px 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-color: #E0E0E0;
}

.postbody_portal {
	width: 100%;
}

.titulo_indice_series {
	font-size: 16px;
	font-weight: 700;
	/*text-decoration: underline;*/
	text-align:center;
	color: black;
	/*text-shadow: darkgray 0.1em 0.1em 0.3em;*/
	width:42%;
}

.titulo_series {
	font-size: 19px;
	font-weight: 800;
	text-decoration: underline;
	text-align:center;
	color: #477bbb;
	text-shadow: darkgray 0.1em 0.1em 0.3em;
	width:42%;
}

.titulo_datos {
	font-size: 13px;
	font-weight: 800;
	line-height: 160%;
	color: black;
}

.datos_series {
	font-size: 15px;
	font-weight: 700;
	line-height: 160%;
	color: #477bbb;
}

