50 lines
1.0 KiB
CSS
50 lines
1.0 KiB
CSS
.contenido{
|
|
font-family: 'Calibri','Ginebra','Verdana', serif;
|
|
min-height: 350px;
|
|
margin-top: 130px;
|
|
}
|
|
.operador{
|
|
font-family: 'Calibri','Ginebra','Verdana', serif;
|
|
min-height: 350px;
|
|
margin-top: 3%;
|
|
margin-bottom:3%
|
|
|
|
}
|
|
.subtitulo{
|
|
font-family: 'Calibri','Ginebra','Verdana', serif;
|
|
color:#1B3D70;
|
|
font-weight: bold;
|
|
font-size: x-large;
|
|
}
|
|
.boton{
|
|
background-color: #BC9516;
|
|
color:white;
|
|
border: #BC9516;
|
|
border-radius: 30px;
|
|
font-size: x-large;
|
|
}
|
|
.boton:hover{
|
|
background-color:rgb(188,149,22,70%);;
|
|
color:white;
|
|
}
|
|
.ingresar{
|
|
margin-top: 15px;
|
|
color:white;
|
|
background-color: #1B3D70;
|
|
font-family: 'Calibri','Ginebra','Verdana', serif;
|
|
font-size: x-large;
|
|
font-weight: bold;
|
|
border:0;
|
|
}
|
|
.salir{
|
|
color:white;
|
|
background-color: #1B3D70;
|
|
font-family: 'Calibri','Ginebra','Verdana', serif;
|
|
font-size: x-large;
|
|
font-weight: bold;
|
|
border:0;
|
|
margin-bottom: 15px;
|
|
}
|
|
.salir:hover,.ingresar:hover{
|
|
background-color:rgb(27,61,112,50%);
|
|
} |