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

.seccion{
	background: #f7f7f7;
	width: 64%;
	float: left;
	padding: 10px;

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

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

.titulo-seccion{
	width: 100%;
	color: #7B132A;
	font-weight: bold;
	font-size: 24px;
	padding: 0 0 10px 0;
}

.desarrollo-seccion{
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	float: left;
}

.desarrollo-seccion strong{
	background: #fcf7d7;
}

.desarrollo-seccion b{
	color: #7B132A;
}

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

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

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

	.imagen-seccion{
		width: 100%;
		margin-left: 0 !important;
	}
}