@charset "utf-8";

* { behavior: url("iepngfix.php");}

html, body {
height: 100%;
 }
body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url("../images/mosaico.jpg");
	background-attachment: fixed;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

p {
	margin-top: 0px;
}

.input-buscar {
	background-color: #000;
	border: 0;
	height: 20px;
	width: 125px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.autor {
	color: #fff;
	font-size: 10px;
}

.datos-video {
	color: #fff;
	font-size: 10px;
	padding-left: 10px;
}

.titulo-vid {
	align: left;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}


a.menu {
	font-size: 14px;
	color: #d19f12;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #d19f12;
}
a.menu:hover {
	text-decoration: underline;
	color: #d19f12;
}
a.menu:active {
	text-decoration: none;
	color: #d19f12;
}

#contenedor {
	width: 980px;
	min-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#ultimos {
	width: 160px;
	z-index: 1;
	height: 394px;
	left: 932px;
	top: 198px;
	overflow: auto;
	margin-top: 20px;
	margin-left: 15px;
	background-color: #000;
}

#titulo-video {
	text-align: left;
	float: left;
	width: 420px;
	z-index: 1;
	height: auto;
	color: #fff;
	font-weight: bolder;
	background-color:black;
	font-size: 22px;
	padding-top: 1px;
	padding-left: 12px;
	margin-bottom: 20px;
}

#ultimos20 {
	width: 183px;
	height: 295px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin-top: 20px;
	margin-left: 17px;
	margin-right: 5px;
	z-index:5;
	/*background-color: ;*/
}

#datos-video {
	width: 180px;
	height: 295px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	margin-top: 14px;
	margin-left: 14px;
	margin-right: 14px;
	background-color: #000;
}

#monedas {
	
	width: 980px;
	min-height: 700px;
	height: 100%;
	position: absolute !important;
	text-align: center;
	top: 0;
	z-index: -200;
}

#nada{
	width: 980px;
	min-height: 800px;
	height: 100%;
	position: absolute !important;
	text-align: center;
	top: 0;
	z-index: -200;
}

#monedas img {position:absolute; bottom:0; left: 180px;}

#flotando {
	
	width: 980px;
	min-height: 690px;
	height: 100%;
	position: absolute !important;
	text-align: center;
	top: 0;
	z-index: -200;
}
#flotando img {position:absolute; bottom:0; left: 180px;}


#paginacion {
	height: 25px;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}

a.pags {
	display: block;
	float: left;
	font-size: 12px;
	background-image: url("../images/cuadro-pag.png");
	color: #583811;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	width: 25px;
	text-align: center;
	padding-top: 5px;
}

#imgpag {
	float: left;
	padding-top: 5px;
}

.pagina-actual {
	display: block;
	float: left;
	font-size: 12px;
	background-image: url("../images/cuadro-pag.png");
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	height: 20px;
	width: 25px;
	text-align: center;
	padding-top: 5px;
}

a.pags:visited {
	font-size: 12px;
	color: #583811;
	text-decoration: none
}

a.pags:hover {
	font-size: 12px;
	color: #583811;
	text-decoration: underline;
}

a.pags:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.acerca {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	float: left;
	width: 25px;
	height: 20px;
	text-align: left;
	padding-top: 5px;
	padding-left: 8px;
}

#registro {
	width: 550px;
	z-index: 1;
	height: 225px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin-top: 28px;
	margin-left: 50px;
}

.input-r {
	width:190px;
	height: 22px;
	padding-left: 5px;
	padding-right: 15px;
	text-align: left;
	color: #000;
	font-size: 13px;
	background-color: #CFAD78;
	border: 1px solid black;
}

