@charset "utf-8";
/* CSS Document */
* {margin: 0; padding:0}
p {margin: 0; padding:2px}
a {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#006990; text-decoration:none;}
a:hover {text-decoration:underline;}
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color:#F5FBFE}
#page {
	width: 1000px;
	margin:auto;
	background-color:#FFFFFF
}
input.text {
	border: 1px solid #006990;
	font-size:12px;
	color:#006990;
	background-color:#FFFFFF;
	padding: 2px; 
	margin:1px;
}
input.btn {
	border: 1px solid #006990;
	border-style:inset;
	font-size:12px;
	color:#FFFFFF;
	background-color:#006990;
	padding: 1px;
	margin:1px;
}

#page .banner_top {}
#header .top_menu{
	text-align: right;
	font: Arial, Helvetica, sans-serif 12px;
	background-color: #ECECEC;
	height: 33px;
	margin-bottom: 2px;
}
#header .top_menu ul { float:right; padding-top:8px; padding-right:10px;}
#header .top_menu ul li{
	list-style-type:none;
}
#header .top_menu li{
	float:left;
}
#header .top_menu li.spacer {
	float:left;
	margin: 10px;
}
#header .top_menu li a{
	display:block;
	color:#727170;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#header .top_menu li a:hover{
	text-decoration:underline;
}
#header .middle{
	border-top: 1px solid #09A0E9;
	border-bottom: 1px solid #09A0E9;
	height: 73px;
	background: url(../images/bg_top.jpg) no-repeat bottom left;
	margin-bottom: 2px;
}
#header .middle .left {
	float:left;
	width:212px;
	height:73px;
}
#header .middle .right {
	float:right;
	width:785px;
	height:60px;
	padding-top:7px;
	text-align:right
}

#header .middle .left a {
	display:block;height:105px;
}
#header .bottom{ }
#header .bottom .menu {height: 29px; background-color:#006990; }
#header .bottom .menu li { float:left; list-style-type:none}
#header .bottom .menu li a {
	display:block; 
	width: 100px;
	height:24px; 
	border-right: 5px solid #ffffff;
	padding-top:5px; 
	text-align:center; 
	color:#ffffff; 
	font-weight:bold;
	text-decoration:none;
}
#header .bottom .menu li a:hover {background-color:#E0F1FA;color:#006990;}
#header .bottom .menu li.selected a {background-color:#E0F1FA;color:#006990;}

#header .bottom .submenu {min-height: 27px; background-color:#E0F1FA; margin-bottom:2px; padding:2px; }
#header .bottom .submenu li { float:left; list-style-type:none}
#header .bottom .submenu li a {
	display:block; 
	margin-left:15px;
	vertical-align:middle;
	padding-right: 10px;
	border-right: 2px solid #ffffff;
	margin-top:5px; 
	text-align:center; 
	color:#006990; 
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

#header .bottom .submenu li a:hover {color:#4A4A4A}
#header .bottom .submenu li.selected a {color:#4A4A4A}
#header .bottom .submenu li.last a {border-right:none}

#main_content { 
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#main_content .left {
	float:left;
	width: 809px;
}

#main_content .left .col1{
	float:left;
	width: 170px;
	border-top: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 1px;
}
#main_content .left .col1 .revista{
	text-align:center;
	font-size:13px;
	color:#006990;
	font-weight:bold;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px dashed #006990;	
}
#main_content .left .col1 .section .login{
	font-size:12px;
}
#main_content .left .col1 .section .login h2{
	font-size:14px;
	border-bottom: none;
}
#main_content .left .col1 .section {
	border-bottom:1px dashed #006990;
	padding: 5px;
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:16px;
	color:#006990;
	font-weight:bold;
}
#main_content .left .col1 .section h2{
	font-size:18px;
	margin:0;
	padding: 0
	}
#main_content .left .col1 .section a {
	font-size:12px;
	font-weight:bold;
	color:#006990;
	text-decoration:none;
}
#main_content .left .col1 .section a:hover {
	text-decoration:underline;
}
#main_content .left .top{
	width: 810px;
	min-height:25px;
	
}
#header .top_menu .search {
	float:left;
	text-align:right;
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0;
	padding:0 0 0 3px;
	width:250px;
	margin-left: 10px;
	margin-top: 5px;
}
#header .top_menu .search input.text {
	background:#F6F6F6 none repeat scroll 0 0;
	border:0 none;
	color:#555555;
	float:left;
	font-size:11px;
	padding:3px;
	width:200px;
}
#header .top_menu .search input.btn {
	float:right;
	padding:1px 1px 1px 0;
	background:none; border:none
}
#main_content .left .top .bc{
	min-height:22px;
	padding-top: 5px;
	clear: both
}

