/*Background*/
.fondo-negro{
    background-color: #000000;
}
.fondo-rojo{
    background-color: red;
}
.fondo-verde{
    background-color: greenyellow
}

/*Sombra Header*/
.sh{
    -webkit-box-shadow: 4px 11px 38px -8px rgba(61,61,61,0.85);
    -moz-box-shadow: 4px 11px 38px -8px rgba(61,61,61,0.85);
    box-shadow: 4px 11px 38px -8px rgba(61,61,61,0.85);
}

/*Texto*/
/*Color*/
.tb{
    color: #fff;
}
.texto-amarillo{
    color: #efca34;
}
.size-10{
    font-size: 11px;
    font-family: helvetica,arial,sans-serif;
    padding-top: 3px;
}
/*Header*/
header{
    /*z-index: 25000*/
}
header #top-info{
    width: 100%;
    min-width: 200px;
    background-color: #000;
}


header #logo{
    width: 100%;
    min-width: 200px;
    background-color: #efca34;
}
/*Body*/
body{
    background: #f5f5f5;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

h1,h2,h3,h4{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

hr{
    background: #797979;
    height: 2.5px;
}

.separador{
    margin-top: 1.5%
}

/*#imagen{
    width: 100%;
    height: 100%;
    max-height: 520px;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("../img/camino-tz.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
}*/
/*#imagen{
    width: 100%;
    height: 100%;
    max-height: 520px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: url("../img/camino-tz.jpg") no-repeat
}*/



.clear{
    clear: both;
}
/*Menu ul*/
header #menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header #menu ul li {
    display: inline-block;
    padding: 5px;
    font-weight:bold;
}
header #menu ul li a{
    color:#000;
    text-decoration: none;
}
header #menu ul li a:hover{
    color: #4f4f4e;
}
/*header #menu ul li a.active{
    color: #efca34;
}*/
/*Slier*/
#slider{
    width: 100%;
    min-width: 200px;
    height:100%;
    max-height:500px;
}
/*Clientes*/
.cinta{
    width: 100%;
    min-width: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
    /*background: #cccccc;*/
}

/*Footer*/
footer{
    width:100%;
    min-width: 200px;
    height: auto;
    min-height:150px;
    background: #efca34;
}

footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li{
    display: block;
    padding: 5px;
    font-weight: bold;
}

footer ul li a{
    color:#000;
    text-decoration: none;
}
footer ul li a:hover{
    color:#4e4e4e;
    text-decoration: none;
}
footer #ult{
    background: #000;
    text-align: right;
    color: #efca34;
    font-weight: bold;
    margin-top: 30px;
    padding-right: 30px;
}
.cent {  
    width:100%;
    max-width: 190px;
    min-width: 180px;
    padding:0 10px; 
    margin-right: auto;
    margin-left: auto;
}
.der{
    width: 100%;
    max-width: 200px;
    min-width: 180px;
    padding:0 10px;
    position: relative;
    float: right
}
.clientes{
    width:100%;
    min-width:200px;
    background: #fff
}

/*
@media (min-width:320px) {  smartphones, portrait iPhone, portrait 480x320 phones (Android)  }
@media (min-width:480px) {  smartphones, Android phones, landscape iPhone  }
@media (min-width:600px) {  portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android)  }
@media (min-width:801px) {  tablet, landscape iPad, lo-res laptops ands desktops  }
@media (min-width:1025px) {  big landscape tablets, laptops, and desktops  }
@media (min-width:1281px) {  hi-res laptops and desktops  }
*/
/*@media (min-width:600px){ /*portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android)*/
    /*.cent{
        width: 100%;
        max-width: 200px;
        padding: 0;
        margin: 0;
    }
} *//*600px*/