﻿.texto{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	text-align: justify;
	line-height: 22px;
	font-size: 17px;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px;

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

.parte{
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.seccion{
	border-left:4px solid black;
	width: 60%;
	text-align: justify;
	float: left;
	padding: 0 10px;

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

.titulo-seccion{
	color: blue;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}

.titulo-seccion span{
	font-size: 17px;
	color: gray;
}

.desarrollo-seccion{
	border: 0px solid blue;
	width: 100%;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 20px;
	float:left;
}

.cincuenta{
	border: 0px solid #ddd;
	width: 48%;
	font-size: 15px;
	text-align: left;
	float: left;
}

.marginRight{
	margin-right: 20px;
}

.imagen-seccion{
	border: 0px solid red;
	width: 35%;
	text-align: center;
	float: left;
	margin: 0 0 0 20px;
}

.imagen-seccion img{
	width: 100%;
	border-radius: 10px;
}



.banner{
	background: #fffedf;
	font-weight: bold;
	font-size: 23px;
	line-height: 30px;
	padding: 10px;
	float: left;
	margin: 20px 0 0 0;
}



@media screen and (max-width: 700px){
	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		border: 0px solid red;
		width: 100%;
		margin-left: 0;
	}

	.imagen-seccion img{
		width: 50%;
	}

	center img{
		width: 80%;
	}
}

@media screen and (max-width: 600px){
	.cincuenta{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	.imagen-seccion img{
		width: 80%;
	}
}