html, body {
    height: 100%;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:0;
    font-size: 13px;
}

.btn-inicio:hover, .btn-inicio:focus, .btn-inicio.focus {
    background-color: #18a689;
	border-color:#18a689;
	color: #FFFFFF;
}

a {
    color: 
#007bff;
text-decoration: none;
background-color:
    transparent;
    -webkit-text-decoration-skip: objects;
}

.paginadatos{
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px 20px 20px
}

.font-bold {
    font-weight: 600;
}

h1 {
    font-size: 30px;
}

.full-width {
    width: 100% !important;
}

h2 {
    font-size: 24px;
}

.form-control{
    margin-bottom: 8px;
}
.form-control:focus{
     border-color: #1ab394;
}

.jumbotronn {
	padding: 2rem 1rem;
	margin-bottom: 3rem;
	background-color:#e9ecef;
	border-radius: .3rem;
}
.jumbotronnp {
	padding: 5rem 1rem;
	margin-bottom: 3rem;
	background-color:#e9ecef;
	border-radius: .3rem;
}
