﻿body {
    background-color: #f4f4f4;
    color: #5a5656;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}


a {
    text-decoration: none;
}

h1 {
    font-size: 1em;
}

h1, p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
    font-size:20px;
}

.uppercase {
    text-transform: uppercase;
}

/* ---------- LOGIN ---------- */
#login {
    margin: 50px auto;
    width: 300px;
}
.titulo{
    position:absolute;
    width:300px;
    margin-top:-10px;
    margin-left:23px;
}


form fieldset input[type="text"], input[type="password"] {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #5a5656;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 35px;
    outline: none;
    padding: 0px 10px;
    width: 280px;
    -webkit-appearance: none;
}

form fieldset input[type="submit"] {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #0A6AA6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #f4f4f4;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 50px;
    text-transform: uppercase;
    width: 300px;
    -webkit-appearance: none;
}

form fieldset a {
    color: #5a5656;
    font-size: 10px;
}

    form fieldset a:hover {
        text-decoration: underline;
    }

.btn-round {
    background-color: #5a5656;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #f4f4f4;
    display: block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin: 30px 125px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

form fieldset input[type="submit"]:active {
    transform:scale(.94);
}

.fieldContenedor {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
    box-sizing: border-box;
}
.p{
    text-align:center;
}

/*ESTILO ALERTA BOTÓN ADMINISTRAR FORMULARIOS DE ROLES*/
/*ESTILO BOTÓN*/

.botonAdministrar {
    position: fixed;
    left: 20px;
    bottom: 20px;
}


.fondo {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

#pAlerta {
    background-color: white;
    height: 50vh;
    border-radius: 10px;
    padding: 40px;
    width: 50%;
    position: relative;
    overflow: auto;
}

.close {
    position: absolute;
    top: 33px;
    right: 40px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    border: none;
    background-color: none;
    color: darkgray;
    background: none;
}

    .close:hover {
        font-size: 23px;
        cursor: pointer;
    }

.Titulo {
    border-bottom: 2px solid black;
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/*AQUÍ VA EL CONTENIDO*/
.SubTitulo {
    display: flex;
    justify-content: center;
}

    .SubTitulo selec {
        height: 40px !important;
        background-color: red;
    }

.contenedorItems {
    padding: 3%;
}


@media only screen and (max-width: 960px) and (min-width: 768px) {
    .Titulo {
        font-size: 23px;
    }
}

@media only screen and (max-width: 750px) {
    .nuevoItem {
        font-size: 7px;
    }
}
/*ESTILOS BORDES*/
.borde-top {
    border-top: 1px solid black;
}

.borde-bottom {
    border-bottom: 1px solid black;
}

.borde-left {
    border-left: 1px solid black;
}

.borde-right {
    border-right: 1px solid black;
}

.item {
    width: 90%;
}

.contenedorBoton {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

#btnGuardar {
    margin-top: 40px;
    margin-bottom: 20px;
}
.nuevoItem {
    float: left;
    width: 49%;
    display: flex;
    justify-content: space-around;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}
.contenedorForm{
    width:100%;
    text-align:center;
}
.contenedorForm input{
   width:40%;
   border:none;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   outline:none;
}
.contenedorModal{
   padding:10px;
}
.contenedorBot{
    top:10px;
    width:100%;
    text-align:center;
}
#Actualiza {
    margin-top1:10px;
}