@font-face {
font-family: montserrat;
src: url('montserrat.ttf');
}

html{
height:100%;
}

body {
height:95%;
font-size: 12pt;
font-family: montserrat;
color: #777777;
}

.logoaviso{
position:absolute;
width:100%;
top:0px;
left:0px;
text-align:center;
font-family: montserrat;
color: #ffc000;
}

.aviso{
position:absolute;
top:0px;
left:0px;
width:100%;
text-align:center;
font-family: montserrat;
color: #ffc000;
}

.aviso H2{
display:inline;
text-align:center;
font-family: montserrat;
font-size:28px;
color: #eeeeee;
}

.enlace{
padding:2px;
color:#ffffff;
text-decoration: none;
 transition: all 0.8s ease-out;
}

.enlace:hover{
background-color:#ffffff;
color:#333333;
}

.enlaceb{
display:block;
padding:2px;
background-color:#e3b321;
color:#fdfdfd;
width:300px;
margin:auto;
text-decoration: none;
border-radius: 4px;
 transition: all 0.8s ease-out;
}
.enlaceb:hover{
background-color:#ffffff;
color:#333333;
}
