body {
    font-family: arial;
}
input{
    height: 80px;
    width: 80%;
    font-weight: bold;
    color: red;
    background-color: #FFF;
    padding: 10px;
    font-size: 30px;
    border: 10px solid #CCC;
    border-radius: 10px;
}
select{
    height: 80px;
    width: 80%;
    background-color: #FFF;
    border: 5px solid #CCC;
    border-radius: 10px;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
}
button{
    height: 100px;
    width: 80%;
}
img{
    width: 15%;
    margin: 10px;
}
table{
    font-size: 30pt;
}
.titulo{
    color: #FFF;
    font-size: 75px;
    padding: 10px;
}
.subtitulo{
    color: #FFF;
    font-size: 30px;
}
.barraa{
    background-color: #0a60f5;
}
.barrav{
    background-color: #f50a0e;
    height: 20px;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
