/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/03/2017, 10:00:32 AM
    Author     : Ricardo Cardenas Ruiz
*/

@font-face {

font-family: arkitech;

src: url(../fuentes/Arkitech_Light.otf) format('opentype');

}

body{
   //font-family: arkitech; 
   font-family: 'Raleway', sans-serif;
}
.sin_margen{
    padding: 0px 0px 0px 0px;
   
}

.logo{
    -webkit-box-shadow: -11px -1px 29px 5px rgba(0,0,0,0.75);
-moz-box-shadow: -11px -1px 29px 5px rgba(0,0,0,0.75);
box-shadow: -11px -1px 29px 5px rgba(0,0,0,0.75);
}

.foto{
    padding-top: 0px;
}

.texto{
    
    font-family: 'Raleway', sans-serif;
    color: #000;
	padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
	padding-top:25px;
}

.color1{
    background-color:#e9e9e9;
}

.color2{
    background-color:#f9f9f9;
}


.expositores{
    padding-bottom: 20px;
}

.descripcion_expositor{
    text-align: justify;
}



.titulo{
    text-transform: capitalize;
    font-size: 20px;
    padding-bottom: 5px;
    
}

.stand{
    text-transform: capitalize;
    font-size: 15px;
    padding-bottom: 5px;
    text-align: left;
}

.telefono{
   font-size: 15px;
    padding-bottom: 5px;
    text-align: left; 
}

.email{
   font-size: 15px;
    padding-bottom: 5px;
    text-align: left; 
}

.web{
   font-size: 15px;
    padding-bottom: 5px;
    text-align: left; 
}

.giros{
    padding-top: 10px;
   font-size: 10px;
    padding-bottom: 5px;
    text-align: left; 
    text-transform: uppercase;
}


.stand2{
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 5px;
    text-align: left;
}

.telefono2{
   font-size: 20px;
    padding-bottom: 5px;
    text-align: left; 
}

.email2{
   font-size: 16px;
    padding-bottom: 5px;
    text-align: left; 
}

.web2{
   font-size: 16px;
    padding-bottom: 5px;
    text-align: left; 
}

.giros2{
    padding-top: 14px;
   font-size: 9px;
    padding-bottom: 5px;
    text-align: left; 
     background-color: #5a6cda;
     color: #fff;
}

.barra_giros{
    padding: 5px;
    font-size: 10px;
}

.barra_giros .col-lg-1{
    background-color: #5a6cda;
    color: #fff;
    padding: 5px;
   
}



.top{
    background-image: url(../img/fondotop.jpg);
   background-repeat:  repeat-x;
}

.top img{
   
   
}

.top2{
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    height: 150px;
}

.campo_busqueda{
    margin-top: -80px;
}

.contacto{
    background-color: #10317f;
}


.barra{
    background-color: #b7b7bc;
    color: #fff;
    text-align: center;
	font-size:10px;
	padding-top:15px;
	padding-bottom:15px;
}

.posicionamiento{
    background-color: #b7b7bc;
    color: #fff;
    padding: 5px;
}
.menu{
    text-align: center;
    font-size: 14px;
    background-color: #7e7e7e;
    color: #fff;
}
.menu .boton{
   border-style: none none solid none;
    border-width: 1px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
}

.menu .boton a{
   color: #fff;
   text-decoration: none;
}

.renglon_expositor{
    background-color: #e9e9e9;
    margin: 10px;
    padding: 10px;
}

.expositor .texto{
    font-size: 12px;
}

.barra_boton_ex{
    background-color: #7e7e7e;
    color: #fff;
}


.barra_boton_ex a{
    
    color: #fff;
    font-weight: bold;
}

.boton_categoria{
    width: 80%;
    height: 40px;
    background-image: url(../img/fondo_boton.jpg);
    font-size: 20px;
}

.boton_productos{
    width: 80%;
    height: 40px;
    background-image: url(../img/fondo_boton.jpg);
    font-size: 18px;
}

.descripcion_producto{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.archivos_pdf{
    
}

.renglon_blog{
    padding-bottom: 25px;
}

.mobil{
    display: none;
}


.texto_blog{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.contenedor_logo_contacto{
   padding-left: 50px;
}

.menu{
    text-decoration: none;
}
.menuch{
        display:  none;
    }
@media only screen and (max-width: 1000px) {
    .pc {
        display: none;
    }
    .mobil
    {
        display: block;
    }
    .menug{
        display: none;
    }
    
    .menuch{
        display:  block;
        padding-top: 100px;
        background-color: transparent;
    }
    
  

.contenedor_logo_contacto{
   padding-left: 10px;
   text-align: center
}

.contenedor_logo_contacto logo_contacto{
    width: 90%;
}

.texto{
    background-color: #b7b7bc;
    font-family: 'Raleway', sans-serif;
    color: #fff;
	padding-left:5%;
	padding-right:5%;
	padding-top:35px;
        text-align: justify;
}
}