body, html {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 85%;
 color: #242424;
 margin: 0;
 padding:0;
 background-color: #fff;
}
.clipping{ 
	margin-top: 6px;
	float: left;
}
.clipping img{ 
	border:0;
}
a{
	text-decoration: none;
	color: #2F2F2F;
}
a:hover{
	color: #AA0000;
}
body{	 
	margin:0;
	padding:0;
}
img{
	border:0;
}
#contenedor{
 	/*border: 1px solid #333;*/
	width:992px;	 
	margin:0;
	padding:0;
}
#pie {
	clear: both;
	font-family: verdana;
}
#pie .bannerpie {
	margin: 0 0 10px 20px;
}
#pie a.ojd {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	display: block;
	width: 96px;
}
#pie img{
	border:0;
}
#pie ul {
	list-style: none;
	padding:0;
	border:0;
	margin: 0 auto 0 auto;
}
#pie ul li {
	display: inline;
}

#pie p {
	clear: both;
	text-align: center;
	margin: 2px 0;
	font-size: 9px;
}
#pie #edanteriores {
	background-image: url(/images/fondomenu.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-left: 10px;
	height: 27px;
	font-size: 9px;
}
#pie #edanteriores li {
	padding: 0 3px 0 7px;
	border-right: 1px solid #BDBFBC;	
}
#pie #edanteriores li a {
	color: #7B7B7B;
	margin: 0;
	padding: 0;	
}
#pie #edanteriores li.primera {
	color: #5A5A5A;
	padding-left: 10px;
	background-image: url(/images/bulletrojo.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-weight: bold;
	border: 0;	
}
#pie #edanteriores li.ultima {
	border: 0;	 
}
#pie #quienes2 {
	clear: both;
	width: 992px;
	text-align: center;
	margin: 0 0 10px 0;
	padding:0;
}
#pie #quienes2 li {
	padding: 0 8px;
	border-left: 2px solid #538AB3;
	font-size: 9px;
	height: 70%;
}
#pie #quienes2 li a {
	color: #7B7B7B;
}
#pie #quienes2 li.ultima {
	border-right: 2px solid #538AB3;
}
/* CABECERA PORTADA*/
#cabecera-logo{
	width: 992px;
	height: 81px;
	background-image: url(/images/cabecera_fondo.gif);
	background-repeat: repeat-x;
	clear:both;
}
#cabecera-logo p.logo{
	width:320px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	padding:20px 0 0 0;
}
#cabecera-logo p.fecha{
	width:320px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	text-align:center;
	font-family:verdana;
	font-size:10px;
}
#cabecera #ondacero {
	float: right;
	width: 70px;
	text-align: right;
}
#cabecera {
	/*height: 94px;
	background-image: url(/images/fondocabecera.gif);
	background-repeat: repeat-x;	
	margin-bottom: 10px;
	position: relative;*/
}
#cabecera img.logo {
	float: left;
	padding-left: 25px;
	margin-right: 2px;
}
#cabecera p.fechacab	{
	font-size: 9px;
	width: 225px;
	background-color: #fff;
	position: absolute;
	top: 53px;
	left: 65px;
	padding: 0;
	margin: 0;
}
#cabecera p.fechacabradio	{
	font-size: 9px;
	width: 160px;
	background-color: #fff;
	position: absolute;
	top: 53px;
	left: 60px;
	padding: 0;
	margin: 0;
}
#cabecera img.logoradio {
	float: left;
	padding-left: 20px;
	margin-right: 2px;
}
/* menu principal */
#mainMenu {
	width: 992px;
	margin: 0;
	padding: 0;
	clear: both;
}
#listMenuRoot {
	height: 22px;
	background: transparent url(/images/fondomenu.gif) repeat-x;
	padding: 5px 0 0 9px;
	margin: 0;
	font-size: 11px;	
}
#listMenuRoot li {
	background-image: none;
}
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 2em;
	left: 8px;
	width: 170px;
	padding: 0;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	z-index: 100;
}
.menulist ul, [jar] {
	width: 178px;
}

