body{
    			
    font-size: 18px;
    background: url(../fondos/fondo.png);
    background-repeat: repeat;
		   background-size: 15%;
		   background-position: top;

}
.text-amarillo{
	/*color: #FBFB2F;*/
	color: #e8e47b;
}
.titulo{
	/*color: rgba(0,0,0,0.6);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);*/
    color: black;
    font-weight: bold;
	text-shadow: 2px 8px 6px #FBFB2F,
                 0px -5px 35px #FBFB2F;                 
}
.negritas{
	font-weight: bold;
}
.justificado{
    text-align: justify;
}
.img-servicios{
   	width: 100%;
  	height: 280px;
}
#menu{
   	font-size: 18px;
}
.fondo{
    background: url(../fondos/12.png);
	padding: 80px 0px 80px 0px;
	color: #fff;
	background-attachment: fixed;/* Es el que hace el efecto de la imagen*/
	-moz-background-size: cover;
	background-size: cover;
}

#Servicios{
   	
	padding: 80px 0px 80px 0px;
	color: #fff;
	background-attachment: fixed;/* Es el que hace el efecto de la imagen*/
	-moz-background-size: cover;
	background-size: cover;
}

#QuienesSomos{
    font-size: 20px;
     font-weight: bold;
}


#Contacto{
 	background: url(../fondos/llanta.jpg);
	padding: 80px 0px 80px 0px;
    color: #fff;
	background-attachment: fixed;/* Es el que hace el efecto de la imagen*/
	-moz-background-size: cover;
	background-size: cover;
}

.circulo-gde{
   	width:300px;
   	height:350px;
}

.circulo-ch{
   	width: 200px;
   	height: 250px;
}

.circulito{
    -moz-border-radius: 50px; /* Para firefox */
 	border-radius: 50px;
   	background: blue;
    width: 70px;
    height: 70px;
    vertical-align: center;
}

.efecto{		
	opacity: 0.8;
}
.efecto:hover{
	opacity: 1;
}

h1 {
	color:#F0FFF0;
	text-transform: uppercase;
}
.mapa{
	width: 100%;
}
.redSocial{
	width: 55px;
	height: 55px;
	border-radius: 60px;
}
.gmail{
	width: 58px;
	height: 60px; 
}