body {
	margin:0;
	padding:0;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	background: #e8e8e8;
	color:#444;
}
a, a:visited {
	color:#4F004A;
}
#enc {
	width: 780px;
	height: 125px;
	margin: 0 auto;
	padding:0;
	background: transparent url(img/fondo-enc.png) 0 0 repeat-x;
}
h1 {
	display:block;
	float:left;
	margin:12px 0 0 18px;
	padding:0;
}
#topmenu {
	clear:both;
	display:block;
	padding:0;
	margin:0;
	width: 770px;
	text-align:right;
}

#topmenu li {
	display:inline;
	color:#fff;
}
#topmenu li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#topmenu li a:hover {
	text-decoration:underline;
}
#contenedor {
	width: 780px;
	padding: 0 10px 0 9px;
	margin: 0 auto;
	background: #e8e8e8 url(img/fondo.png) 0 0 repeat-y;
	position: relative;
	top: 0;
	z-index: 100;
}
#pre-cont,
#post-cont {
	width:798px;
	height:11px;
	margin:0 auto;
}
#pre-cont {
	background: #e8e8e8 url(img/pre.png) center 0 no-repeat;
}
#post-cont {
	background: #e8e8e8 url(img/post.png) center 0 no-repeat;
}
#menu {
	width:178px;
	background: #730057 url(img/fondo-menu.png) 0 bottom repeat-x;
}
#menu ul {
	padding:10px 5px 10px 10px;
	margin:0;
}
#menu ul li {
	list-style:none;
	margin: 5px 0;
}
#menu ul li a{
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#fff;
	text-decoration:underline;

}
#columna-a {
	width:180px;
	float:left;
}
#principal {
	width:580px;
	float:left;
	margin:1em 10px;
}
#pie {
	clear:both;
}
#about p{
	font-size:11px;
	padding:5px;
	margin:0;
}
#top5 ol {
	font-size:11px;
	padding:10px 5px 10px 25px;
	margin:0;
}
#top5 ol li {
	font-weight:bold;
	color:#4F004A;
}
#top5 ol li a {
	text-decoration:none;
}
#top5 ol li a:hover {
	text-decoration:underline;
}
#pie {
	text-align:center;
}
#firma_spip {
	float:left;
	width:180px;
}
#firma_wiwi {
	float:left;
	width:118px;
}
address {
	float:left;
	width:345px;
	padding: 10px 10px 10px 125px;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
}
.fila {
	clear:both;
	border-top: 1px dashed #ccc;
	padding: 5px 0;
}
.fila .articulo {
	float:left;
	width:280px;
	padding:0 5px;
}
.volanta {
	font-size:14px;
	font-weight:bold;
	margin:0 0 .25em 0;
}
a.secc {
	text-decoration:none;
}
a.secc:hover {
	text-decoration:underline;
}
.clearfix {
	clear: both;
	display:block;
}
form.enc-form {
	margin:4px 0 0 0;
	padding:4px 0;
	text-align:right;
	height:16px;
	border:1px solid #F0CA03;
	/*border:1px solid #0f0;*/
	overflow:hidden;
}
form.enc-form p {
	margin:0;
	padding:0;
}
form.enc-form input.mini_input {
	font-size:10px;
	margin:0;
	padding:0;
	color:#444;
	position:relative;
	top:-13px;
}
form.enc-form input.boton_suscribite {
	position:relative;
	top:-5px;
}
/* Titulos */
#menu h2,
#about h2,
#top5 h2 {
	font-size:16px;
	padding:5px 10px;
	margin:0;
	border:1px solid #ccc;
}
#menu h2 {
	color:#fff;
	background: #730057 url(img/fondo-menu.png) 0 bottom repeat-x;
}
#about h2,
#top5 h2 {
	color:#333;	
	background: #999999 url(img/fondo-lateral-h2.png) 0 bottom repeat-x;
}

h2.titulo-articulo {
	font: normal bold 18px Arial, Helvetica, sans-serif;
	margin: 0;
}
h2.titulo-articulo a {
	color: #181818;
	text-decoration: none;
}
h2.titulo-articulo a:hover {
	text-decoration: underline;
}
p.volanta {
	margin: 0;
}
p.subtitulo {
	margin: 0;
	font-weight: bold;
}
p.autor {
	margin: 0;
}
p.autor a {
	color: #444;
	text-decoration:none;
}
p.autor a:hover {
	color: #000;
	text-decoration:underline;
}
p.fecha {
	margin:0;
	padding:0;
}
