@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
}

#fondo {
    position: absolute;
    display: table;
    /* float: left; */
    top: 0px;
    left: 50%;
    margin-left: -600px;
}

.mapa {
	position:relative;
    width:1200px;
	height:auto;
}

.idiomas {
	position:absolute;
}

#language {
	width: 100%;
    text-align: center;
}

.select {
    width: 500px;
}

.flag {
	width:50px;	
}

.info {
	position: absolute; /*Info sobre la imagen*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	top: -50px;
	border-radius:20%;
	/*left: %; /*Desplazamos a partir de la esquina superior izquierda*/
	zoom: 1;
	filter: alpha(opacity=0); /*Opacidad Para IE */
	opacity: 0; /*Inicialmente transparente */
	padding: 10px;
	color: #0F1EB1;
	background: #FFF;
	-moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
	-webkit-transition:all ease .8s ;
	transition:all ease .8s;
}

.idiomas {
	animation:5s latido infinite;
}

@keyframes latido{
   0%{transform:scale(1)}
   47%{transform:scale(1)}
   48%{transform:scale(.9)}
   50%{transform:scale(1.1)}
   52%{transform:scale(.9)}
   54%{transform:scale(1)}
}

#ira:hover .info {
	filter: alpha(opacity=80);
	opacity: 1; /*Al hacer hover sobre la caja hacemos visible los datos*/
}

.tag {
	font-size: x-large;
    font-family: arial,sans-serif,helvetia;
    font-weight: bold;
    text-decoration: none;
	color:#FFF;
}

.listado {
	
}

/*@media (max-width:900px) {
    #fondo {
    left: 50%;
    margin-left: -400px;
}

.mapa {
    width:800px;
}



#language {
	width: 100%;
    text-align: center;
}

.select {
    width: 500px;
}

.flag {
	width:50px;	
}

.info {
	position: absolute; /*Info sobre la imagen* /
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	top: -50px;
	border-radius:20%;
	/*left: %; /*Desplazamos a partir de la esquina superior izquierda* /
	zoom: 1;
	filter: alpha(opacity=0); /*Opacidad Para IE * /
	opacity: 0; /*Inicialmente transparente * /
	padding: 10px;
	color: #0F1EB1;
	background: #FFF;
	-moz-transition:all ease .8s; /*Aplicamos una ligera transición* /
	-webkit-transition:all ease .8s ;
	transition:all ease .8s;
}
}*/