.box-wrap {
	max-width: 670px;
	min-width: 332px;
	margin: 10px auto;
	overflow: auto;
	padding: 0;
}
.box {
	background: white;
	border: 1px solid #98E;
	width: 330px;
	margin: 8px 0;
	padding: 0;
}
.box ul {
	padding: 2px 15px;
}
.box ul li {
	list-style: none;
	margin: 0;
	text-align:left;
}
.box.left {
	background: #efe;
	color: #060;
	border: 1px solid #060;
	float: left;
}
.box.left li{
	text-align:center;
}
.box.left li:hover{
	background-color:rgb(180, 206, 245);
}
.box.right {
	background: #eef;
	color: #006;
	border: 1px solid #006;
	float: right;
}
.box.top {
	background: #eef;
	color: #006;
	border: 1px solid #006;
	width:99%;
	overflow:auto;
	
}
.top ul{
	padding:0;
	margin:0;
}
.top a{
	text-decoration:none;
}
.top h2{
	background: #3D5A99;
	border-bottom: 1px solid #000;
	padding:0;
	padding-left: 5px;
}

.nombre_categoria{
	text-align:left;
	font-weight:bold;
	font-size: 14px;
	margin-bottom:5px;
}

.contenido_categoria{
	display:inline-table;
	margin-left:30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.boards-wrap{
	text-align:center;
}
.left{
	max-height:500px;
}
.box h2 {
	/*padding: 3px 7px;*/
	/*font-size: 12pt;*/
	color: #FCFCFC;
	padding:2px 10px;
	font-size: 15px;
}
.box.left h2 {
	background: #9C6;
	color: #060;
}
.box.right h2 {
	background: #59A;
	color: white;
}
.box img {
	float: none;
	margin: 10px auto;
	max-width:200px !important;
	height:auto !important;
}
.home_logo{
	background: url('/static/home/logo.png') no-repeat;
	width:200px !important;
	height:200px !important;
	margin:0 auto;
}
.contenedor_imagenes{
	max-height: 470px;
	overflow: scroll;
}