@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

* { margin: 0; padding: 0; outline: none; }

img { border: 0; }

hr, .nodisp { display: none; }
ul { list-style: none; }
table { font-family: Arial; font-size: 12px; }
strong { font-weight: bold; }

a, a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

div.contain_clear { 
    position: relative;
    clear: both;
}

p.linebreak {
    padding: 20px 0;
}

	body {
		font: normal 11px arial, verdana, sans-serif;
		color:#000000;
	}
	
	#global_container{
		position: relative;
		padding: 0px; margin: 0px;
		width:100%;
		height:100%;
	}	

	#header_center h1{
		display: block;
		font-size:26px;
		font-weight: lighter;
		text-align:left;		
	}
	
	#header_main #header_oldsite {
		display: none;
	}
	
	#header_main #header_lang {
		display: none;
	}

	#header_main #header_date {
		display:none;
	}
	
	#menu {
		display:none;
	}

	#main_subject_right ul {
		display:none;
	}
	
	#main_subject_left ul {
		display:none;
	}	

				
/*** NEWSROTATOR ***/
#newsrotator .newsitem {
	height:229px;
	width:auto;
	overflow:hidden;
	margin:0 10px 0 10px;
	text-align:left;
	color:#000000;
	border-top:1px dashed #000000;	
}

#newsrotator .newsitem:after {
	clear:both;
}

#newsrotator .newsitem form.container {
	display:block;
	width:auto;
	height:200px;
	font-size:12px;
	font-weight: normal;
	vertical-align:top;
}


#newsrotator .newsitem p.itemtitle { 
	display:block;
	margin-bottom:3px;	
	margin-top:3px;
	font-size:12px;
	font-weight:bold;
	width:350px;	
	float:left;	
}


#newsrotator .newsitem img {
	display:block;
	height:200px;
	width:200px;
	float:right;
	margin-left:5px; 
	margin-top:5px;
}

#newsrotator .newsitem p {
	display:block;
	width:350px;	
	margin-bottom:2px;	
	text-align:justify;	
	float:left;
}

#newsrotator .title{ 
	color: #990000;	
}

div.newsitem ul.links {
	display:none;
}

#exp_mysql, #exp_php, #exp_xhtml, #exp_css, #exp_ajax, #exp_ci{
	display:none;
}


	#pg_1, #pg_2, #pg_3, #pg_4 { 
		position: relative;
		display:block;
		width:auto;
		height:auto;
		font-size:12px;
		text-align:justify;
		margin:20px;
		visibility:visible!important;
	}	

	#pg_1 h1, #pg_2 h1, #pg_3 h1, #pg_4 h1{
		display: block;
		font-size:26px;
		width:inherit;		
		font-weight: lighter;
		text-align:left;		
	}	
	
	#pg_1 p, #pg_2 p, #pg_3 p, #pg_4 p{
		display: block;
		text-align: justify;
		margin-bottom:5px;margin-top:10px;
		width:inherit;
		
	}	
