﻿/* CSS     
==================================================    */
{margin: 0;
padding: 0;}

body {
    background: rgb(241,142,0) ;
    background-size:100% 100%;
    color: #333;
    /*font-family: Arial, "Lucida Sans Unicode";*/
    font-family:Tahoma, Verdana, Arial, Geneva, sans-serif;
    /*font-size: 87.5%;*/
    font-size:12px;
   line-height: 1.5;
    
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #CF5c3f;

}

a:hover, a:active {
    color: #CF5c3f;

}

.body{
    margin: 0 auto;
    width:980px;
    clear: both;
    text-align: center;

}

.mainheader{
    width: 92%;
    margin: 0.3em auto;
    margin-bottom: 0;
}

.mainheader img {
     width: 8%;
     height: auto;
     padding-left: .3%;
     margin: 2% ;
}

.mainheader p {
    color: #CF5c3f;
     font-family: 'Marck Script', cursive;
    font-size:30px;
    margin:auto;
    margin-top:60px;
    margin-right:760px;
    padding: 5px;
    float:right;

}

.topheader {
    background: url('../images/back/Coffee.jpg') no-repeat ;
    background-size: 100% 100%;
    margin-top: 1%;
    margin-bottom: 2%;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    height: 130px;
}

.body .mainheader .topheader {
    text-align: left;
}

figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 260px;
}


.mainheader nav {
   /* background: #666;
    background: rgba(20,20,20,0.75);*/
    height: 40px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;

}

.mainheader nav ul {
    list-style: none;
    margin: 0 auto;
}

.mainheader nav ul li {
    float: left;
    display: inline;
    background: rgba(20,20,20,0.75);
    border-radius:   0.5em 0.5em 0  0;
    -webkit-border-radius: 0.5em 0.5em  0 0;
    -moz-border-radius: 0.5em 0.5em  0 0;
    -ms-border-radius: 0.5em 0.5em  0 0;
    -o-border-radius: 0.5em 0.5em  0 0;
    margin-right: .4%;
}

.mainheader nav ul a:link, .mainheader nav a:visited{
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    height: 20px;
}

.mainheader nav a:hover, .mainheader nav a:active,
.mainheader nav .active a:link, .mainheader nav .active a:visited {
    background: #6f8a00;
    color: #000 ;
    -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;

}

.mainheader nav ul li a {
    border-radius:   0.5em 0.5em 0  0;
    -webkit-border-radius: 0.5em 0.5em  0 0;
    -moz-border-radius: 0.5em 0.5em  0 0;
    -ms-border-radius: 0.5em 0.5em  0 0;
    -o-border-radius: 0.5em 0.5em  0 0;
}

.mainContent {
    background: rgba(20,20,20,0.55);
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;

}
.content {
    background: rgba(181,54,2,0.4);
    width: 70%;
    float: right;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 1% 2%;
    margin: 2% ;   

    
}

.content h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#fff;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

}

.content h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color:#fff;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

}

.content h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color:#fff;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

}

.content h4{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color:#000;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

}

.content img {
    width:90%;
    border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -ms-border-radius: 0.8em;
    -o-border-radius: 0.8em;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    
    margin-bottom: 2%;

}

.content div img {
width:500px; margin: 5% 0 6% 0;
}

.content p {
    font-family: 'Marck Script', cursive;
    font-size:20px;
    text-align:justify;
    color:#FFF;    

}

.content ul li {
    list-style: none;
    margin: 0 auto;
    font-family: Arial;
    color: #777;
    text-align: left;

}

.body .mainContent .content1 {
    display:inline;
    width: 92%;
    float: left;

}

.body .mainContent .content1 .form    {
    background: rgba(181,54,2,0.4);
    width: 100%;
    float: left;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 1% 2%;
    margin: 2% ; 
}

.body .mainContent .content1 .form  h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color:#fff;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.body .mainContent .content1 .form  p {
    font-family: 'Marck Script', cursive;
    font-size:20px;
    text-align:justify;
    color:#FFF;    
}

.body .mainContent .content1 .form  article {
    width: 40%;
    display: inline;
    float: left;
    margin-left: 50px;
}

.body .mainContent .content1 .form  iframe {
    margin-top: 45px;
    margin-left: 20px;
}



.box {
    width: 48%;
    padding-right: 2%;
    position: relative;
    float:left;
    height: auto;
    display: inline;
    box-pack:center;
}



.box img {
    text-align: center;
     width: 70%;
     height: auto;
     padding-left: .3%;
     margin: 2% ;
     border: none;
     box-shadow: none;

}

.box h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color:#fff;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

}

}
.box h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    color:#fff;
    text-align: left;
    text-shadow: rgba(0,0,0,0.8) 2px 2px 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.box p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.3;
    text-align: justify;
}




.var {
    margin-top: 10%;
}

/* Section cuerpo derecho  - Slider 
==================================================    */


