﻿.ladoi{
	border: 0px solid red;
	width: 700px;
	float: left;
	padding: 10px;

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

.seccion{
	background: rgba(256,256,256,0.9);

	box-shadow: 3px 3px 10px #000;

	border-radius: 5px;
}

.titulo-seccion{
	color: #c1a678;
	text-decoration: underline;
	font-weight: bold;
	font-size: 28px;
	padding: 10px;
}

.desarrollo-seccion{
	line-height: 26px;
	padding: 10px;
}

.desarrollo-seccion img{
	border-radius: 10px;
	margin: 0 5px;
}

.ladod{
	border: 0px solid red;
	width: 380px;
	float: left;
	margin: 0 0 0 10px;
}

#redes-2{
	border: 1px solid gray;
	background: white;
	padding: 10px;

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

#formulario{
	border: 2px solid #c1a678;
	background: white;
	width: 100%;
	float: left;
	margin: 10px 0;
}

#titulo-formulario{
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

#desarrollo-formulario{
	border: 0px solid red;
	padding: 10px;
	float: left;
}

.ladoa{
	border: 0px solid red;
	width: 100%;
	padding: 10px;
	float: left;
	margin: 45px 0 0 0;

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

.s{
	border: 1px solid #c1a678;
	background: white;
	width: 335px;
	float: left;
	margin: 0 20px 0 0;

	box-shadow: 3px 3px 10px #000;
}

.titulo-s{
	background: #f7f7f7;
	font-weight: bold;
	color: #c1a678;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}

.imagen-s{
	float: left;
}

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

.desarrollo-s{
	line-height: 20px;
	text-align: justify;
	padding: 10px;
	float: left;
}