/*	Backbone v1.7, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	================================================================================ */

.izq{
	width:48%;
	margin-right:2%;
	background:red;
	height:200px;
	float:left;
}
.der{
	width:48%;
	margin-left:2%;
	background:blue;
	height:250px;
	float:left;
}




.container ol, .container ul{margin:0 0 20px}ol:after,ul:after{display:block;width:0;height:0;overflow:hidden;clear:both;visibility:hidden;content:" "}