#slidebox{position:relative; border:1px solid #ccc; margin:40px auto;overflow:hidden;}
#slidebox img { width: 600px; height: 270px; margin:0 auto;}
#slidebox, #slidebox ul {width:600px;height:300px;}
#slidebox, #slidebox ul li{width:600px;height:300px;}
#slidebox ul li{position:relative; left:0; background:#eee; float:left;list-style: none; padding:15px 28px;  font-family:Verdana, Geneva, sans-serif; font-size:13px;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;top:139px;}
#slidebox .next{right:0; margin-right:10px; background:url(slidebox_next.png) no-repeat left top;}
#slidebox .next:hover{background:url(slidebox_next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(slidebox_previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(slidebox_previous_hover.png) no-repeat left top;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:10px; right:10px;}
#slidebox .thumbs a{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; background:url(slidebox_thumb.png); color:#fff;}
#slidebox .thumbs a:hover{background:#fff; color:#000;}
#slidebox .thumbs .thumbActive{background:#fff; color:#000; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px;}




/* Section cuerpo derecho  - Bloque Servicios  
==================================================    */
.montaje-wrap {
    text-align: center;
    width:160px;
    height:200px;
    display:inline;
    left: 25px;
    position:relative;  
    box-pack:center;
  
}

.montaje-black {
    width:160px;
    height:220px;
    float: left;
    display:block;
    overflow:hidden;
    position: relative;
    margin: 10px 8px 0 0;
    background:white;
    border: 1px solid #666;
    margin:  0 0 4% 0;

}

#black1 {
    width: 160px;
    height:220px;
    position:absolute;
    display:block;
    background: url('../images/block/Oficina2.jpg') no-repeat;
    background-size:100% 100%; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
}

#black2 {
    width: 160px;
    height:220px;
    position:absolute;
    display:block;
    background: url('../images/kikko.jpg') no-repeat;
    background-size:100% 100%; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;

}

#black3 {
    width:160px;
    height:220px;
    position:absolute;
    display:block;
    background: url('../images/block/Publico.png') no-repeat;
    background-size:100% 100%; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
}

#black4 {
    width:160px;
    height:220px;
    position:absolute;
    display:block;
    background: url('../images/Hosteleria.jpg') no-repeat;
    background-size:100% 100%; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
}
.montaje-black:hover #black1 {
    top:-200px;
}
.montaje-black:hover #black2 {
    top:-200px;
}
.montaje-black:hover #black3 {
    top:-200px;
}
.montaje-black:hover #black4 {
    top:-200px;
}
.thumb-content {
    top:-30px;
    background:white;
    padding:0px 10px 0 10px;
    color:#777;
    
}
    .thumb-content p {
        font-family:Arial sans-serif;
        background:white;
        color:black;
        border:none;
        font-size:12px;
        text-align:justify;
    }


.sidebar {
    background: rgba(181,54,2,0.4);
    width: 16%;
    float: left;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 1%;
    margin: 2% ;    

}

.sidebar img {
     width: 100%;
     height: auto;
    margin: 20% 0 2% 2%; 
}

.sidebar p {
    font-family: 'Marck Script', cursive;
    font-size:20px;
    text-align:justify;
    color:#FFF;    
}

.sidebar div {
    margin: 30% 0 30% 0;

}

.sidebar ul li  {

    background: rgba(20,20,20,0.75);
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    font-family: 'Marck Script', cursive;
    font-size:20px;
    text-align:center;
    color:#FFF;  
    margin: 0 auto;
    margin-right: 30%;
    list-style: none;
    width: 70%;
}

.sidebar li:hover, a:hover {
    background: #6f8a00;
    color: #000;
        -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
        -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
        -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
        -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
        transition: background 0.3s linear 0s, color 0.3s linear 0s;

}

.sidebar .menu div{
    margin:0;


}

 .sidebar .menu div a {

    background: rgba(20,20,20,0.75);
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    font-family: 'Marck Script', cursive;
    font-size:20px;
    text-align:center;
    color:#FFF;  
    list-style: none;
    width: 100px;
    margin: 15px;
    display: inline-block;
}
.sidebar .menu  a:hover {
    background: #6f8a00;
    color: #000;
}









.mainfooter{
    background: rgba(20,20,20,0.75);
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
    color: #000;
    margin: 0.3em auto;
    padding: 1em;
    

}

.mainfooter p, a {
        color:#fff;
        text-align: center;    
}



/*  Formato de Tabla  */

