* {
	margin:0;
	padding:0;
}

html, body{
	width: 100%;
	height: 100%;
}

/** General Style Info **/
body {
	background: #000;
	color: #e92;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

a {
	color: #e92;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e32;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {	
	color: #fff;
	font-size: 12px;
}
h2 {	
	color: #fff;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 16px;
}
h3 {
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 16px;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}

/** Layout **/
#container {
	position: relative;
	text-align: left;
	background: url('../img/bg_admin.png') repeat-y;
}

#home_container {
	position: relative;
	text-align: left;
	min-height: 600px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url('../img/bg_con_imagenes.png') no-repeat 0 0;
}

#header{
	position: relative;
	padding: 10px 20px;
}

#home_header{
	position: relative;
	padding: 0;
	text-align: center;
}

#header h1 {
	line-height:56px;
	background: url('../img/logoempresa.png') no-repeat 0 0;
	color: #fff;
	padding: 0px 0px;
}

#header h1 a {
	color: #fff;	
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;	
	text-decoration: underline;
}

/* SOLO PARA EXPLORER */
* html #content{
	position: relative;
	clear: both;
	color: #fff;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	height: 580px;
}

#content{
	position: relative;
	clear: both;
	color: #fff;
	padding: 0;
	overflow: auto;
	min-height: 580px;	
}

/* SOLO PARA EXPLORER */
* html #home_content{
	position: relative;
	clear: both;
	color: #fff;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	height: 600px;
}

#home_content{
	position: relative;
	clear: both;
	color: #fff;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	min-height: 600px;
}

#home_footer {
	position: relative;
	background: #F28C00;
	clear: both;	
	padding: 6px 10px;
	text-align: right;	
}

#footer {
	position: relative;
	background: #F28C00;
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	position: relative;
	/*border-top:1px solid #666;*/
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	padding-left: 20px;	
}
div.actions {
	/*float:left;
	width:16%;
	padding:10px 1.5%;*/
	z-index: 100;
	position: relative;
	width:780px;
	height:29px;
	padding-top: 5px;
	padding-left: 120px;
	margin-bottom: 10px;
	background: #1f1f1f url('../img/bg_actions.png') no-repeat 0 0;
}

div.leftbottombuttons{
	z-index: 100;
	position: relative;
	width:500px;
	height:20px;
}

div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table.tabla_transparente, table.tabla_transparente td, table.tabla_transparente tr {
	background: transparent;
	border: 0px double #ccc;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	padding: 0;
	margin: 0;
}

table.form {
	background: transparent;
	border: 0px double #ccc;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	width: 700px;
	padding: 0;
	margin: 0;
}

table.form tr td, table.form .altrow td,table.form tr:nth-child(2n) td {
	background: transparent;
	padding: 0;
	margin: 0;
	border: 0px solid #ddd;
	width: 350px;
}

table {
	background: #fff;	
	clear: both;
	color: #333;
	margin-bottom: 10px;
	
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 14px;
	border: 4px double #ccc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #000;	
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: left;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {	
	line-height: 2em;
	margin: 0em 0em;
	width: 900px;
	background: #f5f5f5;
	color: #000;
	border: 4px double #ccc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom: 10px;


}

dl .altrow {
	background: #fff;	
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 250px;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
	min-width: 600px;	
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	min-width: 500px;
	background:#207573;
	background: -webkit-gradient(linear, left top, left bottom, from(#1E3D3D), to(#207573));
	background-image: -moz-linear-gradient(top, #1E3D3D, #207573);
}

fieldset.fieldcontiny{
  width: 620px;
}

fieldset legend {
	color: #e32;
	font-size: 13px;
	font-weight: bold;

	padding: 3px 7px;

	border: 1px solid #ccc;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	background:#207573;
	background: -webkit-gradient(linear, left top, left bottom, from(#1E3D3D), to(#207573));
	background-image: -moz-linear-gradient(top, #1E3D3D, #207573);

}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 12px;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	color: #fff;
	display: block;
	font-size: 12px;
	margin-bottom:3px;
  max-width: 300px;
}

/** Inputs **/

input[type="submit"] { 
	cursor: hand;
}

#login_home{
  position: absolute;
  top: 10px;
  right: -5px;
  min-width: 0px;
}

#login_home td.olvidasteclave{
  padding-top: 6px;
}

#login_home td.labellogin{
    color: #EE9922;
    font-weight: bold;
    text-decoration: none;   
}

#home_header .botonayuda{
  width: 63px;
  height: 21px;
  position: absolute;
  top: 15px;
}

#login_home #UsuarioSubmit{
  width: 63px;
  height: 21px;
  background: #EE9922 url('../img/login.png');
  color: #FFF;
  border: 0px solid #085856;
  padding: 0px 2px;
  text-shadow: 0px 0px 0px;
  -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}



#login_home #UsuarioUsername,#login_home #UsuarioPassword, #login_home #UsuarioEmail{
  width: 80px;
  height: 21px;
  background: #FFF;
  padding-left: 2px;
  color: #EE9922;
  border: 0px solid #085856;
	padding-top: 0px;
  padding-bottom: 0px;
	padding-right: 1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#login_home label {
	color: #fff;
	display: inline;
	font-size: 12px;
	margin-bottom:3px;
}