.menulist ul.menutenden {
	top: -150px; 
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0;
	left: 172px;
}
.menulist li {
	float: left;
	position: relative;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin-right: 0;
}
.menulist ul li a {
	color: #636363;
}
.menulist ul li a {
	padding: 4px 6px;
}
/* Links inside the menu */
.menulist a {
	display: block;
	color: #000;
	text-decoration:  none;
	background-image: url(/images/separaopciones.gif);
	background-repeat: repeat-x;
	background-position: left bottom; 
}
.menulist a:hover {
	background-color: #fff;
}
.menulist a#secciones {
	background: transparent url(/images/bulletsecciones.gif) 0 0 no-repeat;
	padding: 0 5px 9px 30px;
}
.menulist a#finde {
	background: transparent url(/images/bulletfinde.gif) 0 0 no-repeat;
	padding: 0 6px 9px 23px;
}
.menulist a#clipmenu {
	background: transparent url(/images/bulletfavoritas.gif) 0 0 no-repeat;
	padding: 0 3px 0 30px;
	float: left;
}
.menulist a#colaboradores {
	padding: 0 6px 6px 30px;
	margin-left: 5px;
	background: transparent url(/images/bulletcolaboradores.gif) 0 0 no-repeat;
}
.menulist a#menubolet {
	background: transparent url(/images/bulletboletin.gif) 0 0 no-repeat;
	padding: 0 5px 0 37px;
}
.menulist a#menuvideo {
	background: transparent url(/images/bulletvideo.gif) 0 0 no-repeat;
	padding: 0 8px 0 29px;
}
.menulist a#menubol {
	background: transparent url(/images/bulletbol.gif) 0 0 no-repeat;
	padding: 0 5px 0 27px;
}
.menulist a#menuayuda {
	background: transparent url(/images/bulletayuda.gif) 0 0 no-repeat;
	padding: 0 5px 0 25px;
}
.menulist a#menucallejero {
	background: transparent url(/images/bulletcallejero.gif) 0 0 no-repeat;
	padding: 0 5px 0 28px;
}
.menulist li form {
	padding: 0 4px 0 40px;
	background: transparent url(/images/bulletbuscar.gif) 12px 1px no-repeat;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */
/* sombras en menus */
div.sombrita {
	width: 168px;
	border: 1px solid #636363; 
	background-color: #ECECEC;
	padding: 2px 4px;
	margin: 0;
}

/* buscador */
.menulist li input.campo {
	background-color: #fff;
	border: 1px solid #5A5A5A;
	display: inline;
	height: 12px;
	width: 80px;
	font-size: 9px;
}
.menulist li input.boton {	
	vertical-align: top;
	display: inline;
	border: 0;	
	background-color: transparent; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	padding: 0 0 1px 0;
	height: 1.3em;
	cursor: pointer;
	font-size: 11px;
}
.menulist li form {
	display: inline;
}
/* clippings */
.menulist #clippings {
	visibility: hidden;
	position: absolute;
	top: 0;
	padding: 0;
	background-color: #ECECEC;
}
.menulist a#clipmenu {
	clear: none;
	display: inline;
}
.menulist a#clipmenu span#clippingsCounter {
	padding: 0;
	margin: 0;
	width: 15px;
	display: block;
	float: left;
}
.menulist #clippingsContainer{
	width: 230px; 
	overflow:auto;
	height: 120px;
	padding: 5px; 
	background-color: #F7F7F7;
	border-bottom: 1px solid #9B9680;
}
.menulist #clippingsContainer a{
	width: 230px; 
	clear: both;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	background-image: none;
	color: #045377;
	font-size: 90%;
}
.menulist #clippingControls{
	width: 250px; 
	font-weight: normal;
	border-top: 1px solid #ccc;
	background-color: #ECECEC;
}
.menulist #clippingControls ul {
	margin: 0;
	padding: 0 0 3px 3px;
	width: 243px; 
	background-color: #ECECEC;
	background-image: none;
	border: 1px solid #636363; 
}
.menuList #clippingControls ul li {
	margin: 0;
}
.menulist #clippingControls a {
	width: 240px;
	padding: 2px 0 4px 0;
	display: block;
	background-image: url(/images/separaopciones.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	clear: both;
	margin: 0;
}
.menulist #clippingControls a.leesiguiente {
	padding-left: 16px;
	background-image: url(/images/leesiguiente.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.menulist #clippingControls a.borraleidas {
	padding-left: 18px;
	background-image: url(/images/borraleidas.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
.menulist #clippingControls a.borratodas {
	padding-left: 18px;
	background-image: url(/images/borratodas.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.clippingItem, .clippingItem:visited, .clippingItemRead  {
	color: #000000; 
}
.clippingItemRead, .clippingItemRead:visited {
	color:#999999;
}
.clippingItemRead:hover { 
	color:#FFFF00;
}
.clippingIcon { 
	margin-top: 6px;
	float: left;
}
/* fin estilos para los clippings */
/* fin de estilos del menu principal*/
/* FIN CABECERA PORTADA*/
#publicab div{
	float:left;
}
#publicab-1{
	margin-right:3px;
}