table {
    vertical-align:left;
    padding:0.6em;
    font-size:0.8em;
    position: relative;
    top:5px;
    left: 0px;
}

    table tr th {
        padding: 0.5em;
        background: -webkit-gradient(linear, left top, left bottom, from (#606060, to (#909090));
        background: -moz-linear-gradient(top, #606060, #909090);
        color:#dadada;    
    }

    table tr:nth-child(odd) {
    }

    table tr:nth-child(odd):hover {
        cursor: pointer;
        background-color: #808080;
        background: -webkit-gradient(linear, left top, left bottom, from (#606060, to (#909090));
        background: -moz-linear-gradient(top, #606060, #909090);
        color:#dadada;    

    }

    table tr:nth-child(even) {
    }

    table tr:nth-child(even):hover {
        cursor: pointer;
        background: -webkit-gradient(linear, left top, left bottom, from (#606060, to (#909090));
        background: -moz-linear-gradient(top, #606060, #909090);
        color:#dadada;    

    }
tr.separator {
        background: -webkit-gradient(linear, left top, left bottom, from (#606060, to (#909090));
        background: -moz-linear-gradient(top, #606060, #909090);
        color:#dadada;    
}

td {
    vertical-align:middle;
    padding:0.5em;
}




@media only screen and (min-width: 650px) and (max-width: 1000px) {

.body {
    width: 90%;
    font-size: 95%;
}

.topheader {
    height: 30%;
}

.mainheader img{
    width: 8%
}


.mainheader nav {
    height: 250px;
}

.mainheader nav ul {
    padding-left: 0;
}

.mainheader nav ul li {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.mainheader nav ul a:link, .mainheader nav a:visited{
    padding: 10px 25px;
    height: 20px;
    display: block;
}



.content {
    width: 92%;
    float: left;
    margin-top: 2%;

}

.content div img {
    width: 90%;
}

#montaje-wrap {
    width:92%;
}

.montaje-black {
    width:23%;

    margin: 0;
}

#black1 {
    width:100%;
    height: 100%
}

#black2 {
    width:100%;
    height: 100%
}

#black3 {
    width:100%;
    height: 100%
}

#black4 {
    width:100%;
    height: 100%
}






.sidebar {
    width: 94%;
    float: left;
    margin-bottom: 5%;

}

.sidebar img {
     width: 40%;
     height: auto;
     margin: 2% 0 2% 20%;  
 }

.sidebar p {
    float: left;
    text-align: left;
} 

.sidebar ul li  {
    width: 60%;
    height: 50%;

}


.sidebar div {
    margin: 10% 0 0 0;

}

}




@media only screen and (min-width: 480px) and (max-width: 650px) {

.body {
    width: 90%;
    font-size: 95%;
}

.topheader {
    height: 30%;
}

.mainheader img{
    width: 8%
}


.mainheader nav {
    height: 250px;
}

.mainheader nav ul {
    padding-left: 0;
}

.mainheader nav ul li {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.mainheader nav ul a:link, .mainheader nav a:visited{
    padding: 10px 25px;
    height: 20px;
    display: block;
}



.content {
    width: 92%;
    float: left;
    margin-top: 2%;

}

.content h1 {
    font-size: 1.3em;

}

.content h2 {
    font-size: 1.1em;

}

.content img {
    width:90%;
}

.content p {
    font-size:16px;
}

.content div img {
    width: 90%;
}

#montaje-wrap {
    width:92%;
}

.montaje-black {
    width:23%;

    margin: 0;
}

.thumb-content p {
    font-size:9px;
}

#black1 {
    width:100%;
    height: 100%
}

#black2 {
    width:100%;
    height: 100%
}

#black3 {
    width:100%;
    height: 100%
}

#black4 {
    width:100%;
    height: 100%
}






.sidebar {
    width: 94%;
    float: left;
    margin-bottom: 5%;

}

.sidebar img {
     width: 40%;
     height: auto;
     margin: 2% 0 2% 20%;  
 }

.sidebar p {
    float: left;
    text-align: left;
} 

.sidebar ul li  {
    width: 60%;
    height: 50%;

}


.sidebar div {
    margin: 10% 0 0 0;

}




}

@media only screen and (min-width: 200px) and (max-width: 480px) {

.body {
    width: 90%;
    font-size: 95%;
}

.topheader {
    height: 30%;
}

.mainheader img{
    width: 8%
}


.mainheader nav {
    height: 250px;
}

.mainheader nav ul {
    padding-left: 0;
}

.mainheader nav ul li {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.mainheader nav ul a:link, .mainheader nav a:visited{
    padding: 10px 25px;
    height: 20px;
    display: block;
}



.content {
    width: 92%;
    float: left;
    margin-top: 2%;

}

.content h1 {
    font-size: 1.1em;

}

.content h2 {
    font-size: .9em;

}

.content img {
    width:90%;
}

.content div img {
    width: 90%;
}

.content p {
    font-size:15px;
}

#montaje-wrap {
    width:92%;
}


.montaje-black {
    width:20%;

    margin: 0;
}

.thumb-content p {
    font-size:9px;
}

#black1 {
    width:100%;
    height: 100%
}

#black2 {
    width:100%;
    height: 100%
}

#black3 {
    width:100%;
    height: 100%
}

#black4 {
    width:100%;
    height: 100%
}






.sidebar {
    width: 94%;
    float: left;
    margin-bottom: 5%;

}

.sidebar img {
     width: 40%;
     height: auto;
     margin: 2% 0 2% 20%;  
 }

.sidebar p {
    float: left;
    text-align: left;
} 

.sidebar ul li  {
    width: 60%;
    height: 50%;

}


.sidebar div {
    margin: 10% 0 0 0;

}

}


/* ScrollBar  */

::-webkit-scrollbar {
    width: 12px;
}
     
::-webkit-scrollbar-track {
    -webkit-box-shadow: #000000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #000000;
}
     
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EB8A1D;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #EB8A1D;
}

/* Final ScrollBar */