﻿.banner{
	width: 100%;
	font-size: 22px;
	line-height: 35px;
	float: left;
	padding: 20px 0 30px;
}

.banner b{
	color: #f1983c;
}


.texto{
	font-size: 19px;
	line-height: 23px;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;

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

.texto strong{
	color: #f1983c;
}


.parte{
	width: 100%;
	float: left;
}

.seccion{
	background: #f7f7f7;
	width: 61%;
	font-size: 20px;
	line-height: 22px;
	float: left;
	padding: 20px;

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

.titulo-seccion{
	width: 100%;
	color: #1f579c;
	font-weight: bold;
	float: left;
}

.desarrollo-seccion{
	border: 0px solid red;
	width: 100%;
	line-height: 22px;
	padding: 10px 0;
	float: left;
}

.desarrollo-seccion ul{
	list-style-type: disc;
	padding-left: 20px;
}

.desarrollo-seccion strong{
	color: #f1983c;
}

.imagen-seccion{
	width: 35%;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 5px;
}

@media screen and (max-width: 550px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}
}