#banner1{
	background: #eafbce;
	position: relative;
	text-align: center;
	width: 1080px;
	font-size: 20px;
	padding: 15px 0;
	margin: 0 0 20px 10px;
}

#banner1 span{
	font-weight: bold;
	font-size: 30px;
}

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

.seccion{
	border: 0px solid #ddd;

	box-shadow: 3px 3px 10px #000;
}

.titulo-seccion{
	background: #C60E13;
	background: -moz-linear-gradient(top, #C60E13 0%, #930a0c 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60E13), color-stop(44%,#930a0c), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #000000 0%,#313131 44%,#000000 100%);
	background: -o-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);

	color: white;
	font-weight: bold;
	padding: 10px;
}

.desarrollo-seccion{
	background: #f7f7f7;
	line-height: 27px;
	padding: 10px;
}

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

#formulario-rapido{
	border:0px solid red;
	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;
}

#banner{
	background:#f6edd1;
	width: 1080px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
	padding: 15px 0;
	float: left;
	margin: 0 10px 20px 10px;
}

#banner span{
	font-size: 30px;
	color: red;
}