﻿#ladoi{
	width: 64%;
	float: left;
}

.seccion{
	width: 100%;
	float: left;
	margin-bottom: 10px;

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

.cincuentaPorCiento{
	width: 48%;
	float: left;
}

.titulo-seccion{
	background: #545658;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;

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

.desarrollo-seccion{
	background: rgba(256,256,256,0.6);
	width: 100%;
	line-height: 28px;
	text-align: justify;
	padding: 10px;

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

#ladod{
	border: 0px solid white;
	width: 33%;
	float: left;
	margin-left: 20px;

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

#cuadro-contacto{
	background: #545658;
	width: 100%;
	text-align: left !important;
	line-height: 30px;
	color: white;
	padding: 10px;
	float: left;
	margin: 10px 0 0 0;

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

#cuadro-contacto a{
	color: white;
}

#cuadro-contacto strong{
	font-size: 26px;
}


#cuadro-negro{
	background: #545658;
	color: white;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 10px;
	float: left;

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

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

@media screen and (max-width: 1100px){
	.cincuentaPorCiento{
		width: 47%;
	}
}


@media screen and (max-width: 700px){
	#ladoi, #ladod{
		width: 100%;
		margin-left: 0;
	}

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