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

body{
	margin: 0;
	padding: 0;
	background: #f2f1f1 url(../img/fondo2.jpg) repeat-x left top;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #444444;
	line-height: 18px;
}

body.nonews{ background-color: #ffffff }

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

#top{ float: left; width: 100%; /*background-color:#ffffff*/ }
#head{ float: left; width: 100%; /*background-color:#0066a6*/ }
#middle{ float: left; width: 100%; background: #ffffff url(../img/f_middle.jpg) repeat-x left top; }
#news{ float: left; width: 100%; height: 100%;  background-color:#f2f1f1 }
/*#news{ position: fixed; bottom: 0px; right: 0px; width: 100%; background-color:#f2f1f1 }*/
#bottom{ float: left; width: 100%; height: 100%; padding-top: 40px; background-color: #ffffff; }

.container{
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	/*border: 1px solid #000*/
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/
