@charset "utf-8";
body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#menu {
	display: table;
	width: 230px;
	background-image: url(img/menu/fondo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#menu ul li {
	float: left;
}		
#menu ul li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 28px;
}		
#menu ul li a:hover, #menu ul li a.active {
    background-position: 0px -28px;
}		
#menu ul li#menu-audios a {
	background-image: url(img/agitedistrital.gif);
	width: 114px;
	margin-right: 2px;
}
#menu ul li#menu-videos a {
	background-image: url(img/mpersonajes.gif);
	width: 114px;
}
#menu ul li#menu-minuto a { background-image: url(img/mminuto.gif); width: 104px; }
#menu ul li a span {
	display: none;
}
#audios {
	height: 245px;
}

#c_audios {
	/*	background-color: #FFD955;*/
	border: 1px solid #E0E0E0;
	width:228px;
	height: 195px;
	overflow:auto;
	margin-left:8px;
	margin-right:8px;
	clear: both;
	background-color: #FFFFFF;

}
#c_audios p {
	font-size: 11px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 13px;
	vertical-align: middle;
	margin-bottom:0px;
}
#c_audios a {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	/*background-color: #FFD955;*/
	height: auto;
}
#c_audios hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
	float: none;
	clear: both;
}
#c_audios a:hover {
	color: #000000;
	/*background-image:url(img/backa.gif);*/
	/*font-weight: bold;*/
	background-color:#F4F4F4;
}
#videos{
	display: none;
	height: 212px;
}

#minutos {
	display: none;
	height: 212px;
}
#titular {
	padding: 10px;
}
#titular p {
	font-size: 1.2em;
	font-weight: bold;
}
