﻿.seccion{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.seccion-conten{
	width: 62%;
	float: left;
}

.titulo-seccion{
	background: #f7f7f7;
	font-weight: bold;
	padding: 10px;
}

.desarrollo-seccion{
	width: 100%;
	text-align: justify;
	line-height: 33px;
	padding: 10px;
	float: left;

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

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

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}

#banner{
	width: 100%;
	text-align: center;
	color: #964646;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	padding: 15px 0;
}

@media screen and (max-width: 600px){
	.seccion-conten{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen-seccion img{
		width: 60%;
		height: auto !important;
	}
}