@charset "utf-8";
/* CSS Document */
*{
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
}
html{
	background:#fff url(../img/bg-body-top.jpg) no-repeat top right;
}
html img{
	border:none;
}
.clr{clear:both;}
body{
	margin:0;
	background:url(../img/bg-body.jpg) repeat-x bottom;
}
#outline{
	width:790px;
	margin:0 auto;
	background:#efefef url(../img/bg-outline.jpg) repeat-x bottom;
	overflow:hidden;
}
#top{
	width:790px;
	height:142px;
	margin:20px auto 0 auto;
}
#logo{
	width:300px;
	height:100px;
	float:left;
	background:#fff url(../img/logo.gif) no-repeat center;
}
#menu{
	height:42px;
	clear:both;
	background:url(../img/bg-menu.png) no-repeat;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
	border-left:1px solid #178cdb;
}
#menu ul li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	line-height:42px;
	padding:0 20px;
	font-weight:bold;
}
#menu ul li a:hover{
	color:#ddd;
}
#menu ul li a#sLink{
	text-decoration:underline;
}
#outline p{
	font-size:11px;
	line-height:16px;
	margin:10px 20px;
	color:#444;
}
#outline h3{
	color:#777;
	font-size:16px;
	margin:20px 0 0 20px;
}
#outline p b{
	color:#0d8adc;
	font-size:14px;
}
#outline p strong{
	color:#555;
}
#rotate ul{
	float:left;
	width:270px;
}
#rotate ul h2{
	font-size:22px;
	font-weight:normal;
	text-align:center;
	color:#666;
}
#rotate #right{
	margin:50px 10px 10px 0;
	width:490px;
	float:right;
}
#rotate #right #fragment-1, #rotate #right #fragment-2, #rotate #right #fragment-3, #rotate #right #fragment-4{
	border-top:1px solid #ddd;
	background:#ededed;
	color:#444;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
}
.box{
	width:205px;
	margin:0 0 0 20px;
	padding:5px 15px;
	float:left;
	background:#fff url(../img/bg-box.gif) no-repeat top center;
	overflow:hidden;
}
.box h4{
	color:#666;
	font-style:italic;
	font-size:16px;
	text-align:center;
	margin:0 0 10px 0;
}
.box a.info{
	color:#444;
	font-size:13px;
	text-decoration:none;
	line-height:26px;
}
.box a.noticia{
	color:#444;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
}
.box a.noticia b{
	color:#555;
	font-size:9px;
}
.box a.link{
	font-size:9px;
	text-decoration:none;
	line-height:11px;
	display:block;
}
.box a.link b{
	color:#555;
	font-size:12px;
}
.box a:hover{
	color:#bd170f;
}
#bottom{
	width:790px;
	height:20px;
	margin:0 auto;
	padding:10px 0;
	background:url(../img/bg-copyrights.gif) no-repeat;
}
#bottom span{
	color:#666;
	font-size:11px;
}