/* CSS Document */

body{
	background:#FFF url(img/topo.png) no-repeat center top;
	margin:0px;
	padding:0px;
	font-family: "PT Sans";
	font-size:14px;
}
#wrapper{
	width:1000px;
	margin:auto;
	
	/*border:2px #000000 solid;*/
	/*min-height:700px;*/
	
}
.clear{
	clear:both;
}
#bottom{
	background:#FFF url(img/bt_left.png) no-repeat left bottom;
	height:391px;
	width:602px;
	display:block;
	float:left;
	margin-left:-400px;
	margin-top:20px;
}
#menu{
	float:left;
	width:215px;
	position:relative;
	top:290px;
}
#content{
	width:552px;
	float:left;
	position:relative;
	top:250px;
	/*border:2px #FF0000 solid;*/
	min-height:600px;
	font-size:14px;
	text-align:justify;
}
#content p{
	text-align:justify;
}
#right{
	float:right;
	width:200px;
	position:relative;
	top:250px;
	/*border:2px #0000FF solid;*/
	min-height:600px;
	font-size:12px;
}
a{
	text-decoration:none;
}
a:link, a:visited{
	color:#999;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
#lang{
	margin-right:200px;
	margin-top:25px;
	display:block;
	position:relative;
	float:right;
	vertical-align:top;
	text-align:right;
	color:#aa787a;
}
#lang a{
	color:#aa787a;
}
#lang a:hover{
	color: #cdb0b0;
}
#lang .active1{
	color:#cdb0b0;
}
#noticias{
	min-height:300px;
}
table, tbody{
	border:0px;
	font-size:12px;
}
td{
	font-weight:normal;
}
td, th {
	margin:5px;
	padding:5px;}