﻿.main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url('../Images/icon_top.png') no-repeat;
    z-index: 100;
}

.seccion {
    padding-top: 40px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #74a52b;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #74a52b;
    color: white;
}

.dropdown-menu > li > a {
    color: #74a52b;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #74a52b;
        color: white;
    }

.s1 {
    background-color: #E4E4E4;
}

    .s1 > .page-header {
        color: #0b4d00;
        border-bottom-color: #0b4d00;
    }

.s2 {
    background-color: #D7D7D7;
}

    .s2 > .page-header {
        color: #0d5e00;
        border-bottom-color: #0d5e00;
    }

.s3 {
    background-color: #C9C9C9;
}

    .s3 > .page-header {
        color: #0f6f00;
        border-bottom-color: #0f6f00;
    }

.s4 {
    background-color: #BCBCBC;
}

    .s4 > .page-header {
        color: #117e00;
        border-bottom-color: #117e00;
    }

.s5 {
    background-color: #AEAEAE;
}

    .s5 > .page-header {
        color: #138b00;
        border-bottom-color: #138b00;
    }

.s6 {
    background-color: #949494;
}

    .s6 > .page-header {
        color: #16a100;
        border-bottom-color: #16a100;
    }

.s7 {
    background-color: #868686;
}

    .s7 > .page-header {
        color: #1fe200;
        border-bottom-color: #1fe200;
    }

.s8 {
    background-color: #797979;
}

    .s8 > .page-header {
        color: #22fa00;
        border-bottom-color: #22fa00;
    }

.s9 {
    background-color: #74a52b;
    border-bottom-color: white;
}

.page-header {
    color: white;
    border-bottom-color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.contacto, .contacto.page-header {
    background-color: #74a52b;
    border-bottom-color: white;
}

address {
    color: white;
}

a {
    color: white;
}

    a:hover {
        color: black;
        text-decoration: none;
    }

.btn-primary {
    background-color: #74a52b;
    color: white;
    border-color: white;
}

    .btn-primary:hover {
        background-color: white;
        color: #74a52b;
        border-color: #74a52b;
    }

.thumbnail {
    border-style: none;
    background-color: transparent;
}

.carousel-indicators .active {
    background-color: #74a52b;
}

.modal-header {
    color: #74a52b;
}

.modal-body {
    color: black;
}

.modal-dialog > .modal-content > .modal-header {
    color: #74a52b;
}

.s9 > .btn-primary {
    border-color: white;
}

.page-header > .error {
    color: #843534;
    font-weight: bold;
    border-bottom-color: #e4b9c0;
}

.page-header > .mantenimiento {
    color: #8a6d3b;
    font-weight: bold;
    border-bottom-color: #f7e1b5;
}

.container {
    padding: 0px;
    width: 100%;
}

.row {
    margin-left: 5px;
    margin-right: 5px;
}

.thumbnail2 {
    display: block;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail2 > img,
    .thumbnail2 a > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width: 768px) {
    .row {
        margin-left: 50px;
        margin-right: 50px;
    }

    .page-header {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-left: 80px;
        margin-right: 80px;
    }

    .page-header {
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-left: 140px;
        margin-right: 140px;
    }

    .page-header {
        margin-left: 140px;
        margin-right: 140px;
    }
}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    .carousel-caption h4,
    .carousel-caption p {
        line-height: 20px;
        color: #ffffff;
    }

    .carousel-caption h4 {
        margin: 0 0 5px;
    }

    .carousel-caption p {
        margin-bottom: 0;
    }

.AvisoPrivacidad_upper_roman_large ol li {
   list-style-type: upper-roman;
   font-size: x-large;
}

.AvisoPrivacidad_lower_alpha ol li {
   list-style-type: lower-alpha;   
    font-size: small;
}

.AvisoPrivacidad_upper_roman ol li {
   list-style-type: upper-roman;   
   font-size: small;
}

.AvisoPrivacidad_circle ul li {
   list-style-type: square;   
   font-size: small;
}