﻿#contenido{
	border: 0px solid red;
	padding: 10px 0;
}

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

.ladoa b{
	font-size: 25px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px 0;
}

.seccion{
	border: 0px solid #f7f7f7;
	width: 100%;
	float: left;
	margin: 10px 0;
}

.desarrollo-seccion{
	border: 0px solid green;
	background: rgba(256,256,256,0.9);
	width: 700px;
	float: left;
	padding: 5px 10px;

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

.titulo-seccion{
	font-weight: bold;
	color: #1581c7;
	font-size: 25px;
	padding: 10px 0;
}

.texto{
	line-height: 22px;
	text-align: justify;
}

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

#formulario{
	border: 0px solid red;
	width: 370px;
	float: left;
	margin: 0 20px 0 0;
}

#titulo-formulario{
	background: black;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 10px 0;
}