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

h1{
color:#fff;
font-size:13px;
margin:0px;
float:right;
width:100%;

text-align:right;}
#carrito {
	
	background: #078bed url('../images/fondo_carrito.jpg');
	font-size:11px;
	text-align: center;
	
}

.contacto{
width: 300px;
padding: 5px;}


#caja_uno {
background:#FFFFFF none repeat scroll 0 0;
text-align:left;
}
#caja_uno ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;

margin:0px;
padding:0px;
text-align:left;

}
#caja_uno li{
clear:both;
border:1px solid #E0E0E0;
clear:none;
float:left;
margin:0 1px 1px;
padding:2px;
height:180px;
background-color:#fff;
width:350px;
list-style-position:outside;
margin-top:0.2em;
list-style-image:none;
list-style-type:none;
text-align:left;
}

p {
margin: 0;
padding: 0;
}
.clase_input{
border:1px solid #000;


width:230px;
}
.form_fila{
text-align:left;
}
label{
text-align:left;
font-weight:bold;
font-family:trebuchet ms;
}

#fondo_cabecera{
width:100%;

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

#articulos_prot{
background: #078bed url('../images/caja_articulos.jpg');
width:717px;
float:left;
height:125px;
}

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

overflow: hidden;

}

#contenedor {
width:950px;
_width: 950px;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
background-color: #fff;
border-right:4px solid #fff;
border-left: 4px solid #fff;

}
#nueva_capa1{

background: #fff url('../images/fondo_noticia.jpg') no-repeat bottom right;
float:left;
}
#nueva_capa2{

background: #fff url('../images/fondo_noticia2.jpg') no-repeat bottom right;
float:left;
}
#nueva_capa3{

background: #fff url('../images/fondo_noticia3.jpg') no-repeat bottom right;
float:left;
}
#banner{
width:950px;
height:240px;
float:left;
}



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

#contenido_web {
width: 950px;

float:left;
margin: 0 auto 0 auto;


overflow: hidden;
}

#catalogo_c{
width:203px;
height:42px;
float:left;
font-size:19px;
padding-top: 10px;
color:#fff;
background: url('../images/fondo_catalogo.jpg') no-repeat top left;
}


#menu_horizontal {
width: 740px;

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

}


#caja_articulos{
width:100%;

float:left;
min-height:44px;
_height:44px;
padding-top:35px;
border-bottom: 3px solid #e14802;

}
#caja_otros_articulos{

float:left;


border-top:4px solid #ccc;
background: #078bed url('../images/fondo_carrito2.jpg');

}
#caja_noticias{
padding:5px;
width:100%;

float:left;
_height:554px;
min-height:554px;
background-position:bottom;

}

#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;

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:100%;


float:left;
background: #97b505 url('../images/fondo_pie.jpg') repeat-x top left;

}

#pie_contenedor {
width:958px;
_width: 958px;
margin: 0 auto 0 auto;
padding: 0;


}


.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;
	float:left;
	border-bottom: 1px dashed #8f8f8f;

	margin-bottom: 24px;
	width:700px;
	}
	
	.titu_cat {
	font-weight: bold;
	padding: 0 0 7px 3px;
	font-size: 16px;
	}