/* 
    Created on : 17.04.2014, 16:33:30
    Author     : Oldperl
*/

div.flexc_info_block {
    background-color: #C2CBE0;
    margin-top: 6px;
}

.flexc_block_be {
    margin: 2px 0;
    padding: 4px;
    border: 1px dashed #666;
}

.flexc_block_be legend {
    font-size: 1em;
}

.flexc_block_be legend div {
    display: inline-block;
}

// notification
#contenido_notification {
    background-color: #CBCFD4;
    border: 1px solid #999;
}

#contenido_notification .notify_general {
    
}

#contenido_notification .notify_info {
    color: #4c00c800;
}#articleList {
	width: 100%;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsPagination a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid gray;
}

#articleList .newsPagination a:hover {
	background: #cccccc;
}

#articleList .newsPagination a.active {
	background: black;
	color: white;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px 0 0 0 ;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both:
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}