body{
	padding: 0px;
	margin: 0px;
	background-color: #000;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #fff;
}


#contenedor{
	margin: 0 auto;
	margin-top: 4px;
	width: 758px;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-y;
	background-position: 0px 163px;
}
#cabecera{
	height: 163px;
}
#izquierda{
	width: 113px;
	float: left;
	padding-left: 7px;
}

#izquierda img{
	display: block;
}

#izquierda ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#izquierda li{
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
	padding-top: 2px;
	background: #F4EBBD;
	width: 106px;
	height: 16px;
	margin-top: 4px;

}
#izquierda .top_otros{
	margin-top: 20px;
}

#izquierda a.mainlevel{
	font-size: 11px;
	font-weight: bold;	
	color: #5B3E00;
	text-decoration: none;
}
#izquierda a.mainlevel:hover{
	color:#996600;
}
#contenidos{
	width: 480px;
	float: left;
	overflow: hidden;
}
	#contenidos .componentheading{
		padding: 0px;
		font-size: 12px;
		font-weight: bold;
		background-image: url(../images/bg_titulo.jpg);
		background-repeat: no-repeat;
		width: 455px;
		height: 18px;
		padding-left: 25px;
		padding-bottom: 10px;
	}
	#contenidos table{
		border: 0px;
		padding: 0px;
		border-spacing: 0px;
		border-collapse: collapse;
	}
	#contenidos table.contentpane{
		margin-left: 15px;
	}
	#contenidos form{
		margin-left: 15px;
	}
	#contenidos table.contentpaneopen span{
		display: block;
		padding: 3px;
		font-size: 12px;
		font-weight: bold;
		background-image: url(../images/bg_titulo.jpg);
		background-repeat: no-repeat;
		width: 455px;
		height: 18px;
		padding-left: 25px;
		padding-bottom: 10px;
		margin-top: -1px;
		margin-left: -1px;
	}

	#contenidos table.contentpaneopen span.estilo_titulo_equipo_y_denuncias{
		display: inline;
		background: transparent;
		padding: 0px;
		font-size: 12px;
		font-weight: bold;
	}
	#contenidos table.contentpaneopen p{
		margin-top: 0px;
		margin-left: 18px;
	}

	#contenidos table.contentpaneopen img{
		float: left;
		padding-left: 2px;
		padding-bottom: 10px;
		padding-right: 10px;
	}

	#contenidos td.contentheading{
		padding: 0px;
		font-size: 12px;
		font-weight: bold;
		background-image: url(../images/bg_titulo.jpg);
		background-repeat: no-repeat;
		width: 455px;
		height: 18px;
		padding-left: 25px;
		padding-bottom: 10px;

	}
	#contenidos .flashprensachvbox{
		text-align: center;
	}
#derecha{
	width: 120px;
	float: left;
	margin-left: 38px;
}

	#derecha .banner{
		width: 120px;
		padding-bottom: 8px;
	}

#pie{
	padding-top: 5px;
	clear: both;
}
	#pie p{
		margin: 0px;
		text-align: center;
		font-size: 9px;
		font-weight: bold;
	}



/* Navegacion entre articulos */
a{
	font-size: 12px;	
	color: #fff;
	text-decoration: none;
}
#a:hover{
	color:#f7ed67;
}
a.readon{
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
a.readon:hover{
	color:#000;
}
.back_button a{
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
.back_button a:hover{
	color:#f7ed67;
}
.pagenav_prev{
	display: none;
}
.pagenav_next{
	display: none;
}

a.pagenav{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
a.pagenav:hover{
	color: #f7ed67;
}

