body {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	background-color: #D5D5D5;
}

#contenedor {
	width: 1000px;
	margin: 2em auto;
}

.logotipo {
	float: left;
	width: 220px;
	height: 150px;
	padding: 10px;
}
.despacho {
	clear: right;
	margin-left: 250px;
	padding-top: 20px;
	width: 780px;
	height: 150px;
}
.contenido {
	width: 775px;
	height: 377px;
	margin-top: -30px;
	margin-left: 208px;
	background-color: #000;
}

.texto {
	background-image: url(../imagenes/background_negro.png);
	margin-left: 220px;
	width: 530px;
	height: 258px;
	padding: 60px 13px;;
	color: #FFF;
	text-justify: distribute;
}

.texto_contacto {
	background-image: url(../imagenes/background_negro.png);
	margin-left: 320px;
	width: 430px;
	height: 258px;
	padding: 60px 13px;;
	color: #FFF;
	text-justify: distribute;
}

.texto_servicios {
	background-image: url(../imagenes/background_negro.png);
	margin-left: 250px;
	width: 500px;
	height: 258px;
	padding: 60px 13px;;
	color: #FFF;
	text-justify: distribute;
}

#cuadro1 {
	height: 250px;
	float: left;
	margin-right: 40px;
}

#cuadro1 a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline
}