body {
	font: 78%/1.5 arial, helvetica, serif, verdana;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #96d218 url('../images/fondo_web.png') repeat-x top left;
	text-align: center;
	
}

p {
margin: 0;
padding: 0;
}

#fondo_cabecera{
width:100%;

background-color:#177715;
height:27px;
}


#fondo_pie{
width:100%;

background-color:#333333;
height:27px;
border-bottom: 13px solid #4c4c4c;
}

#fondo {
width: 950px;
margin: 5px auto 10px auto;

overflow: hidden;

}

#contenedor {
width:910px;
_width: 950px;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
background-color: #fff;
}
#sombra_fondo {
width:900px;
_width: 940px;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
background: url('../images/sombra_fondo.jpg') repeat-y;
}


#cabecera {
width:900px;
_width: 920px;
height: 111px;
background: url('../images/cabecera.jpg') no-repeat top left;
margin: 0 auto 0 auto;
}

#contenido_web {
width: 900px;
_width: 920px;
float:left;
margin: 0 auto 0 auto;
padding: 0 10px 10px 10px;
background-color: #fff;
overflow: hidden;
}


#menu_horizontal {
width: 600px;

float:right;
margin: 20px auto 0 auto;
padding-top: 13px;
background-color: #FFF;
text-align: left;
background: transparent url('../images/fondo_menu.png') repeat-x top left;

}

#caja_noticias{
width:450px;
float:left;

margin-top:10px;
margin-left:10px;
_margin-left:5px;
}
#caja_articulos{
width:660px;

float:left;
min-height:44px;
_height:44px;
padding-top:35px;
background: #fff url('../images/fondo_titulos.jpg') no-repeat top left;
}
#caja_otros_articulos{
width:660px;
float:left;
height:71px;
padding-top:2px;
background: #fff url('../images/fondo_otros_titulos.jpg') no-repeat top left;
}
#contenido_noticia{
padding:5px;
width:440px;
float:left;
height:212px;

background: #fff url('../images/fondo_novedades.jpg') repeat-x top left;
}

#caja_banners_peque{
width:100px;
float:left;
margin-top:60px;
margin-left:5px;
_margin-left:0px;
}
#caja_banners_grande{

float:left;
width:655px;
margin-top:10px;

}
.caja_producto{
overflow:hidden;
width:310px;
height:157px;
float:left;
padding:5px 10px 0 10px;
background-image: url('../images/fondo_producto.jpg');
}
.final {
border-right: 0;
}

#div_1 {
width: 280px;
margin: 0;
padding: 0;
float: left;
overflow: hidden;

}

#div_2 {

margin: 0;
padding: 0;
float: left;
overflow: hidden;

}

#div_3 {
width: 770px;
clear: both;
overflow: hidden;
text-align: center;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
/* background-color: #ccc; */
}

#div_titulo {
width: 290px;
height: 50px;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
background: #FFF url('../images/fondo_titulo.png') no-repeat top left;
}
#div_titulo h3 {
margin: 0;
padding: 15px 40px 0 0;
font-size: 20px;
text-align: right;
}

#div_pie_titulo {
width: 290px;
height: 25px;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
background: #FFF url('../images/fondo_pie_titulo.png') no-repeat top left;
}

#menu_lateral p {
margin: 3px 0 9px 20px;
}

#pie {
width:890px;
_width:920px;
height: 140px;
float:left;
background: transparent url('../images/fondo_pie.jpg') repeat-x top left;
margin:5px;
}

#pie .pie_1 {
width: 490px;
float: left;
text-align: left;
padding: 5px 0 0 30px;
color: #3A3A3A;

font-size: 11px;
}
#pie .pie_2 {
width: 260px;
float: left;
text-align: right;
padding: 5px 30px 0 0;
color: #3A3A3A;
font-weight: bold;
font-size: 11px;
}




#div_noticias {
width: 200px;
margin: 0;
padding: 0 42px 0 13px;
text-align: left;



}




.backwards {unicode-bidi:bidi-override; direction: rtl;}



/*
* html img, .png-no-repeat{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
    this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src="transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='image')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
*/
* html .png-repeat {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
    this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src="transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

a:hover img {
filter: alpha(opacity=50); 
opacity: 0.5;
}
img {
border: 0;
}





#mainContainer{
		
		text-align:left;
		float:left;
		
	}
	#leftColumn{
		
		float:left;
		padding-left:10px;
	}
	#mainContent{
		width:590px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	#topBar{
		height:100px;
			
	}
	/* End of demo CSS */
	
	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#000;
		text-decoration:none;
		font-weight:bold;

	}
	#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
		color: #F00;
		font-weight:normal;
	}
	#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
		color: #000;
		font-style:italic;
		font-size:0.9em;
		font-weight:normal;		
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:blue;
	}
	
	
	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;	
	}
	
	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:10px;
	}
	
	.cat_pdf {
	text-align: left;
	font-size: 12px;
	padding: 0 0 12px 12px;
	border-bottom: 1px dashed #8f8f8f;
	margin-left: 12px;
	margin-bottom: 24px;
	}
	
	.titu_cat {
	font-weight: bold;
	padding: 0 0 7px 3px;
	font-size: 16px;
	}