@charset "windows-1250";
/* CSS Document */

* {font-family:"Trebuchet MS"; font-size:10pt; }

body {
	margin: 0 auto;
	background-color:#edeefa;
}

a { 
	color:#1a4070;
	text-decoration:none;
}

/*---------PAGES---------*/


.bg {
	background:url(../img/bg-cd-icece15.jpg);
	width:1000px;
	height:800px;
	margin: 0 auto;
	position:relative;
}

.pag-container {
	width:964px;
	margin:auto;
	padding-top: 24px;
	padding-bottom:24px;
}

.logo-icece {
	width:200px;
	height:185px;
	position:absolute;
	top:60px;
	left: 60px;
}

.logo-copec {
	width:140px;
	height:100px;
	text-align:center;
	left:850px;
	top:45px;
	position:absolute;
}

.logo-shero {
	width:140px;
	height:100px;
	text-align:center;
	left:850px;
	top:150px;
	position:absolute;
}

.text-shewc {
	position:absolute;
	width:500px;
	top:60px;
	left:320px;
}

.menu { 
	position: absolute;
	width:250px;
	top: 300px;
	left:40px;
}

.hidden-board {
	width:740px;
	height:500px;
	overflow:auto;
	left:220px;
	top:280px;
	position:absolute;
}
.withe-board {
	background-color:#FFF;
	width:680px;
	height:auto;
	padding:20px;
	left:220px;
	top:300px;
	text-align:justify;
}

.footer {
	width:960px;
	height:10px;
	background-color:#1a4070;
	color:#FFF;
	padding:20px;
	margin: 0 auto;
	text-align:center;
}
