/*
FUENTES Y CLASES DE LOS ICONOS DEL TIEMPO
*/
@font-face {
   font-family: 'TSWeatherFont';
   src: url("../fonts/weather.ttf") format("truetype");
   font-weight: normal;
   font-style: normal
}

.ts-panel-weather{position: absolute; top: 5px; right: 8px; color: white; font-weight: bold;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.ts-weather-icons {display: inline-block; font-family: 'TSWeatherFont';}

.ts-weather-icons.gradoscent:before {content: '\e91b';}
.ts-weather-icons.litrosmetroc:before {content: '\e905';}
.ts-weather-icons.metroseg:before {content: '\e91a';}
.ts-weather-icons.pleamar:before {content: '\e902';}
.ts-weather-icons.bajamar:before {content: '\e901';}
.ts-weather-icons.poco_nuboso:before {content: '\e912';}
.ts-weather-icons.poco_nuboso_noche:before {content: '\e928';}
.ts-weather-icons.nubes_altas:before {content: '\e917';}
.ts-weather-icons.nubes_altas_noche:before {content: '\e927';}
.ts-weather-icons.cubierto:before {content: '\e916';}
.ts-weather-icons.muy_nuboso:before {content: '\e915';}
.ts-weather-icons.nuboso:before {content: '\e914';}
.ts-weather-icons.intervalos_nubosos:before {content: '\e913';}
.ts-weather-icons.intervalos_nubosos_noche:before {content: '\e922';}
.ts-weather-icons.cubierto_lluvia:before {content: '\e926';}
.ts-weather-icons.muy_nuboso_lluvia:before {content: '\e925';}
.ts-weather-icons.nuboso_lluvia:before {content: '\e924';}
.ts-weather-icons.intervalos_nubosos_lluvia:before {content: '\e923';}
.ts-weather-icons.intervalos_nubosos_lluvia_noche:before {content: '\e921';}
.ts-weather-icons.cubierto_nieve:before {content: '\e936';}
.ts-weather-icons.muy_nuboso_nieve:before {content: '\e935';}
.ts-weather-icons.nuboso_nieve:before {content: '\e934';}
.ts-weather-icons.intervalos_nubosos_nieve:before {content: '\e933';}
.ts-weather-icons.intervalos_nubosos_nieve_noche:before {content: '\e920';}
.ts-weather-icons.cubierto_lluvia_escasa:before {content: '\e946';}
.ts-weather-icons.muy_nuboso_lluvia_escasa:before {content: '\e945';}
.ts-weather-icons.nuboso_lluvia_escasa:before {content: '\e944';}
.ts-weather-icons.intervalos_nubosos_lluvia_escasa:before {content: '\e943';}
.ts-weather-icons.intervalos_nubosos_lluvia_escasa_noche:before {content: '\e91f';}
.ts-weather-icons.cubierto_tormenta_lluvia:before {content: '\e964';}
.ts-weather-icons.muy_nuboso_tormenta_lluvia:before {content: '\e963';}
.ts-weather-icons.nuboso_tomenta_lluvia:before {content: '\e962';}
.ts-weather-icons.intervalos_nubosos_tormenta_lluvia:before {content: '\e961';}
.ts-weather-icons.intervalos_nubosos_tormenta_lluvia_noche:before {content: '\e961e';}
.ts-weather-icons.cubierto_tormenta:before {content: '\e954';}
.ts-weather-icons.muy_nuboso_tormenta:before {content: '\e953';}
.ts-weather-icons.nuboso_tomenta:before {content: '\e952';}
.ts-weather-icons.intervalos_nubosos_tormenta:before {content: '\e951';}
.ts-weather-icons.intervalos_nubosos_tormenta_noche:before {content: '\e91c';}
.ts-weather-icons.cubierto_nieve_escasa:before {content: '\e974';}
.ts-weather-icons.muy_nuboso_nieve_escasa:before {content: '\e973';}
.ts-weather-icons.nuboso_nieve_escasa:before {content: '\e972';}
.ts-weather-icons.intervalos_nubosos_nieve_escasa:before {content: '\e971';}
.ts-weather-icons.intervalos_nubosos_nieve_escasa_noche:before {content: '\e91d';}
.ts-weather-icons.niebla:before {content: '\e981';}
.ts-weather-icons.bruma:before {content: '\e982';}
.ts-weather-icons.calima:before {content: '\e983';}
.ts-weather-icons.noche:before {content: '\e918';}
.ts-weather-icons.dia:before {content: '\e919';}
.ts-weather-icons.amanecer:before {content: '\e911';}
.ts-weather-icons.amanecer_alt:before {content: '\e910';}
.ts-weather-icons.ocaso:before {content: '\e90f';}
.ts-weather-icons.ocaso_alt:before {content: '\e90e';}
.ts-weather-icons.viento:before {content: '\e90d';}
.ts-weather-icons.viento_alt:before {content: '\e90c';}
.ts-weather-icons.viento_manga:before {content: '\e90b';}
.ts-weather-icons.tornado:before {content: '\e90a';}
.ts-weather-icons.temperatura:before {content: '\e909';}
.ts-weather-icons.rayo:before {content: '\e908';}
.ts-weather-icons.precipitacion:before {content: '\e907';}
.ts-weather-icons.precipitacion_alt:before {content: '\e906';}
.ts-weather-icons.humedad:before {content: '\e904';}
.ts-weather-icons.indicador_viento:before {content: '\e900';}
.ts-weather-icons.direccion_viento:before {content: '\e903';}
.ts-weather-icons.no_disponible:before {content: '\e929';}