#login_home td.anchonoventa{
  width: 90px;
}

#login_home table{
  width: 230px;
}

#login_home .input, #login_home .submit{
  display: inline;
}

#login_home .input.password input{
  width: 80px;
  background: #577877;
  padding-left: 2px;
  color: #EE9922;
}

.input.text input{
	background: #fff url('../img/input/pen.png') no-repeat 0px 1px;
	padding-left: 22px;
	border: 0px solid #085856;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 3px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.input.password input{
	background: #fff url('../img/input/passw.png') no-repeat 0px 1px;
	padding-left: 22px;
	border: 0px solid #085856;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 3px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

input, textarea {
	clear: both;
	font-size: 12px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 300px;
}
select {
	clear: both;
	font-size: 12px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 300px;
}
option {
	font-size: 12px;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 12px;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

button{
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border: 1px solid;
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom: 10px;
}

button:hover{
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

#popup_panel input{
	width: 100px;
}

/** Notices and Errors **/
#cuadro_mensajes{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}

div.message {	
	top: 0;
	left: 0;	
	clear: both;
	color: #fff;		
	margin: 0;
	background: #c73e14;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
	width: 100%;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 11px;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	width: 100%;
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 11px;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}

/**  Actions  **/
div.actions ul, div.actionsnobg ul {
	margin: 0;
	padding: 0;
}
div.actions li, div.actionsnobg li {
	margin:0 4px 0 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	float: left;
}
div.actions ul li a, div.actionsnobg ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover, div.actionsnobg ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;

	
	background:#207573;
	background: -webkit-gradient(linear, left top, left bottom, from(#1E3D3D), to(#207573));
	background-image: -moz-linear-gradient(top, #1E3D3D, #207573);
	color:#FD970B;
	border:1px solid #206C6B;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	text-decoration:none;
	text-shadow: #333333 0px 1px 0px;
	min-width: 0;
}

div.actionsnobg ul li a {
	font-weight:normal;
	padding: 4px 8px;

	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);

	color:#000000;
	border:1px solid #206C6B;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	text-decoration:none;
	text-shadow: #8cee7c 0px 1px 0px;
	min-width: 0;
}




/* colores botones */

#AgregarPremio{
	background:#C10000;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF2626), to(#C10000));
	background-image: -moz-linear-gradient(top, #FF2626, #C10000);
}


#AgregarPremioMasivo{
	background:#0036D9;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#265CFF), to(#0036D9));
	background-image: -moz-linear-gradient(top, #265CFF, #0036D9);
}










div.actionsnobg ul li a:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}




input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #1D6765;
	background: -webkit-gradient(linear, left top, left bottom, from(#183232), to(#1D6765));
}




/** Related **/
div.related {
	clear: both;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	text-align: left;
	margin-left: 0;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 12px;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 12px;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/** banners maquinas **/
.banner_empresa{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 auto;
}

.banner_empresa img{
	width: 150px;
	height: 150px;
}

/** Lista de maquinas **/

#new_logos div.inserted_logo input{
	color: #fff;
}

div.input.file input{
	color: #fff;
}

.maquina{
	position: relative;
    width: 900px;
	height: 270px;
	background: url('../img/bg_maquinas_premios.png') no-repeat 0 0;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px #ffffff;
}

.maquina label{
	position: relative;
	width: 100px;
	height: 15px;
	top: 140px;
	left: 84px;
	text-align: center;
}



.lista_premios{
	position: relative;
	left: 250px;
	top: 0px;	
	width: 640px;
	height: 180px;
}

.lista_premios .premio{
	width: 120px;
	height: 130px;
	float: left;
	margin-top: 10px;
  text-align: center;
}

.lista_premios .cantidad{
	width: 120px;
	height: 20px;
	float: left;
	margin-top: 0px;
  text-align: center;
}

.lista_premios .premio_box{
	width: 120px;
	height: 180px;
	float: left;
	margin: 0px;
  
}

.lista_premios .premio img{
  width: 100px;
	height: 100px;
	
	margin-top: 6px;
	border:1px solid #206C6B;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

/* Maquina Grande */

.maquina_grande_premios_box .cantidad{
  font-size: 10px;
  color: #ddd;
  margin-top: 33px;
}

.maquina_grande_premios_box{
	background: #000;
	position: relative;
  width: 214px;
	height: 50px;	
	margin: 0px;
	text-align: center;
	border:1px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom: 5px;
}



.maquina_grande_premios .logo{
    width: 38px;
	height: 38px;
	border: 0;
	margin-left: 5px;
	margin-right: 0px;
	position: relative;
	top: 4px;
	float: left;
}

.maquina_grande_premios .logo img{
    width: 38px;
	height: 38px;	
	border:1px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.maquina_grande_premios .premio{
	width: 38px;
	height: 38px;
	border: 0;
	margin-left: 5px;
	margin-right: 0px;
	position: relative;
	top: 4px;
	float: left;
}


.maquina_grande_premios .igual img{
    width: 10px;
	height: 38px;	
}

.maquina_grande_premios .igual{
	width: 10px;
	height: 38px;
	border: 0;
	margin-left: 5px;
	margin-right: 0px;
	position: relative;
	top: 5px;
	float: left;
}

.maquina_grande_premios .premio img{
    width: 38px;
	height: 38px;
	border:1px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

 
 .maquina_grande_premios{	
	width: 220px;
	min-height: 400px;	
}
/*
div.maquina_grande_premios{
	position: relative;
	width: 955px;
	height: 130px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	top: -2px;
	background: #909;
}*/

.maquina_grande{
	position: relative;
	width: 955px;
	height: 628px;
	margin: 0 auto;
	background: url('../img/maquina.png') no-repeat 149px 0px;
}

.premio_view_usuario, .premio_view_maquina{
    width: 60px;
	height: 60px;
	padding:4px; 
    background-color: #f5f5f5; 
	border: 1px solid #999999; 
}

.img_premios_cliente, .img_view_premios {
	padding:4px; 
    background-color: #f5f5f5; 
	border:1px solid #206C6B;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom: 15px;
}

/** General **/

.logout{
	position: absolute;
	right: 4px;
	top: 0px;
	text-align: right;
	width: 200px;
	height: 20px;
	background: transparent;
}

.texto_sup{
	text-align: left;
	height: 20px;
  width: 250px;
	position: absolute;
	font-size: 14px;
  bottom: 15px;
  left: 0px;
}

.texto_inf{
	text-align: right;
	height: 20px;
  width: 250px;
	position: absolute;
  font-size: 14px;
  bottom: 15px;
  right: 0px;
}

#MaquinaAddForm{
	width: 100%;
}

#new_premios, #new_logos{
	width: 100%;	
	clear: both;
	/*border: 2px solid #990099;*/
	overflow: auto;
	float: left;
	margin-right: 5px;
}

.inserted_premio, .inserted_logo{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	width: 330px;	
	color: #fff;
	border: 1px solid #F28C00;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#207573;
	background: -webkit-gradient(linear, left top, left bottom, from(#1E3D3D), to(#207573));
	background-image: -moz-linear-gradient(top, #1E3D3D, #207573);
}

.box_close_button{
	position: absolute;
	top: 10px;
	right: 10px;
}


/* VALIDACION*/
        
label.form_error {
	color:red; 
	font-style:italic; 
	background:url('../img/validator/error.png') no-repeat 20px 20px; 
	padding-left:48px; 
	padding-top:24px; 
	display:block; 
	width:200px; 
	height:40px;
}
                
div.form_error { 
	display: none; 
}
            
input.form_error {
	border:1px solid red;
}
        
label.form_valid {
	color:green; 
	font-style:italic; 
	background:url('../img/validator/ok.png') no-repeat 20px 20px; 
	padding-left:48px; 
	padding-top:24px; 
	display:block; 
	width:200px; 
	height:40px;
}
                
div.form_valid { 
	display: none; 
}

/* Home */

.home_lista_marcas {
	position: absolute;
	width: 300px;
	height: 350px;
	top: 50px;
	right: 0px;	
}

.home_lista_premios {
	position: absolute;
	width: 300px;
	height: 350px;
	top: 50px;
	left: 0px;
}

.home_lista_marcas img, .home_lista_premios img{
	width: 90px;
	height: 90px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 2px solid #ccc;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.home_lista_ganadores {
	position: absolute;
	bottom: 10px;
	width: 940px;	
}

.login_admin_menu{
  margin-top: 30px;
	padding-left: 20px;
	list-style:none;
}

.login_admin_menu li{
	height: 30px;
}


.login_admin_menu li.login_admin_buton{
  text-align: center;
  vertical-align: center;
  line-height: 30px;
  width: 300px;
  margin-bottom: 10px;
  background:#074F4E;
	background: -webkit-gradient(linear, left top, left bottom, from(#010C0C), to(#074F4E));
	background-image: -moz-linear-gradient(top, #010C0C, #074F4E);
  -webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

/* slot machine */
#rodillos{
	position: relative;	
	width:400px;
	height: 102px;
	top: 187px;
	left: 314px;
	/*background: #909;*/
}

.maquina_grande_premios .premio{
	display: inline;
}

#rodillo_img1{
	position: absolute;
	width:102px;
	height: 102px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#rodillo_img2{
	position: absolute;
	width:102px;
	height: 102px;
	top: 0px;
	left: 112px;
	overflow: hidden;
}

#rodillo_img3{
	position: absolute;
	width:102px;
	height: 102px;
	top: 0px;
	left: 225px;
	overflow: hidden;
}

#rodillo_img1 .rueda1, #rodillo_img2 .rueda2, #rodillo_img3 .rueda3{
	position: relative;
	height: 102px;
	top: 0;
	left: 0;
}

#rodillo_img1 .rueda1 img, #rodillo_img3 .rueda3 img, #rodillo_img2 .rueda2 img{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 102px;
	height: 102px;
}

#botonjugar{
	position: absolute;
	width: 43px;
	height: 43px;
	background: url('../img/maquina/botonjugar.png') no-repeat 0 0;
	top: 410px;
	left: 454px;
}

#botonjugar.botonapretado {
	background: url('../img/maquina/botonjugar.png') no-repeat 0 -43px;
}

img.animacionVueltas {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}


.banners_izq{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 220px;
	overflow: hidden;
	min-height: 400px;
}

.banners_izq img{
	width: 200px;
}

.banners_der{
	position: absolute;
	top: 40px;
	right: 10px;	
	width: 200px;
	overflow: hidden;
	min-height: 400px;
}

.banners_der img{
	width: 200px;
}

.banners_maquina{
  position: absolute;
  left: 425px;
  top: 41px;
  height: 102px;
  width: 102px;
}

.banners_maquina img{
  height: 102px;
  width: 102px;
}

#resultadojugada{
  position: absolute;
  height: 261px;
  width: 388px;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}

#numerodejugadas{
  position: absolute;
  padding-top: 3px;
  text-align: center;
  width: 71px;
  height: 24px;
  top: 313px;
  left: 442px;
  background: url('../img/bd_num_jugadas.png') no-repeat 0 0;
}



div#new_premios div.inserted_premio{
	background: #0036D9;
}

div#new_premios div.inserted_premio.rojo{
	background: #B20000;
}