*{
	box-sizing: border-box;
	font-family: "Trebuchet MS", sans-serif;
}

html{
	overflow: hidden !important;
}

html, body{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

img {
	border: 0;
}

body{
	background-color: #adadad;
	padding: 0;
	margin: 0;
}

a{text-decoration: none;}


#logo,
#feed,
#player,
#top10,
.bar_social
{
	z-index: 10;
}

#logo{
	position: fixed;
	top: 30px;
	left: 30px;
}

.bar_social {
	text-align: left;
	width: 230px;
	position: fixed;
	top: 185px;
	left: 30px;
}

.bar_social ul {
	list-style: none;
	padding: 0;
	margin: 3px 0 0 0;
}

.bar_social ul li {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.bar_social img {
	display: inline;
	margin: 0 5px -3px -6px;
	background-color: #FFF;
	border-radius: 25%;
	padding: 3px;
}

.bar_social ul li a {
	text-decoration: none;
}
.bar_social a {
	color: #FFF;
}

#feed_title,
#top10_title
{
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #fe6500;
	padding: 5px;
	color: #fe6500;
	font-size: 20px;
	min-height: 48px;
	margin: 0;
}

#feed_title a{
	margin-top: 5px;
	float: left;
}

#feed_title a img{
	margin-top: -3px !important;
}

#feed_title a,
#top10_title a
{
	color: #fe6500;
}

#feed_title a:hover,
#top10_title a:hover
{
	text-decoration: underline
}

#feed_title a img,
#top10_title img
{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

#feed_content,
#top10_container
{
	width: 100%;
	/*height: 350px;*/
	overflow-y: scroll;
}


#top10{
	width: 600px;
	height: 134px;
	overflow: hidden;
	background-color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
}

#top10_title{
	min-height: 26.66px !important;
	height: 26px;
}

#top10_footer{
	width: 100%;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	margin: 0;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #1c1c1c;
}

#top10_container{
	overflow-y: hidden;
	overflow-x: scroll;
	height: 80px;
}

#top10_container ul{
	list-style: none;
	padding: 10px;
	margin: 0;
	width: 2020px;

}

#top10_container li {
	width: 200px;
	height: 55px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	padding: 5px 0;
	position: relative;
	float: left;
}

#top10_container li a{
	display: block;
	background-color: #cd2122;
	float: left;
	height: 30px;
}

#top10_container li .top10_thumb{
	position: absolute;
	top: 1px;
	left: 7px;
	z-index: 11;
	display: none;
}

#top10_container li:hover{
	background-color: #ccc;
}

#top10_container li a:hover .top10_thumb{
	display: block;
}

#top10_title{
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
}

#top10_title img{
	margin-top: -1px;
}

.top10index {
	width: 30px;
	height: 25px;
	position: absolute;
	top: 15px;
	left: 5px;
	float: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #fe6500;
}

.top10_foto {
	width: 55px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 35px;
	text-align: center;
	background-color: #DDD;
}

.top10title {
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 5px;
	left: 95px;
	color: #1c1c1c;
}

.top10_votos {
	height: 24px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	border-top-left-radius: 5px;
	background-color: #fe6500;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
}

#rslide{
	position: fixed;
	top:0;
	left:0;
	z-index: 1;
}

.rslide{
	width: 800px;
	height: 450px;
	position: relative;
	margin: 0 auto;
	background-color: #CACACA;
	overflow: hidden;
	display:inline-block
}

.slide{
	width: 800px;
	height: 800px;
	float: left;
	overflow: hidden;
	display:inline-block;
}

.reel{
	position: absolute;
}

.slide img{
	width: auto;
	height: 100%;
}

.rslide .rslide_dots_selected a, .rslide .rslide_dot:hover a{
	background-color: #fe6500;
}

#feed{
	width: 320px;
	height: 100%;
	position: fixed;
	top: 30px;
	right:15px;
	background: rgba(252, 252, 252, 0.65);
	overflow: hidden;
	/*padding: 0 10px 10px 10px;*/
	border-radius: 5px;
}

#player{
	position:fixed;
	width: 320px;
	height: 134px;
	bottom: 0;
	right: 0;
}

.while_loading{
	display: inline-block;
	padding: 10px;
}

.info-contacto{
	display: inline;
	color: #fe6500;
	margin-left: 25px;
}

.info-contacto a{
	color: #fe6500;
}

.slogan{
	color: #FAFAFA;
	padding: 0;
	margin: -10px 0 0 0;
}