body, html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 10px verdana; 
	color: #555753; 
	background: #fff url(images/fondo.gif); 
	/*background: #fff url(/001/blossoms.jpg) no-repeat right bottom; */

	
	text-align:center;
	}
	
#contenedor {
  margin:0 auto;
 width: 980px; 
	background-color:#ACC5DA; 
	text-align:left;	
	
	border-right: 1px solid #666666;
	border-left: 1px solid #666666; overflow:auto; 
padding:0px;

}

#cabecera {
width:980px;
}
	
#cabecera h1  {

	background: url(images/cabecera.jpg); 
	width:946px;
	height:112px;	
}

#cabecera h1 span {
	display: none; 
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CCCC99;
	}
	

#categorias h2 {

	background: url(images/empresas.gif); 
	width:300px;
	height:90px;	
}

#categorias h2 span {
	display: none;
}

#ultimos h2 {

	background: url(images/loultimo.gif); 
	width:300px;
	height:90px;	
}

#ultimos h2 span {
	display: none;
}

#articulos h2 {

	background: url(images/articulos.gif); 
	width:300px;
	height:90px;	
}

#articulos h2 span {
	display: none;
}





#barra_izquierda {
float:left;
width:650px; 
background-color:#ACC5DA;
}

#barra_derecha {
float:right; 
width:330px;

background-color:#ACC5DA; 
}

#barra_derecha h1 {
font: 18px Arial; 
color: #FFFFFF; font-weight:bold; border-bottom:3px solid #ffffff;
	 
}
#barra_derecha h2 {
font: 14px Arial; 
color: #FFFFFF; font-weight:bold; border-bottom:2px solid #ffffff; 
margin-bottom:0px; 
padding-bottom:0px;
	 
}

#noticias_empresa ul{
    margin:0;
    padding:0;
    list-style:none;
}

#noticias_empresa li{
 margin-bottom: 10px;
}
