﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: #e5e5e5;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

header {
    text-align: center;
    color: #28b0a8;
    font-size: 70px;
    font-family: 'Signika', sans-serif;
    padding: 45px 0 0px;
    background-size: cover;
    background-image: url("../Content/imagenesAdmin/header.jpg");
}

footer {
    padding: 40px 0 40px;
    background-color: #06b1a8;
}

.ftext {
    font-size:20px;
}
.ftext i{
    font-size: 35px;
}
    .ftext a {
       color: black;
    }

input, select, textarea {
     max-width: 450px;
}


.btn-black {
    background-color: black;
    color: #FFF;
    border-radius: 0px;
    margin: 0 0 9px 0px;
}

    .btn-black:hover {
        color: #FFF;
        background-color: black;
        border-radius: 0px;
        margin: 0 0 9px 0px;
    }


.btn-activo {
    background-color: #1e9bb1;
    color: #FFF;
    border-radius: 0px;
    margin: 0 0 9px 0px;
}

    .btn-activo:hover {
        color: #FFF;
        background-color: #1e9bb1;
        border-radius: 0px;
        margin: 0 0 9px 0px;
    }

.btn-protector {
    background-color: #1eb182;
    color: #FFF;
    border-radius: 0px;
    margin: 0 0 9px 0px;
}

    .btn-protector:hover {
        color: #FFF;
        background-color: #1eb182;
        border-radius: 0px;
        margin: 0 0 9px 0px;
    }


    /* fsdfsdfsdfsdf */
@media screen and (max-width:1000px) {


    header {
        font-size: 35px !important;
    }

}