/*----------- VIDEO --------------*/

#video{
	width:280px;
	margin:auto;
	padding:10px 8px;
	background: url(../images/backgrounds/video-modulo.jpg) no-repeat center;
	
}
table.video-select {
	width:288px;
	border:1px solid #ededed;
	margin:auto;
	padding:0;
	background-color:#ededed;
}
table.video-select tr td {
	height:25px;
	vertical-align:middle;
}
table.video-select tr td img {
	margin:1px 0 0 0;
	cursor:pointer;
}
table.video-select tr td p {
	padding:0 3px;
}
table.video-select tr td.oscuro {
	background-color:#dedede;
}
table.video-select tr td a {
	font-family:"Trebuchet MS", sans-serif;
	font-weight:normal;
	font-size:0.8em;
	line-height:11px;
	color:#888888;
	text-decoration:none;
}
table.video-select tr td a:hover {
	color:#000;
}


/*--------Banner Afiliados------*/
.modulo-afiliados {
	background: url(../images/structure/bg-modulo-desafio.gif) no-repeat top;
	float:right;
	width:313px;
	height:143px;
}
.modulo-afiliados h2 {
	float:left;
	width:300px;
	padding:6px 0 0 6px;
	color:#f05a08;
	font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.modulo-afiliados div.img {
	float:left;
	width:100px;
	margin:20px 7px;
}

.modulo-afiliados div.contenido {
	float:left;
	width:180px;
	margin:30px 0;
}
.modulo-afiliados div.contenido p {
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:13px;
	color:#4e1463;
}
.modulo-afiliados div.contenido p span {
	color:#F05A08;
}

.modulo-afiliados .btn-modulo {
	float:left;
	width:115px;
	height:26px;
	margin:0 0 0 70px;
}
.modulo-afiliados .btn-modulo a {
	width:115px;
	height:26px;
	background:url(../images/buttons/btn-ingresar.png) no-repeat center top;
	display:block;
}
.modulo-afiliados .btn-modulo a:hover {
	background-position:center bottom;
}

/*   BOTONES   */



a.btn-enviar {
	width:94px;
	height:26px;
	background:url(../images/buttons/btn-enviar.png) no-repeat center top;
	display:block;
	float:right;
	margin:4px 20px 0 0;
	text-indent: -999em;
}
a.btn-enviar:hover {
	background-position:center bottom;
}

a.examinar{
	background: url(../images/buttons/btn-examinar.gif) no-repeat top;
	width:53px;
	height:21px;
	text-indent: -999em;
	display:block;
	float:right;
	margin: 4px 0 0 6px;
}

 a.examinar:hover {
	background-position: bottom;
}

