/*
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; 
}

.empresas{
	
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
	font-weight:200px;
	padding-left:125px;
	padding-right:125px;
	padding-top:35px;
	
}
.sin_margen{
    padding: 0px 0px 0px 0px;
   
}

.texto{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #767676;
	font-weight:200px;
	padding-left:125px;
	padding-right:125px;
	padding-top:35px;
}

.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 li{
   color: #fff;
   font-size: 30px;
   float: right;
   padding-right: 20px; 
       
}

.menu li:hover{
    color:red;
    cursor: pointer;
}

.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.telefono{
    color: #fff;
    font-size: 20px;
    padding-left: 40px;
}

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

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

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

.archivos_pdf{
    
}

.renglon_blog{
    padding-bottom: 25px;
}

.mobil{
    display: none;
}


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

.contenedor_logo_contacto{
   padding-left: 50px;
}
@media only screen and (max-width: 1000px) {
    .pc {
        display: none;
    }
    .mobil
    {
        display: block;
    }
    
    .telefono{
    color: #fff;
    font-size: 18px;
    margin-left: -20px;
    
    text-align: center;
}

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

.contenedor_logo_contacto logo_contacto{
    width: 90%;
}

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