body{
	margin:0px;
	color:#333333;
}
body *{
	font-size:12px;
}
body *,h1,h2,h3,h4,h5{
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
a, a:link, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{
	color:#700026;
	font-size:18px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #700026;
	margin-bottom:20px;
}
h2{
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	border-bottom:1px solid #cc9539;
}
h2, h2 a, h2 a:link, h2 a:visited{
	color:#700026;
	font-size:18px;
}
h3{
	border-bottom:1px solid #eaba2d;
}
h3, h3 a, h3 a:link, h3 a:visited{
	font-size:14px;
	color:#aa093d;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#all_page{
	display:block;
	width:800px;
	margin:0px auto;
	background:url(../images/page_bg.png) 0px 0px repeat-y;
}

#top{
	background:url(../images/header_bg.png) repeat-x;
	width:100%;
	height:113px;
}
#top a.logo{
	position:absolute;
}
#top a.logo img{
	border:none;
}
#lang{
	display:block;
	text-align:right;
	padding:5px 10px;
}
#top .menu{
	margin:0px;
	padding:0px;
	background:url(../images/mmenu_border.png) 0px 0px no-repeat;
	height:20px;
	margin-top:68px;
	padding-left:60px;
	float:right;
	list-style:none;
}
#top .menu li{
	margin:0px;
	padding:0px;
	float:left;
	background:url(../images/mmenu_bg.png) 0px 0px repeat-x;
}
#top .menu ul{
	display:none;
	position:absolute;
	margin:0px;
	padding:0px;
	width:200px;
}
#top .menu ul li{
	background:#730021;
	display:block;
	width:200px;
}
#top .menu li:hover ul{
	display:block;
}
#top .menu a{
	padding:3px 15px 3px 15px;
	display:block;
	font-weight:bold;
}
#top .menu a, #top .menu a:link, #top .menu a:visited, #lang a{
	color:#eeeeee;
}
#top .menu a:hover, #top .menu>li:hover, #top .menu>li:hover>a{
	color:#FFFFFF;
	background:#8c0c18;
	text-decoration:none;
}
#page_conten{
	width:480px;
	margin:10px 20px;
}
#page_conten ul{
	list-style: url(../images/bull.gif);
	padding-left:20px;
}
#sidebar_right, #sidebar_right a, #sidebar_right a:link, #sidebar_right a:visited, #sidebar_left, #sidebar_left a, #sidebar_left a:link, #sidebar_left a:visited{
	color:#eeeeee;
}

#sidebar_left a:hover, #sidebar_right a:hover{
	color:#FFFFFF;
}
#sidebar_left .menulinks li{
	text-align:center;
}
#sidebar_left .menulinks a img{
	max-width:130px;
}
#page_conten img.right{
	border:1px solid #999999;
	padding:1px;
	background:#FFFFFF;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
.clear{
	clear:both;
}

#page_conten, #sidebar_left, #sidebar_right{
	float:left;
}


#sidebar_left, #sidebar_right{
	width:140px;
	color:#eeeeee;
}
#sidebar_left *, #sidebar_right *{
	font-size:11px;
}
#sidebar_left{
	text-align:center;
}
#sidebar_left a img{
	border:none;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}
#sidebar_left h3, #sidebar_right h3{
	border:0px solid #99111e;
	border-bottom-width:1px;
	border-top-width:1px;
	background-color:#58585a;
	color:#eeeeee;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:5px 0px;
	margin:0px;
	margin-bottom:5px;
}
#sidebar_left ul.wsp, #sidebar_right ul.wsp, #sidebar_left table.wsp, #sidebar_right table.wsp, #indicadores.wsp div.cont{
	padding:0px 3px;
	margin-bottom:5px;
}
#indicadores div{
	line-height:1.5em;
	text-align:left;
}
#indicadores .cont{
	display:table;
}
#indicadores .row{
	display:table-row;
}
#indicadores span.indicador, #indicadores span.valor{
	display:table-cell;
}
#indicadores .indicador{
	text-align:left;
}
#indicadores .valor{
	text-align:right;
}
#prefooter ul{
	width:600px;
	display:block;
	margin:0px auto;
}
#prefooter li{
	width:300px;
	display:block;
	float:left;
}
#footer, #prefooter{
	background-color:#FFFFFF;
	border-top:1px solid #99111e;
}
#footer{
	text-align:center;
}
#footer .menu{
	margin:10px auto;
	padding:0px;
	list-style:none;
}
#footer .menu li{
	margin:0px;
	padding:0px 5px;
	display:inline;
}
#footer .menu ul{
	display:none;
}
#footer .menu a, #footer .menu a:link, #footer .menu a:visited{
	color:#2e3192;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

