body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande';
	font-size: 12px;
	color: #000;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bae709;
}

a{
	color:#23821e;
	text-decoration: none;
}

a img{
	border:0;
}

.clear{
	clear:both;
}

#container{
	width:1132px;
	margin:0 auto 0 auto;
	background:#fff;
	-moz-box-shadow: 0px 0px 35px #000;
	-webkit-box-shadow: 0px 0px 35px #000;
	box-shadow: 0px 0px 35px #000;

}

#header{
	float:left;
	width:1132px;
	height:109px;
	background:url(../images/header.jpg);
}

h2{
	font-family: Georgia, times;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color:#818181;
}
h2.title{
	border-bottom:1px solid #ccc;
	padding-bottom: 5px;
	font-size: 24px;
}

#nav{
	list-style: none;
	margin:0;
	padding:0;
}

#nav ul{
	margin:10px 0 10px 0;
	display: none;
	padding:0 0 0 24px;
}

#nav ul li a{
	display: inline;
	padding:auto;
	font-size:11px;
	border:0;
	background: none;
}

#nav ul li a:hover{
	text-decoration: underline;
	background: none;
}

#nav a{
	text-decoration: none;
	display: block;
	width:198px;
	height:25px;
	background:#ededed;
	border-top:1px solid #fff;
	font-size:16px;
	color:#818181;
	padding:10px 0 0 4px;
	font-family: 'Helvetica Neue', Arial;
}

#nav a.selected{
	background:#d8dd27;
}

#nav a img{
	border:0;
	vertical-align: middle;
}

#nav a:hover{
	background:#d8dd27;
}

#left{
	width:205px;
	float:left;
	background:url(../images/left_gradient.jpg);
	background-repeat: repeat-x;
	min-height: 579px;
}

#center{
	width:660px;
	padding:30px;
	float:left;
}

#right{
	width:205px;
	float:right;
	background:url(../images/left_gradient.jpg);
	background-repeat: repeat-x;
	min-height: 579px;
}

#footer{
	text-align: center;
	font-size: 10px;
	height:150px;
}

a.volver{
	font-family: Georgia, times;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.doclist{
	border-collapse: collapse;
}

.doclist td{
	padding:5px;
	border:1px solid #ccc;
	color:#555;
}

.doclist .fecha{
	width:120px;
	text-align: center;
}

#lista_actualidad li{
	margin-bottom: 20px;
}