* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-style: normal !important;
	font-weight: 300 !important;

}

a,
a img {
	outline: 0px;
	border: 0px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-style: normal !important;
	font-weight: 300 !important;
}

#contenedor {
	width: 980px;
	height: 1225px;
	margin: 0 auto;
	padding: 10px;
}

header {
	width: 980px;
	height: 100px;
	display: inline-block;
	font-size: 0;
	border-style: none;

}

.logo {
	width: 320px;
	height: 100px;
	background-color: #578db0;
	float: left;
}


article {
	width: 980px;
	height: 630px;
	margin-top: 4px;
	background-image: url(../images/bg_article.jpg);
}

.info {
	width: 320px;
	height: 310px;
	background-color: #578db0;
	float: left;
}

.pleca {
	width: 145px;
	height: 19px;
	font-size: 15px;
	font-style: normal !important;
	font-weight: 300 !important;
	text-align: center;
	padding-top: 6px;
	background-color: #ff0000;
	color: #ffffff;
	float: left;
}

.likeInfo {
	width: 320px;
	height: 30px;
	margin-left: 16px;
	position: absolute;
	margin-top: 270px;
}

#fotoGde {
	width: 650px;
	height: 310px;
	margin-left: 10px;
	float: left;
}

.rutas {
	width: 175px;
	height: 238px;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #ffffff;
}

.plecaRutas {
	width: 100%;
	height: 19px;
	padding-top: 6px;
	font-size: 15px;
	font-style: normal !important;
	font-weight: 300 !important;
	text-align: center;
	background-color: #578db0;
	color: #ffffff;
}

.imgRutas {
	float: right;
	width: 37px;
	height: 195px;
}

.txtRutas {
	width: 130px;
	height: 24px;
	float: right;
	padding-left: 3px;
	font-size: 15px;
	font-weight: 600;
	margin-top: 18px;
	text-align: right;
}

.titRecomendaciones {
	width: 320px;
	height: 345px;
	float: left;
	background-color: #578db0;
	margin-top: 10px;
}

.titRec {
	float: right;
	text-align: right;
	margin-right: 14px;
	margin-top: 8px;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	height: auto;
}

.ligaRec {
	margin-top: 277px;
	float: right;
	text-align: right;
	margin-right: -149px;
	font-weight: 600;
}

.txtRecomendaciones {
	width: 650px;
	height: 345px;
	float: left;
	background-color: #578db0;
	margin-top: 10px;
	margin-left: 10px;
}

.txtRec {
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
}

aside {
	width: 980px;
	height: 310px;
	margin-top: 10px;
	float: left;
}

.redesIzq {
	width: 320px;
	height: 100%;
	float: left;
	background-color: #578db0;
}

.plecaRed {
	width: 65px;
	height: 19px;
	font-size: 15px;
	font-style: normal !important;
	font-weight: 300 !important;
	text-align: center;
	padding-top: 6px;
	background-color: #ff0000;
	color: #ffffff;
	float: left;
}

.iconosRedesTop {
	width: 232px;
	height: 64px;
	margin-top: 75px;
	margin-left: 90px;
}

.iconosRedesBot {
	width: 235px;
	height: 64px;
	margin-top: 50px;
	margin-left: 90px;
}

.imgRedes {
	float: left;
	margin-left: 19px;
}

.flickr {
	width: 300px;
	height: 80px;
	text-align: center;
	margin-left: 10px;
	background-color: #ffffff;
	margin-top: 60px;
	padding-top: 65;
}

.redesDer {
	width: 650px;
	height: 100%;
	float: left;
	margin-left: 10px;
}

@-moz-document url-prefix() {
	.txtRecomendaciones {
		overflow: auto;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}