/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 8/06/2020, 10:20:15 PM Author : LCI */ /********** AZULES **********/ .bg-azul1 { background: #007BC4; } .bg-azul2 { background: #0091CF; } .bg-azul3 { background: #009ED7; } .bg-azul4 { background: #00A6CE; } .bg-azul5 { background: #00ADDE; } .bg-azul6 { background: #64BEE6; } .bg-azul7 { background: #8AAAC8; } .bg-azul8 { background: #7197BA; } .bg-azul9 { background: #5285B2; } .bg-azul10 { background: #137EA3; } .bg-azul11 { background: #0C7696; } .bg-azul12 { background: #2D549B; } .bg-azul13 { background: #27489B; } .text-azul1 { color: #007BC4; } .text-azul2 { color: #0091CF; } .text-azul3 { color: #009ED7; } .text-azul4 { color: #00A6CE; } .text-azul5 { color: #00ADDE; } .text-azul6 { color: #64BEE6; } .text-azul7 { color: #8AAAC8; } .text-azul8 { color: #7197BA; } .text-azul9 { color: #5285B2; } .text-azul10 { color: #137EA3; } .text-azul11 { color: #0C7696; } .text-azul12 { color: #2D549B; } .text-azul13 { color: #27489B; } .border-azul1 { border-color: #007BC4; } .border-azul2 { border-color: #0091CF; } .border-azul3 { border-color: #009ED7; } .border-azul4 { border-color: #00A6CE; } .border-azul5 { border-color: #00ADDE; } .border-azul6 { border-color: #64BEE6; } .border-azul7 { border-color: #8AAAC8; } .border-azul8 { border-color: #7197BA; } .border-azul9 { border-color: #5285B2; } .border-azul10 { border-color: #137EA3; } .border-azul11 { border-color: #0C7696; } .border-azul12 { border-color: #2D549B; } .border-azul13 { border-color: #27489B; } /********** LUGARES **********/ .bg-gold { background: #D4AF37; } .bg-silver { background: #B4B4B4; } .bg-bronze { background: #AD8A56; } .text-gold { color: #D4AF37; } .text-gold:hover { text-shadow: 0 0 3px #D4AF37; } .text-silver { color: #B4B4B4; } .text-silver:hover { text-shadow: 0 0 3px #B4B4B4; } .text-bronze { color: #AD8A56; } .text-bronze:hover { text-shadow: 0 0 3px #AD8A56; }