﻿#ladoi{
	border: 0px solid red;
	width: 64%;
	float: left;

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

.seccion{
	border:0px solid red;
	background: rgba(256,256,256,0.6);
	width: 100%;
	float: left;
}

.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{
	position: relative;
	width: 100%;
	line-height: 24.5px;
	text-align: justify;
	padding: 10px;
	float: left;

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

.margin-left{
	border: 1px solid transparent;
	width: 30px;
	float: left;
}

#formulario{
	width: 65%;
	float: left;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32%;
	float: right;
}

#ladod{
	border: 0px solid white;
	width: 32%;
	text-align: center;
	float: left;
	margin-left: 20px;

	overflow: hidden;
}

#ladod img{
	width: 100%;
}

#cuadro-contacto{
	background: #545658;
	width: 100%;
	line-height: 30px;
	color: white;
	padding: 10px;
	float: left;

	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;
}



.mapa{
	width: 97.8%;
	float: left;
	margin: 20px 0 0 0;
}

.titulo-mapa{
	width: 100%;
	padding: 5px 10px;
	float: left;

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

	background: rgba(256,256,256,0.6);
}

@media screen and (max-width: 1100px){
	.mapa{
		border: 0px solid red;
		width: 100%;
	}
}


@media screen and (max-width: 650px){
	.titulo-pestana{
		margin-top: 0 !important;
		margin-bottom: 15px;
	}

	#ladoi, #ladod{
		width: 100%;
		margin-left: 0;
	}

	#ladod img{
		width: 80%;
		margin: 15px 0 0 0;
	}
}