body {
	background-color: #ececec;
	font: normal 12px Arial, Helvetica, "Lucida Grande", sans-serif;
	color: #88a9bb;
}

#wrap {
	width: 960px;
	padding: 0;
	margin: 50px auto -1px;
	text-align: center;
}

#sitios {
	height: 200px;
	width: 960px;
	margin-top: 40px;
	margin-bottom: 5px;
	padding: 0;
}

#sitios ul {
	padding: 0;
	margin: 0;
}

#sitios li {
	margin: 0;
	padding: 0;
	width: 237px;
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
}

.trail-text {
    color: #fff;
    background-color: #88a9bb;
    display: none;
    margin-top: 90px;
    position: absolute;
    overflow: hidden;
    text-align: left;
    z-index: 10;
    height: 90px;
	width: 226px;
	padding: 10px 7px;
	text-transform: uppercase;
}

.trail-text h1 {
	font-size: 15px;
	margin: 0;
}

.trail-text h2 {
	font-style: italic;
	font-size: 12px;
	margin: 0;
}

.trail-text p {

}

.trail-text #links {
	display: block;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.trail-text a {
	color: #FFF;
	border-style: none;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}

.trail-text a:hover {
	text-decoration: none;
}


#contacto {
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	height: 41px;
}

#contacto p {
	margin: 0;
}

#contacto img {
	vertical-align: -9px;
}



#footer {
	text-align: right;
	font-size: 10px;
	margin-top: 50px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 50px;
}

#footer h1 {
	font-size: 13px;
	font-weight: bold;
}

#footer h3 {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

a {
	color: #88a9bb;
	border-style: none;
}

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}