
body {
    background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;
    padding-bottom:0px;
    margin-bottom:0px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #34495e;
}

.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 300px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
		list-style: none;
	}

    .social ul li a {
        display: inline-block;
        /*color:#fff;*/
		/*background: #fff;*/
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 .social ul li a:hover {
		background: #fff; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}

#titulos{
color: #34495e;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ================;========================================================= */

#headerwrap {
	background-color:white;/*FONDO TPMEX #34495e */
	padding-top: 20px;
    padding-bottom: 60px;


}

#img{
    height: 128px;
    width: 128px;
    margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
 
#img:hover {
    height: 133px;
    width: 133px;
    margin-left: -50px;
}
#headerwrap h1 {
	/*margin-top: 10px;*/
	color: #34495e; /*COLOR white #103a71*/
	font-size: 70px;
    margin-top: 10px;
	
}
#nosotros h1 {
    /*margin-top: 10px;*/
    color: #34495e; /*COLOR white #103a71*/

    
}
#servicios h1 {
    /*margin-top: 10px;*/
    color: #34495e; /*COLOR white #103a71*/
  
    
}


#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 40px;
	border-top: #bdc3c7 solid 5px;
    
    background-color: #103A71;


}

#nosotros {
	padding-top: 50px;
	padding-bottom: 50px;
    background-color: #ffffff;
}
#servicios {

    background-color: #34495E;
}

#nosotros .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 10px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}
.box_serv{
    background-color:#F3F3F3;
}

.text_serv{
    height:100px;
}
.text-titulos{
    height:80px;
}
footer{
    background-color:#103A71 /*122900*/;
    height:30px;
}

.box-link{
    text-align:center;
    
}



/*computadoras de 1366px*766px*/
@media screen and (min-width: 100px) and (max-width: 1366px) { 

.cuerpo{
     margin-left:5px;
     margin-right:5px;
     height:500px;
   
 }


}
/*computadoras de 1920px*1080px*/
@media screen and (min-width: 1367px) and (max-width: 1920px) { 
    

    .cuerpo{
     margin-left:5px;
     margin-right:5px;
     height:838px;
    
 }
    
 }

