#contenido{
	padding: 20px 0;
}

#ladoi{
	border:0px solid red;
	width:670px;
	float:left;
	padding:0 10px 10px 10px;
}

.seccion{
	background: url(../images/fondo-seccion.gif) no-repeat center center fixed;
	border: 1px solid #ddd;
	margin: 0 0 20px 0;

	box-shadow:3px 3px 10px gray;
}

.titulo-seccion{
	background: #e11a17;
	background: -moz-linear-gradient(top, #e11a17 0%, #c61b13 44%, #aa160f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a17), color-stop(44%,#c61b13), color-stop(100%,#aa160f));
	background: -webkit-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: -o-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: -ms-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);

	color: white;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.desarrollo-seccion{
	text-align: justify;
	font-size: 15px;
	line-height: 19px;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#ladod{
	border:0px solid red;
	width:385px;
	padding:0px 10px 10px 10px;
	float:left;
}

#formulario-rapido{
	border:1px solid #ddd;
	background: #f7f7f7;
	width:367px;
	float:left;
	padding:0px 10px 10px 10px;
}

#titulo-formulario{
	background-color:black;
	width:101%;
	text-align:center;
	color:white;
	padding:7px 0px;
}

#imagenes{
	border: 0px solid red;
	text-align: center;
	padding: 10px 0;
	float: left;
}

#imagenes img{
	margin: 0 10px;
}