
#box {
  width: 320px;
  height:100px;
  padding: 18px;
  background-color: #cc3333;
  color: white;
  border-radius:10px;
  font-family: 'Roboto', sans-serif;
  /*margin: 0 auto;*/
  margin-top: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}

/*#box {
  width: 320px;
  height:100px;
  padding: 18px;
  background-color: #cc3333;
  color: white;
  border-radius:10px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
    margin-top: 0px;
  position: absolute;
top: 70%;
left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}*/


#counter {
  font-size: 45px;
  width:100%;
  font-family: roboto, sans-serif;
  font-weight: 300;
  margin: 0 auto 0px auto;
}

.block {
display: inline-block;
width: 64px;
height: 60px;
background-color: rgba(153, 0, 0, 1);
text-align: center;
padding-top: 0px;
font-weight: bold;
float: left;
margin-right: 3px;
}

#naziv {
  /*margin-left:22px;*/
  margin-top:-27px;
  font-size: 18px;
}

#naziv span {
  display:inline-block;
  /*margin-right:7px;*/
  width: 100px;
  font-size: 11px;
  text-align: center;
}

#seconds {
  color: #fff;
}

span.texto-cuenta-atras {font-size: 11px; text-align: center; width: 100%; float: left; margin-top: 3px;}

@-webkit-keyframes bg-animation {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -350px;
	}
}


.redes-portada {margin-top: 50px; width: 320px;}