﻿.ladoa{
	width: 100%;
	padding: 10px;
	margin: 0 0 20px 0;
	float: left;

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

.texto-ladoa{
	border: 0px solid red;
	width: 62%;
	text-align: justify;
	line-height: 22px;
	float: left;
}

.imagen-ladoa{
	border: 0px solid red;
	width: 34%;
	text-align: center;
	float: left;
	margin: 0 0 0 20px;
}

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

.parte{
	border-top: 1px dotted #ddd;
	width: 100%;
	float: left;
}

.ladoi{
	border:0px solid green;
	width: 45%;
	float: left;
	padding: 10px;

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

.ladoi-contacto{
	width: 40%;
}

.seccion{
	border: 1px solid #ddd;
	background: #f7f7f7;
	margin: 0 0 20px 0;
	float: left;
}

.titulo-seccion{
	width: 100%;
	color: red;
	font-weight: bold;
	padding: 10px;
	float: left;

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

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

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

.ladod{
	border: 0px solid black;
	width: 54%;
	font-size: 17px;
	line-height: 23px;
	float: right;
}

.ladod-contacto{
	width: 58%;
}
.ladod-contacto img{
	width: 100% !important;
}

.ladod img{
	width: 50%;
}

@media screen and (max-width: 650px){
	.texto-ladoa, .imagen-ladoa{
		width: 100%;
		margin: 0;
	}

	.imagen-ladoa img{
		width: 70%;
	}

	.ladoi, .ladod{
		width: 100%;
	}
	.ladod{
		padding: 0 10px;

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