header {
	background: white;
	color:white;
	
	
	background-color: #fff;

}





.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{
	background: black;
	color: #fff;
}

.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);

	}

	.boton:hover{

		background-color: hsl(41, 85%, 35%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));
  background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
  background-image: -ms-linear-gradient(top, #efb73d, #a5750d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
  background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
  background-image: -o-linear-gradient(top, #efb73d, #a5750d);
  background-image: linear-gradient(#efb73d, #a5750d);
  border-color: #a5750d #a5750d hsl(41, 85%, 29%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;


  

	}

	.boton{

		 background-color: hsl(41, 64%, 26%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5c889", endColorstr="#6c5117");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e5c889), to(#6c5117));
  background-image: -moz-linear-gradient(top, #e5c889, #6c5117);
  background-image: -ms-linear-gradient(top, #e5c889, #6c5117);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5c889), color-stop(100%, #6c5117));
  background-image: -webkit-linear-gradient(top, #e5c889, #6c5117);
  background-image: -o-linear-gradient(top, #e5c889, #6c5117);
  background-image: linear-gradient(#e5c889, #6c5117);
  border-color: #6c5117 #6c5117 hsl(41, 64%, 14.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;

  color: #fff;
  text-align: center;
  text-decoration: none;

	}

a.nolinea   
{   
 text-decoration:none;   
}   