#main_content .left .col2 {
	float:left;
	width: 599px;
	margin-left:10px;
	margin-right:10px;
	border-top: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 1px;

}

#main_content .right {
	float:left;
	width: 185px;
}

#main_content .bc {
	font-size:11px; color:#333333;
}
#main_content .bc a{
	font-size:11px; color:#003399; text-decoration:underline;
}
#main_content .bc a:hover{
text-decoration:none;
}

#content {
	
}
#content h1 {
	font-size:14px;
	}
#content h2 {
	font-size:16px;
	color:#009AF6;
	padding-bottom: 5px;
	}
#content h3 a {
	font-size:14px;
	color:#006990;
	text-decoration:none
}	
#content h3 a:hover {text-decoration:underline}
#content .top_news {
	background-color:#E7F4F5;
	margin-bottom:10px;
}
#content p {
	font-size:12px;
	color:#000000;
	text-align:justify
	}	
#content a {
	font-size:12px;
	color:#006990;
	text-decoration:none;
}	
#content a:hover {text-decoration:underline}
#content .row {
	margin-bottom:10px;
	border-bottom: 1px dashed #CCCCCC;
}
#content .row:hover {
	background-color:#E3FCFD
}
#content .row .img {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	position: relative;
}
#content .row_article .img {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	position: relative;
}

#img_desc { font-size:11px; color:#666666; font-style:italic;z-index:1; background-color:#FFFFFF;clear:both;}
#content .row .body {
	
}

#footer{
	font: Arial, Helvetica, sans-serif 12px;
	background-color: #C1C0BF;
	height: 23px;
	margin-bottom: 2px;
	font-size:11px;
	padding: 10px 10px 0 10px;
}

#footer a {
	font-size:11px; font-weight:normal; color:#727170;
}

#footer .left {

}

#footer .right {
	float:right;
}

.clear {clear:both; font-size:1px;}
.bleu {color: #0099FF}
.supratitlu {font-size:12px; color:#666666;}
.image { margin-right: 10px; margin-bottom:10px;}

#navigation { height:19px; line-height:19px; width: 200px;}
#navigation span, #navigation a { display:block; float:left; margin-right:5px;}
#navigation a.pagenav2_link  { width:19px; height:19px; text-align:center; background:url(../images/btn_pag_nav.gif) no-repeat; color:#000; outline:none; }
#navigation a.pagenav2_link:hover  { background-position:left bottom }

#navigation .pagenav2_current {float:left; color:#FFFFFF; text-align:center;width:19px;background:url(../images/btn_pag_nav.gif) no-repeat left bottom; font-weight:bold;}
#navigation a.pagenav2_go_first { width:7px; height:11px; text-indent:-9999px; background:url(../images/arrows1.gif) left top; font-size:1px; line-height:1px; margin-top:4px;}
#navigation a.pagenav2_go_first:hover { background-position:left center }
#navigation a.pagenav2_go_prev { width:6px; height:11px; text-indent:-9999px; background:url(../images/arrows.gif) left top; font-size:1px; line-height:1px; margin-top:4px;}
#navigation a.pagenav2_go_next { width:6px; height:11px; text-indent:-9999px; background:url(../images/arrows.gif) right top; font-size:1px; line-height:1px; margin-top:4px;}
#navigation a.pagenav2_go_last { width:7px; height:11px; text-indent:-9999px; background:url(../images/arrows1.gif) right top; font-size:1px; line-height:1px; margin-top:4px;}
#navigation a.pagenav2_go_prev:hover { background-position:left center }
#navigation a.pagenav2_go_next:hover { background-position:right center}
#navigation a.pagenav2_go_last:hover { background-position:right center}
.error {background-color:#FFFFCC; margin:5px; border:1px solid #FF6600; padding:10px;}
.err {color:#FF0000}
.formular { font-size:12px; background-color:#D9F1FF; padding:5px;}