﻿#redes{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 5px 0;

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

#redes img{
	display: inline-block;
	margin: 0 20px;
}

#redes span{
	position: relative;
	top: -8px;
}

#texto{
	width: 1100px;
	float: left;
	padding: 10px;
	margin: 10px 0 0 0;

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

.seccion{
	border: 0px solid red;
	width: 100%;
	float: left;
}

.titulo-seccion{
	background: black;
	color: white;
	font-weight: bold;
	padding: 10px;

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

.desarrollo-seccion{
	width: 680px;
	text-align: justify;
	line-height: 30px;
	float: left;

	padding: 10px;
}

.imagen-seccion{
	border: 0px solid red;
	width: 370px;
	text-align: center;
	float: left;
	padding: 10px 0;
}

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

#clientes{
	border: 0px solid red;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	float: left;
	padding: 10px 10px;

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