/* contenido */

.contenedor {
	padding:100px;
}

/*banner*/


#banner_productos{
    margin-left:10px;
	float:left;
	width: 482px;
	height:80px;
	background-color: #06b; 
	color: white; 
	font-size: large; 
	border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; 
	text-align: center;
}

#banner_productos a{ 
color: white; 
}

.publicidad{
margin-top:10px;
//clear:both;
width:142px;
height:129px;
float:left;
background-color:#999999;
}

/* Contenido */

#contenido{

//float:left;
width:530px;

}
#contenido_izq{
//float:left;
width:250px;
}
#contenido_der{
//float:left;
width:450px;

}

/* Menu */
#menu{
 width:142px;
 float:left;
 margin-left:5px;
}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}