/* CSS Document */

html{
font-size: 14px;
font-family: 'Lato', sans-serif;
}
body{
font-family: 'Lato', sans-serif;
font-size:14px;
}
p{
font-size:1rem;
font-family: 'Lato', sans-serif;
}
 
label{
font-family: 'Lato', sans-serif;
}

h1{
font-size: 2rem;

}

h2{
font-size: 1.5rem; 
}

.botonInscripcion{
width:100%;
    font-size: 1.2rem;
}

.error{
color:#CC0000;
display: none;
font-size: 0.9rem;
}

.bordeRojo{
border: 1px solid #CC0000;

}

.message{
font-size: 1.2rem;
}

.contactdata{

}

.dato{
color:#000;
}

.wrap h2{
border-bottom: 1px solid #BFBFBF;
}


.condiciones {
    overflow-y: scroll;
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1rem;
}

.loginLogo{
max-width: 200px; margin-bottom: 15px;
}

.itemHistoria{
    float:left;
    margin-left: 15px;
    margin-bottom: 25px;
    min-width: 15%;
    background-image: url("../images/f.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.itemHistoria h4{
    font-size:1.2rem;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.itemHistoria a{
    margin:0;
    padding: 0;
}


.itemHistoria span{
    font-size:0.8rem;
}

.cursor{
    cursor: pointer;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #979797;
    border-color: #979797;
}

.verde{
    color:'#CC0000'
}


.nav-link {
    font-size: 1rem;
}

.navbar-nav li {
    border-right: 1px #CCCCCC solid;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.navbar-nav li a {
    padding: 0;
}