header {
	background: white;
	color:white;
	position: fixed;
	top: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	z-index: 99;
}

body {

margin-top: 190px;

}

hr {border: 3px solid #666; border-radius: 300px/10px; height: 0px; text-align: center;}

.main {
	background: #f2f2f2;
	margin-top: 15px;
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.55);

}
.color1{
	background: #34495e;
	color:#fff;

}

aside{
	
	color: #fff;
	padding: 10px;

}


	
	footer{

color:white;
text-align: center;
position: relative;
font-size:0.85em;
bottom: 0;
padding:0.75em 0;
margin: auto;
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 45%, #000000 54%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(45%,#2c2c2c), color-stop(54%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 45%,#000000 54%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 45%,#000000 54%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 45%,#000000 54%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 45%,#000000 54%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}

}

.parrafo1{

	text-align: justify;
	

}

#foto{

	width: 30%;
	height: 30%;
	float: left;
	padding: 10px;
	border-radius: 25px;
	}

	#formjuridica{

		background: #B45F04;
		padding: 10px;
		border-radius: 5px;
	}

	.articulo{
		background: #f2f2f2;
		border-radius: 5px;

	}

	.recuadro{


	background: #f2f2f2;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.55);

	}

	.sociales{

		
		float: right;
		margin-top: -35px;
	}

 #montage-wrap{ width: 600px; height: 200px;}
    .montage-block{ width: 180px; height: 180px; float: left; display: block; overflow: hidden; position: relative;
        margin: 0 4px 0 0; background: white; border: 1px solid #666;}

#block1{ width: 180px; height: 180px; position: absolute; display: block; background: url('../img/bloques/bloque1.png') no-repeat;

-webkit-transition: top .4s ease-in-out; }

#block2{ width: 180px; height: 180px; position: absolute; display: block; background: url('../img/bloques/bloque2.png') no-repeat;

-webkit-transition: top .4s ease-in-out; }

#block3{ width: 180px; height: 180px; position: absolute; display: block; background: url('../img/bloques/bloque3.png') no-repeat;

-webkit-transition: top .4s ease-in-out; }

#block4{ width: 180px; height: 180px; position: absolute; display: block; background: url('../img/bloques/bloque4.png') no-repeat;

-webkit-transition: top .4s ease-in-out; }

#block5{ width: 180px; height: 180px; position: absolute; display: block; background: url('../img/bloques/bloque5.png') no-repeat;

-webkit-transition: top .4s ease-in-out; }

  .montage-block:hover #block1{ top: -130px;}
  .montage-block:hover #block2{ top: -130px;}
   .montage-block:hover #block3{ top: -130px;}
   .montage-block:hover #block4{ top: -130px;}
   .montage-block:hover #block5{ top: -130px;}
  .thum_content { padding: 70px 15px  0 15px; color:#777; }
  .thum_content h1 { margin: 0 0 5px 0; color: #666; font-size: 16px;}


  #clientes{
	background-color: white;
	height: 160px;
	width: 220px;
	position: relative;
	border-radius: 5px;
	margin: auto;
	border: 1px solid #666;

	-webkit-animation: primeraAnimacion 10s linear 2s infinite ;
	animation: primeraAnimacion 10s linear 2s infinite ;
	
}
@-webkit-keyframes primeraAnimacion{
	0%{background-image: url('../img/clientes/cliente1.png'); }
	25%%{background-image: url('../img/clientes/cliente2.png'); }
	50%%{background-image: url('../img/clientes/cliente3.png'); }
	100%%{background-image: url('../img/clientes/cliente4.png'); }

}



.formulario1 {
  color: white;
  background-color: #292f33;
  border-color: #bce8f1;
}
  .alertform {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}





div.portafolio{

  margin: 2em 0;



}

div.portafolio article{

  display:  inline;

  padding: 1em;

}



#tabs{

  overflow: hidden;

  width: 100%;

  margin: 0;

  padding: 0;

  list-style: none;

}



#tabs li{

  float: left;

  margin: 0 .5em 0 0;

}



#tabs a{

  position: relative;

  background: #ddd;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));

  background-image: -webkit-linear-gradient(top, #fff, #ddd);

  background-image: -moz-linear-gradient(top, #fff, #ddd);

  background-image: -ms-linear-gradient(top, #fff, #ddd);

  background-image: -o-linear-gradient(top, #fff, #ddd);

  background-image: linear-gradient(to bottom, #fff, #ddd);  

  padding: .5em 2em;

  font-size: 9px;

  float: left;

  text-decoration: none;

  color: #444;

  text-shadow: 0 1px 0 rgba(255,255,255,.8);

  -webkit-border-radius: 5px 0 0 0;

  -moz-border-radius: 5px 0 0 0;

  border-radius: 5px 0 0 0;

  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);

  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);

  box-shadow: 0 2px 2px rgba(0,0,0,.4);

}



#tabs a:hover,

#tabs a:hover::after,

#tabs a:focus,

#tabs a:focus::after{

 background: #fff;

}



#tabs a:focus{

  outline: 0;

}



#tabs a::after{

content:'';

  position:absolute;

  z-index: 1;

  top: 0;

  right: -.5em;  

  bottom: 0;

  width: 1em;

  background: #ddd;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));

  background-image: -webkit-linear-gradient(top, #fff, #ddd);

  background-image: -moz-linear-gradient(top, #fff, #ddd);

  background-image: -ms-linear-gradient(top, #fff, #ddd);

  background-image: -o-linear-gradient(top, #fff, #ddd);

  background-image: linear-gradient(to bottom, #fff, #ddd);  

  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);

  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);

  box-shadow: 2px 2px 2px rgba(0,0,0,.4);

  -webkit-transform: skew(10deg);

  -moz-transform: skew(10deg);

  -ms-transform: skew(10deg);

  -o-transform: skew(10deg);

  transform: skew(10deg);

  -webkit-border-radius: 0 5px 0 0;

  -moz-border-radius: 0 5px 0 0;

  border-radius: 0 5px 0 0;   

}



#tabs #current a,

#tabs #current a::after{

  background: #fff;

  z-index: 3;

}



#content

{

    background: transparent;

    padding: 1em;

	position: relative;

	z-index: 2;	

    -moz-border-radius: 0 5px 5px 5px;

    -webkit-border-radius: 0 5px 5px 5px;

    border-radius: 0 5px 5px 5px;

    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);

    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);

    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);

}

.cuadro{
  background-color: #151515;
  color: white;
  border: 1px solid black;
  width: 523px;
  box-shadow: 5px 0 0 5px;
  padding: 15px;
  border-radius: 0px 10px 0 10px;

}

.cuadromapa{
   width: 523px;
height:  262px;
  border: 1px solid black;
  
  margin: auto;
 
  
}

i.fa-check {

float: right;
font-size: 16px;
  


}


