body {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	background-color: #fff;
}

.container {
	width: 1100px;
	margin: auto;
}

.navbar {
	background-color: white;
	width: 100%;
	text-align: center;
	overflow: auto;	
}

.logo {
	margin-top: 20px;
	margin-bottom: 30px;
}

header {
	width: 100%;
	height: 450px;
	background-image: url("../images/slide.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
}

.titular {
	color: white;
	line-height: 15px;
	padding-top: 180px;
	text-shadow: 2px 2px 2px #000000;
}
	
	.titular h1 {
		font-size: 40px;
		font-weight: 300;
	}

	.titular h2 {
		font-size: 30px;
	}

.principal {
	background-color: #8a784a;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: justify;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.servicios article {
		display: inline-block;
		margin-bottom: 30px;
	}

	.servicios h3 {
		font-size: 30px;
		text-align: center;
		color: #8a784a;
		font-weight: 300;
	}


.inmuebles {
	width: 250px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-right: 25px;
}

.contratos {
	width: 250px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-right: 25px;
}

.sociedades {
	width: 250px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-right: 25px;
}

.otras {
	width: 250px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

.ico {
	text-align: center;
	margin-top: 30px;
}

.separador {
	height: 20px;
	background-color: #737277;
}

.datos {
	color: white;
	background-color: #3f3d3e;
	overflow: auto;
}

	
.lista_datos {
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}	

	.lista_datos li {
		list-style: none;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
	}

.lista_datos2 {
	float: right;
}	

	.lista_datos2 li {
		list-style: none;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
	}


.contacto {
	background-color: #f6f6f8;
	overflow: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.googlemaps {
	float: right;
}

.formulario {
	width: 300px;
	color: #8a784a;
	text-align: left;
	float: left;
}

	.formulario h3 {
		font-size: 30px;
		font-weight: 300;
		text-align: left;
		margin-bottom: 20px;
	}

	.form {
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 300;
	}

	.form div {
		display: inline-block;
	}

	.form textarea {
		width: 400px;
		height: 100px;
		margin-top: 10px;
		vertical-align: top;
		font-family: 'Roboto', sans-serif;
		color: black;
	}

	.form input {
		width: 300px;
		height: 30px;
		font-family: 'Roboto', sans-serif;
		margin-bottom: 30px;
		margin-top: 10px;
		color: black;
	}
	.form #mail{
	}

	#checkbox {
		height: 10px;
	}

	.form label {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 300;
	}

	.boton2 {
		color: white;
		background-color: #8a784a;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 12px;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		width: 100px;
		height: 30px;
		cursor: pointer;
	}

		.boton2:hover {
			background-color: #3f3d3e;
		}