﻿.cuadro{
	width: 22%;
	height: 250px;
	float: left;
	margin-right: 3.7%;
	cursor: pointer;
}

.sinMargin{
	border: 0px solid red;
	margin-right: 0 !important;
}

.titulo-cuadro{
	border: 0px solid red;
	color: white;
	font-size: 19px;
	font-weight: bold;
	padding: 5px;

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

.imagen-cuadro{
	border: 0px solid red;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

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

.leer-mas{
	background: #37414e;
	width: 36%;
	color: white;
	margin: 15px 0 0 0;
	padding: 10px 5px;

	text-shadow:1px 1px 1px #000;

	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,0.3);
	box-shadow: inset 0 -.2em rgba(0,0,0,0.3);

	border-radius: 4px;
}

.leer-mas:hover{
	background: black;
}








.texto{
	width: 100%;
	line-height: 22px;
	margin: 0 0 30px;
	float: left;
	padding: 0 10px;

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

.mas{
	color: blue;
}



.parte{
	border: 0px solid blue;
	width: 100%;
	float: left;
	margin: 0 0 15px 0;

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

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

.pequeno{
	border: 0px solid red;
	width: 62%;
}

.titulo-seccion{
	width: 100%;
	color: #666;
	font-weight: bold;
	font-size: 21px;
	float: left;
	padding: 10px 0;
}

.desarrollo-seccion{
	width: 100%;
	line-height: 23px;
	float: left;
	padding:10px 0;
}

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

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



#contacto{
	width: 30%;
	float: left;
	margin-left: 20px;

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

.recuadro{
	border: 1px solid white;
	background: #3c454e;
	width: 100%;
	text-align: justify;
	line-height: 23px;
	color: white;
	float: left;
	padding: 10px;
	margin: 0 0 50px 0;

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

@media screen and (max-width: 1150px){
	.parte{
		padding: 0 10px;
	}
}

@media screen and (max-width: 800px){
	.parte-contacto{
		width: 100% !important;
	}
	#contacto{
		width: 98%;
		margin:0 1%;
	}
}

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

	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

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

@media screen and (max-width: 550px){
	.cuadro{
		display: none;
	}
}