﻿.parte{
	border-bottom: 2px dotted #F9E2A6;
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.ladoi{
	border: 0px solid white;
	width: 750px;
	float: left;
}

.seccion{
	border:0px solid red;
	width: 49%;
	float: left;
	margin: 0 0 20px 0;
}

.titulo-seccion{
	border-top: 3px solid #9f7200;
	color: #9f7200;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 0;
}

.desarrollo-seccion{
	text-align: justify;
	line-height: 21px;
	font-family: 'Tahoma';
	color: #9f7200;
}

.ladod{
	border: 0px solid white;
	width: 325px;
	float: left;
	margin: 0 0 0 20px;
}

#mas-info{
	color:#F9E2A6;
	font-weight: bold;
	padding: 10px; 

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

#contacto{
	background: black;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: white;
	padding: 15px;
	margin: 10px 0 0 0;

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

#contacto span{
	font-weight: normal;
	font-size: 18px;
}

#contacto a{
	color: white;
}