
/* Layout Stylesheet */ 



 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #FAFD32;*/
	background-image: url(../images/Fond_Sotrep.gif);
/*	background-position: 50%; */
 	text-align:center;
}

#outer {
 text-align:left;
/*border:1px solid #000000;*/
 width:1024px;
 margin:auto;
 }

#hdr {
 height:130px;
 /*background:#eeeeee;
 color: #333333;*/
}

#bar {
 height:50px;
 }

#bodyblock {
 position:relative;
 width:1024px;
 padding:0;
 }

#lsep {
	width: 45px;
}

#l-col {
border: thin solid 1px #0070BA;
 float:left;
 margin-left: 10px;
 background:#D1E5F4;
 color: #253413;/**/
 width:230px;
 }

#cont {
margin-right: 10px;
padding-left: 15px;
padding-right: 0px;
margin-right: 0px;
 width:755px;
 color: #253413;
 text-align:left;
 background:#D1E5F4;
 border: 1px solid #0070BA;
 min-height: 450px;
}

#ftr {
 height:55px;
 text-align: center;
 vertical-align: bottom;
  width:1024px;
/*background:#c0c0c0;
 color: #333333;
 
 border-width:1px 0 0 0;*/
 margin:0;
 /*border:solid #253413;	
 border-width: 1px 1px 1px 1px;*/
 }
 
 .white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

 .ACSIModulo {
 	display: none;
 }
 
a  {
 	color: #0070BA;/**/
 }

 .news {
	text-align: center;
	text-decoration: underline;
	font-size: larger;
	font-weight: bold;
   color: #0070BA;
 }