body 
{
    overflow-x:hidden;
}

/*
#menu_productos{
	float: left;
    margin-top: 20px;
    width: 250px;
	margin-left:14px;
}
#menu_productos span{
	text-transform:uppercase;
	font-weight:bold;	
}
#menu_productos>ul>li{
	margin-bottom:15px;
}
#menu_productos li a{
	color:#525252;
    display: block;
    margin: 5px 0 8px 15px;
    text-decoration: none;
}
#menu_productos li a:hover{
	text-decoration:underline;
}
#productos{
	float: right;
    margin-right: 10px;
    width: 690px;
	margin-top: 20px;
}
#productos td a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#productos img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#productos td{
	width:45%;
}
#productos td+td{
	margin-left:10px;
}
*/

#contenido{
	padding:20px 0 0;
	color:#525252; /*#3791b5;*/
	background:none;
}
#contenido p,#productos div{
	text-align:justify;
	margin-bottom:16px;
	line-height:20px;
	font-size:20px;
}
#contenido h2{
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: bold;
}
#contenido h3{
	font-size:20px;
	margin-bottom: 8px;
	font-weight: bold;
}
#contenido img.right{
	margin: 0 0 10px 10px;
}