.escudo{
	/*width:812px;*/
	height:905px;
}

#sec-inferior{
	background: #213355;
	min-height: 35px;
	padding-top: 5px;
	z-index: 10000;
}

html,body {
  overflow:hidden;
}

.div-opciones-escudos{
	background: url('../images/fondo-opciones-escudos.png') no-repeat center;
	-moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;

}

.div-opciones-escudos a img{
	margin: 0 5px 0;
}

.puntuacion{
	float: right;
	margin-right: 6%;
	margin-top: 20px;
}


/**** PLUGIN NANO-SCROLL ****/
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
/**** FIN PLUGIN NANO-SCROLL ****/



#vista-previa{

	/*overflow-y: scroll;*/
	z-index: 1002020;
	display: none;
	text-align: center;
	-moz-border-radius    : 2px;
	-webkit-border-radius : 2px;
	border-radius         : 2px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
}

#contenido-vista-previa{
	overflow-y: scroll;

}

.titulo-superior{
	position: fixed;
	top: 0; left: 0;
	background-color: #213355;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	width: 100%;
	z-index: 2030;
}

.miniatura-escudo{
	float: left; margin: 10px; padding: 4px; background-color: #fdc689; color: #000; border: 1px solid #333;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}

#span-contador{
	font-size: 18pt;
	color: #fdc689;
	font-weight: bold;
}

.mas-escudos{
	display: none;
}
