@CHARSET "ISO-8859-1";

#content {
	background: #ccc url("fondoweb.jpg");
	width: 960px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;	
}

#texto {
	position: relative;
	width: 550px;
	top: 470px;
	left: 380px;
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
}

#direcciones {
	position: relative;
	width: 610px;
	top: 490px;
	left: 380px;
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;	
}

#direcciones p {
	line-height: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bloque {
	width: 200px;
}

.bold {
	font-weight: bold;
	font-size: 14px;
}
