@charset "utf-8";
body {
    margin: 0px;
	
	scrollbar-face-color:					#B9441D;
    scrollbar-3dlight-color:				#FEAF38;
    scrollbar-arrow-color:					#FEAF38;
    scrollbar-highlight-color:				#FEAF38;
    scrollbar-shadow-color:					#FEAF38;
    scrollbar-darkshadow-color:				#000000;
    scrollbar-track-color:					#B9441D;
    scrollbar-base-color:					#000000;
   
}

.div_scroll{
	overflow-x:hidden;
	padding-right:8px;
	overflow-y:scroll;
	height:0px;
	margin-right:0px;
}


button { border:0; padding:0; margin:5px; }

button.submit { width:80px; height:15px; background:url(../imagenes/btn_entrar.png) no-repeat; }
button.reset { width: 80px; height:15px; background:url(../imagenes/btn_cancelar.png) no-repeat; }

button.votar {
	width:71px;
	height:15px;
	background-image: url(../imagenes/btn_votar.png);
	background-repeat: no-repeat;
	background-position:center;
}
button.resultado {
	width:71px;
	height:15px;
	background-image: url(../imagenes/btn_resultados.png);
	background-repeat: no-repeat;
	background-position:center;
}
