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

body {

margin-top: 190px;

}



.main {
background: #EBEBEB;
	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;
    margin-top: 15px;

	}

	.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: 250px;
	position: relative;
	border-radius: 5px;
	margin: auto;
	border: 1px solid #666;

	-webkit-animation: primeraAnimacion 20s linear 4s infinite ;
	animation: primeraAnimacion 20s linear 4s infinite ;
	
}
@-webkit-keyframes primeraAnimacion{
	0%{background-image: url('../img/clientes/cliente1.png'); }
	15%{background-image: url('../img/clientes/cliente2.png'); }
	25%{background-image: url('../img/clientes/cliente3.png'); }
	35%{background-image: url('../img/clientes/cliente4.png'); }
  45%{background-image: url('../img/clientes/cliente5.png'); }
  65%{background-image: url('../img/clientes/cliente6.png'); }
  75%{background-image: url('../img/clientes/cliente7.png'); }
  100%{background-image: url('../img/clientes/cliente8.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 2.0em;

  font-size:13px;

  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;


	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;
  


}





.redondeado {

border-radius: 45% / 20%; /* Borde redondeado */

box-shadow: 0px 0px 15px #000; /* Sombra */



-moz-transition: all 1s;

-webkit-transition: all 1s;

-o-transition: all 1s;

border: 1px solid #000000;

-moz-border-radius: 7px;

-webkit-border-radius: 7px;

padding: 13px;

position: relative;

font-size: 11px;

text-align: left;

}

.redondeadoa:hover {

border-radius: 0; /* Con esto eliminamos el borde redondeado */

-moz-transition: all 1s;

-webkit-transition: all 1s;

-o-transition: all 1s;

cursor:pointer;

margin-right: 1px; border: 2px solid orange;

padding:0;

}



.tabla{



table-layout: fixed;

width: 540px;



}

.imagenB{

width: 150px;

box-shadow: 0px 0px 15px #000; /* Sombra */

border-radius: .5em;



}

.imagenB:hover{

margin-right: 1px; border: 3px solid orange;

-moz-transition: all 0.5s;

-webkit-transition: all 0.5s;

-o-transition: all 0.5s;

cursor:pointer;



-moz-border-radius: 7px;

-webkit-border-radius: 7px;

}



.imagenD{



display:block;margin:0 auto 0 auto;

margin-left: 1px;

padding:1em; 

border-radius: 0.5em;

-moz-border-radius: 2px;

-webkit-border-radius: 2px;

border-radius:0.5em;

}

.imagenD2:hover{

   border:  solid orange;

  -moz-border-radius: .5em;

  -webkit-border-radius: .5em;



}





.stexto{



position: absolute; 

color: white;

left: 16px;

 top: 100px;

opacity: 0.6;

font-size: 13px;

filter:alpha(opacity=40);

-moz-border-radius-bottomright: 10px;

-moz-border-radius-topright: 10px; 

background-color: black; 

}

.stexto2{
  color: white;
}


.anuncio{



  width: 100%;
  
  background: #f2f2f2;
  
  margin-top: 15px;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.55);
}


/*css de servicios*/

#contenedor_servi{
  width: 590px;
  height: 350px;
  margin: auto;
  margin-top: 25px;
  border-radius: 20px;
  
}


  #uno{

     width:95%;
     height: 180px;
    
     margin:10px auto;
     
    
    
  }

   #dos{

     width:71%;
     height: 180px;
     
     margin: auto;
     
    
  }

  
     


  #box1
  {
     width:160px;
     height: 140px;
     background: url(../img/servicios/phorizontal.png) no-repeat center;
     margin: 8px;
     float: left;
     display: block;
     cursor: pointer;
     border-radius: 10px;
     box-shadow: 0 5px 10px rgba(0,0,0,0.55);
     
  }

  #box1:hover
  {
      background: url(../img/servicios/phorizontal_hover.png) no-repeat center;
      box-shadow: 0 5px 10px rgba(0,0,0,0.66);
  }


#box11
  {
     width:200px;
     height: 200px;
     background: url(../img/servicios/arrendamientos.png) no-repeat center;
     margin: 8px;
     float: left;
     display: block;
     cursor: pointer;
     border-radius: 10px;
     box-shadow: 0 5px 10px rgba(0,0,0,0.55);
     
  }

 #box11:hover
  {
      
      box-shadow: 0 5px 10px rgba(1,223,1,0.66);
  }

#box12
  {
     width:200px;
     height: 200px;
     background: url(../img/servicios/compraventa.png) no-repeat center;
     margin: 8px;
     float: left;
     display: block;
     cursor: pointer;
     border-radius: 10px;
     box-shadow: 0 5px 10px rgba(0,0,0,0.55);
     
  }

 #box12:hover
  {
      
      box-shadow: 0 5px 10px rgba(0,128,255,0.66);
  }

#box13
  {
     width:160px;
     height: 140px;
     background: url(../img/servicios/civiles2.png) no-repeat center;
     margin: 8px;
     float: left;
     display: block;
     cursor: pointer;
     border-radius: 10px;
     box-shadow: 0 5px 10px rgba(0,0,0,0.55);
     
  }

 #box13:hover
  {
      background: url(../img/servicios/civiles_hover.png) no-repeat center;
      box-shadow: 0 5px 10px rgba(0,0,0,0.66);
  }

  #box14
  {
     width:160px;
     height: 140px;
     background: url(../img/servicios/asesoriaas.png) no-repeat center;
     margin: 8px;
     float: left;
     display: block;
     cursor: pointer;
     border-radius: 10px;
     box-shadow: 0 5px 10px rgba(0,0,0,0.55);
     
  }

 #box14:hover
  {
      background: url(../img/servicios/asesoriaas_hover.png) no-repeat center;
      box-shadow: 0 5px 10px rgba(0,0,0,0.66);
  }


/*fin css de servicios*/

.img-servicios{
  width:200px;
  float: left;
  padding: 10px;

}

.articulo2{
    background: #f2f2f2;
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px;

  }



  .carousel2-caption {
  position: absolute;
  right: 12%;
  bottom: 5px;
  left: 12%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.bg-deg{
  background: rgba(0,0,0,0.5);
  padding: 5px;
  width: 100%;
}

.alinear
{
float: left;
  position: relative;
  width: 250px;
  height: 250px;
 
}

.alinear2
{
  float: right;
  position: relative;
  width: 270px;
  height: 250px;
  
 
}