a.titulo-video {
	color: #fff;
	font-size: 11px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.titulo-video:visited {
	color: #fff;
	font-size: 11px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.titulo-video:hover {
	color: #fff;
	font-size: 11px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

a.titulo-video:active {
	color: #fff;
	font-size: 11px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#boton-ok {
	width: 23px;
	height: 17px;
}

.textarea-subida {
	font-family: arial, helvetica, sans-serif;
	width: 267px;
	height: 50px;
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #CFAD78;
	text-align: left;
	color: #000;
	font-size: 15px;
	border: 1px solid black;
}

.hola {
	font-size: 18px;
	color: #d1a012;
	font-weight: bolder;
}

.porcentaje {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: none;
}


.mensajeerror{
	color: red;
}

.error {}
div.error {
	font-size: 10px;
	color: red;
	display: inline;
	padding-left: 10px;
}

.mensaje {
	color: white;
	font-size: 12px;
}

.videoroll {
	background-color: #000000;
	height: 53px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	
	width:164px;
	overflow:hidden;
}

.videoroll:hover {
	background-color: #333333;
	cursor: pointer;
}

*.combo {
	height: 24px;
	text-align: left;
	color: #000;
	font-size: 13px;
	background-color: #d3b07a;
	border: none;
	padding-left: 3px;
	padding-top: 0px;
}

.txt-registro {
	color: #fff;
	font-size: 11px;
}

.input-e {
	width: 43px;
	height: 22px;
	padding-left: 5px;
	padding-right: 15px;
	background-color: #CFAD78;
	text-align: left;
	color: #000;
	font-size: 13px;
	border: none;
}

/* Scroll Bar Master Styling Starts Here */
	/* All comments can be freely removed from the css */
	/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 15px;
}

.vscrollerbar {
	background-image: url("../images/scrollbar.png");
	width: 15px;
	/* following is the bit that allows us fixed height scrollbars */
	height: 30px !important;
	/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
	background-image: url("../images/scrollbar.png");
	/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar { /* IE6 alpha png trick */
	/* IE7 is not affected by this trick, as it perfectly handles the normal png */
	filter: progid : dximagetransform.microsoft.alphaimageloader ( enabled =
		true, sizingmethod = crop src = '../images/scrollbar.png' );
	background-image: none;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;} */
.vscrollerbar,.hscrollerbar {
	/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
	padding: 0px;
	z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width: 22px;
	height: 22px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}

/* Scroll Bar Master Styling Ends Here */

#example-content-1 {
	display: none;        /* required */
	position: absolute;   /* required */	
	border:0;
	/*background-color: white;*/
}
#example-content-2 {
	display: none;        /* required */
	position: absolute;   /* required */	
	border:0;
	/*background-color: white;*/
	z-index:150;
}


.si-quiero{
   margin-left: 0px;
   margin-right: 0px;
   width:470px;
   height:54px;
} 

.si-quierolink {
   font-weight: bold;
   border: 0px;
   margin:3 0 3 0px;
   padding: 2px;
   width:470px;
   height:54px;
} 

.si-quierolink a {
   background-image: url("../images/si-quiero.jpg");
   color: transparent;
   text-decoration: none;
   display: block;
   width: 100%;
   height:100%;
}

.si-quierolink a:link { background-image: url("../images/si-quiero.jpg");color: transparent;}
.si-quierolink a:active { background-image: url("../images/si-quiero.jpg");color: transparent;}
.si-quierolink a:visited { background-image: url("../images/si-quiero.jpg");color: transparent;}
.si-quierolink a:hover { background-image: url("../images/si-quiero2.jpg");color: transparent;} 


.solo-votar{
   margin-left: 0px;
   margin-right: 0px;
   width:470px;
    height:54px;
} 

.solo-votarlink {
   font-weight: bold;
   border: 0px;
   margin:3 0 3 0px;
   padding: 2px;
   width:470px;
   height:54px;
} 

.solo-votarlink a {
   background-image: url("../images/solo-votar.jpg");
   color: transparent;
   text-decoration: none;
   display: block;
   width: 100%;
  height:54px;
}

.solo-votarlink a:link {background-image: url("../images/solo-votar.jpg");color: transparent; }
.solo-votarlink a:active {background-image: url("../images/solo-votar.jpg");color: transparent; }
.solo-votarlink a:visited {background-image: url("../images/solo-votar.jpg");color: transparent; }
.solo-votarlink a:hover {background-image: url("../images/solo-votar2.jpg");color: transparent; }



#ganadores {
	width: 307px;
	height: 360px;
	overflow-x:hidden;
	overfloy-y:scroll;
	position: relative;
	margin-left:40px;
	margin-right:35px;
	margin-top:47px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;

}


