﻿

/* 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;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}


/* Wrapper */

.wrapper {
    padding: 4em 0 5em 0;
    margin-bottom: 0px;
}

    .wrapper > .inner {
        width: 80em;
        margin: 0 auto;
    }

@media screen and (max-width: 1280px) {

    .wrapper > .inner {
        width: 90%;
    }
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.center_ {
    text-align: center;
}

/*Lista especial lista que contiene los el espacio en blanco de la pagina principal conformado por icono y descripcion*/
.lista_especial > li:first-child {
    border-bottom: 1px solid rgba(100,100,100,.5);
    border-top: none;
}

.lista_especial > li:last-child {
    border-bottom: none;
}

.lista_especial > li {
    list-style: none;
    border-bottom: 1px solid rgba(100,100,100,.5);
    font-size: 15px;
}

.lista_especial > li {
    border-top: 1px solid rgba(255,255,255,.6);
}

/*Lista con espacio*/
.list_padding li {
    padding: 5px;
}

.pie_num {
    padding-left: 0px;
    text-shadow: -1px 0px 1px rgb(240 240 240);
    text-align: left;
    font-family: tahoma;
    font-size: 12px;
    color: black;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 10px;
    font-family: tahoma;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
