body {
    background: url(../imagenes/fondo.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.main{
    padding: 10px 10px 0 10px;
}

@media (min-width: 768px) {

    .main{
        position: absolute;
        width: calc(100% - 40px); 
        margin-left: 40px;
        float: right;
    }

    nav.sidebar:hover + .main{
        margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    nav.sidebar a{
        padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
        border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
        border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
        padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    nav.sidebar{
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }

    nav.sidebar ul {
        width: 100%;
    }

    nav.sidebar li {
        width: 100%;
    }

}

@media (min-width: 1330px) {

    .main{
        width: calc(100% - 200px);
        margin-left: 200px;
    }

    nav.sidebar{
        margin-left: 0px;
        float: left;
    }

    nav.sidebar .forAnimate{
        opacity: 1;
    }
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate{
    opacity: 1;
}



/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../imagenes/exterior/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01-99-66 .p            (normal)
.jssort01-99-66 .p:hover      (normal mouseover)
.jssort01-99-66 .p.pav        (active)
.jssort01-99-66 .p.pdn        (mousedown)
*/
.jssort01-99-66 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 66px;
}

.jssort01-99-66 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01-99-66 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01-99-66 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    height: 62px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('../imagenes/exterior/t01.png') -800px -800px no-repeat;
    _background: none;
}

.jssort01-99-66 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 95px;
    height: 62px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01-99-66 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 97px;
    height: 64px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01-99-66 .p.pdn .c {
    background-position: 50% 50%;
    width: 95px;
    height: 62px;
    border: #000 2px solid;
}

* html .jssort01-99-66 .c, * html .jssort01-99-66 .pdn .c, * html .jssort01-99-66 .pav .c {
    /* ie quirks mode adjust */
    width /**/: 99px;
    height /**/: 66px;
}


.formulario{
    background:#CCC; 
    width:100%; 
    margin:auto; 
    padding-left:60px;
}
.formulario label{
    color: #ff5400; 
    font-size: 24px; 
    margin-bottom: 15px; 
    line-height: 36px; 
    font-family: 'BebasNeueRegular', Arial; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.formulario h2{
    color: #ff5400; 
    font-size: 66px; 
    margin-bottom: 15px; 
    line-height: 36px; 
    font-family: 'BebasNeueRegular', Arial; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 580px) {
    .formulario h2{
        font-size: 40px;  
    }
    .formulario label{
        font-size: 20px;
    }
}
.formulario input, .formulario textarea{
    background-color: rgba(255, 255, 255, 0.4);
    border: 5px solid rgba(122, 192, 0, 0.15);
    padding: 5px;
    font-family: Keffeesatz, Arial;
    color: #4b4b4b;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    margin-top: -10px;

}
.ley{
    font-weight: bold;
    font-size: 16px;
}
input:focus, textarea:focus { 
    border: 5px solid #ff5400; 
    background-color: rgba(255, 255, 255, 1); 
}
.formulario button{
    border: none; 
    cursor: pointer; 
    color: #fff; 
    font-size: 24px; 
    background-color: #7ac000; 
    padding: 5px 36px 8px 36px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); 
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); 
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.23, #619702),
        color-stop(0.62, #7ac000)
        );
    background: -moz-linear-gradient(
        center bottom,
        #619702 23%,
        #7ac000 62%
        );
}
.formulario button:hover { 
    color: #fff; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); 
    background-color: #ff5400;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.23, #c34000),
        color-stop(0.62, #ff5400)
        );
    background: -moz-linear-gradient(
        center bottom,
        #c34000 23%,
        #ff5400 62%
        );
}

.enviar{
    text-align: center;
}
/*section{
    padding-left: 15px;
}*/
.contacto{
    font-weight: bold;
    font-size: 16px;
}
footer{
    text-align: center;
    color: blue;
    background-color: bisque;
}
section h3{
    text-align: center;
    color: white;
}

.resumen{
    color: white;
    background-color: #24262E;
}

#cuadro{
    margin-top: 20px;
    color: blue;
    background-color: bisque;

}
#cuadro h2{
    color:red;
    text-align: center;
}
#cuadro img{
    display:block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    #cuadro div:first-child{
        border-right: 1px solid red;
    }
    #cuadro div:last-child{
        border-left: 1px solid red;
    }
}
@media (max-width: 991px) {
    #cuadro div:first-child{
        border-bottom: 1px solid red;
    }
    #cuadro div:last-child{
        border-top: 1px solid red;
        margin-top: 10px;
    }
}
#pintura{
    color:white;
    margin-top: 10px;
    background-color: crimson;
}
#pintura div:first-child{
    background-color: deepskyblue;
}
.industrial{
    margin-top: 45px;
}
.anspi{
    float: right;
    margin-right: 20px;
}
#menu a{
    text-align: center;
    font-size: 23px;
}
#menu ul{
    margin-left: 50px;

}
#menu a:hover{
    background-color: #E7E7E7;
    font-weight: bold;
}
@media (max-width: 767px) {
    #menu a{
        text-align: left;
        font-size: 18px;
        margin-left: -50px;
    }
}
header img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

@media (max-width: 1143px) {
    #menu a{
        font-size: 21px;
    }
}
@media (max-width: 1080px) {
    #menu a{
        font-size: 19px;
    }
}
@media (max-width: 1017px) {
    #menu a{
        font-size: 17px;
    }
}
@media (max-width: 956px) {
    #menu a{
        font-size: 18px;
    }
}
@media (max-width: 893px) {
    #menu a{
        font-size: 15px;
    }
}
.catalogo_lisos{
    margin-top: 40px;
    background:transparent url(../imagenes/interior/lisos/black.png) repeat top left;
    color: white;
}
.catalogo_lisos h2{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.catalogo_lisos a{
    text-align: center;
}
.catalogo_lisos p{
    text-align: center;
}
@media (max-width: 767px) {
    .catalogo_lisos div{
        margin-top: 30px;

    }
    .im h2{
        color: blue;

    }
    .im1 h2{
        color: blue;

    }
    .im{
        border-top: 1px #e5e5e5 solid;
    }
    .par h2{
        color: red;
    }
    .par{
        border-top: 1px #e5e5e5 solid;
    }
}
@media (min-width: 767px) {
    .seleccion{
        background-color: #e7e7e7;
    }
}
@media (max-width: 766px) {
    /*    .seleccion a{
            background-color: #F8F8F8;
        }*/
    .seleccion a{
        background-color: #e7e7e7;
    }
    .seleccion ul li a{
        background-color: #F8F8F8;
    }

    .seleccion .active{
        background-color: #e7e7e7;
    }

}

.mensaje{
    resize: vertical !important;
}
.my-error-class{
    color: red !important; 
    font-size: 15px;
}
.indus{
    padding: 0px !important;
}
.catalogo{
    margin-top: 15px;
}
.margen{
    margin-top: 15px; 
}
.margen p a{
    color:yellow;
    font-weight: bold;
}
.margen p a:hover{
    color:navy;
}
.centrar{
    text-align: center;
}
.centrar a{
    font-size: 30px;
    color: black;
}
.galery img{
    padding: 15px;
}
.galery img:hover{
    border-radius: 0;
    padding:8px; 
    background-color: #f5f5f5; 
    width: 200px; 
    border: 1px solid #999999;  
}
.hero {
    background: red !important;
    color: white !important;
}
