/*----------------------
		Titulo
-----------------------*/

@charset "utf-8";

a {color: #666666; text-decoration: none}
a:link 	{}
a:visited {}
a:hover {color: #4490b3}
a:active {}


body {
	background-color: #151003;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7496b3;
	background-image: url(../img/bg1.jpg);
}
p {
	    margin: 2px 0;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#tvn_url {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#contenedor {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	float: left;
	width: 960px;
	background-image: url(../img/logo_peloton.png);
	background-repeat: no-repeat;
	background-position: right -10px;
	height: 200px;
	z-index: 1;
	position: relative;
}
#main {
	float: left;
	width: 960px;
}
#player_wrap {
	width: 895px;
	margin-bottom: 35px;
	float: right;
}
#participa_top {
	float: left;
	height: 233px;
	width: 960px;
	background-image: url(../img/participa_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
a#info_peloton {
	background-image: url(../img/infopeloton_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 142px;
	width: 291px;
	position: absolute;
	bottom: 0px;
	right: 11px;
}
a#info_peloton:hover {
	background-position: -291px 0px;
}



#participa {
	background-image: url(../img/participa.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 1448px;
	width: 960px;
	margin-bottom: 35px;
	position: relative;
}
#top {
	width: 345px;
	margin-top: 178px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bottom {
	width: 675px;
	position: absolute;
	bottom: 80px;
	left: 160px;
}
#bottom p {
	margin-bottom: 8px;
}


#btn_subirvideo {
	background-image: url(../img/btn_subir.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 345px;
	height: 76px;
	text-indent: -9999px;
}
#btn_subirvideo:hover {
	background-position: 0px -76px;
}
#botones {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	bottom: 45px;
	position: absolute;
	left: 160px;
}

#botones li {
	float: left;
}

#botones li a{
	background-image: url(../img/botones_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 34px;
	width: 174px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 42px;
	color: #333;
}
#botones li a:hover {
	background-position: -215px 0px;
}
#botones li#bases {
	float: right;
}

#botones li#bases a {
	background-position: 0px -35px;
	width: 134px;
	padding-left: 35px;
}
#botones li#bases a:hover {
	background-position: -170px -35px;
}
#botones li#peloton {
	margin-left: 60px;
}

#botones li#peloton a {
	background-position: 0px -72px;
	width: 134px;
	padding-left: 35px;
}
#botones li#peloton a:hover {
	background-position: -170px -72px;
}
