﻿.cuadro{
	border: 1px solid #ddd;
	width: 30.33%;
	float: left;

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

.imagen-cuadro{
	width: 100%;
	float: left;
}

.imagen-cuadro img{
	width: 100%;
	float: left;
}

.titulo-cuadro{
	width: 100%;
	font-size: 22px;
	line-height: 27px;
	color: gray;
	padding: 5px;
	float: left;

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

.titulo-cuadro strong{
	color: black;
}



.texto{
	background: #0096c3;
	width: 100%;
	color: white;
	font-size: 17px;
	line-height: 24px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;

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



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

.seccion{
	background: #f7f7f7;
	width: 61%;
	float: left;
	padding: 20px;

	border-radius: 4px;

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

.titulo-seccion{
	font-size: 20px;
	font-weight: bold;
	color: #0066b3;
}

.desarrollo-seccion{
	line-height: 22px;
	padding: 10px 0;
}

.mitad{
	width: 33.33%;
	font-size: 14px;
	float: left;
	padding: 10px 30px 0 0;

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

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

.imagen-seccion img{
	width: 100%;

	border-radius: 4px;
}


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