* {
   padding:0;
   margin:0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

#pagina {
	width: 70%;
	margin:0px auto;	
}

#sidebar {
	width: 150px;
	float: left;
	height: 30%;
	padding-top: 10px;
	text-align: center;
}

#catlist {
	text-align:left;
	font-weight: bold;	
	width: 100%;	
}
#catlist li {
	list-style: none;
	width: 100%;
	margin: 3px 0px 0px 0px;
}
#catlist a {
	height: 100%;
	display: block;	
	text-decoration: none;
	margin: 0px;
}
#current {
	border-left: 5px;
	border-left-color: #f30;
}

#contenidos {
	float: left;
	width: 70%;
	text-align: center;
}

#footer{
	font-size: 0.7em;	
}

#header {
	font-size: 0.9em;
}

#sidebar h3 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #f66013;
	display: block;	
}

.thumb {
	float: left;
	margin: 5px 15px 5px 15px;
}

.noticia {
	text-align:left;
}

.noticia h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #f66013;
}

.download{
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	background-color: #ff9043;
	display: block;
	width: auto;
	text-align: center;
	margin:0px auto;
}

.download:hover {
	color: grey;
}

hr {
	visibility: hidden;
	clear: both;
}

a:link, a:hover, a:active, a:visited  {
	text-decoration: none;
}

a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #F66013;
}

a:active {
	color: #FFFF99;
}

a img{
	border: 0px;
} 