*
{box-sizing: border-box;}

body{ padding: 0 50px;
	  background-color: #a7a7a7;
	  font-family: cursive;
	  text-align: justify;
     }

h1{	  margin: 0;
	  font-size: 4rem;
	  text-align: center;
	  color: #000000;}

h3{   margin: 0;
      font-size: 1rem;
      text-align: center;
      color: #000000; }

h2{	 text-align: center;
	  margin: 20px;
      color: #ffffff    ;
      font-size: 2.5rem; 
      text-shadow: 5px 3px black;
	}

    .ancla a{
        color: white;
        background-color: black;
    }

.texto-subrayado{
      color: rgb(0, 0, 0);
	  background-color: white;
    }

.texto, .texto2{    margin: 0;
      color: black; 
      font-size: 1rem;
      text-align:center;
    }


.caja1{
	display: flex;
	width: 100%;
  justify-content: center;
}

.caja2{
	display: flex;
	width: 100%;
	justify-content: center;
}

.caja3{
	display: flex;
	width: 100%;
	justify-content: center;
}

 .camiseta1{ background: #A26964;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #A55B54;
			margin: 20px;
			float: left;
			border-radius: 35px; }

.camiseta2{  background: #975FF0;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #6438AA;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.camiseta3{  background:#E5CC67;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #A69241;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.camiseta4{  background:#71E089;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #3E9852;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.pantalon1{  background: #A26964;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #A55B54;
			margin: 20px;
			float: left;
			border-radius: 35px; }

.pantalon2{  background: #975FF0;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #6438AA;
			margin: 20px;
		    float: left;
		    border-radius: 35px;  }

.pantalon3{  background:#E5CC67;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #A69241;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.pantalon4{ background:#71E089;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #3E9852;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.falda1{ background: #A26964;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #A55B54;
			margin: 20px;
			float: left;
			border-radius: 35px; }

.falda2{  background: #975FF0;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #6438AA;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.falda3{  background:#E5CC67;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #A69241;
			margin: 20px;
		    float: left;
		    border-radius: 35px; }

.falda4{  background:#71E089;
			width: 25%;
			padding: 10px;
			color: #000000;
			text-align: center;
			font-size: 14px;
			border: double 10px #3E9852;
			margin: 20px;
		    float: left;
		    border-radius: 35px;}

img{	border-radius: 35px;
		justify-content: center;
		max-width:100%;
}


@media screen and (max-width: 800px){
	.caja1{
		width: 100%;
		flex-wrap: wrap;

	}
	.camiseta1, .camiseta2, .camiseta3, .camiseta4{
		width: 38%;
	}

	.caja2{
		width: 100%;
		flex-wrap: wrap;
	}

	.pantalon1, .pantalon2, .pantalon3, .pantalon4{
		width: 38%;
	}

	.caja3{
		width: 100%;
		flex-wrap: wrap;
	}

	.falda1, .falda2, .falda3, .falda4{
		width: 38%;
	}
		
		
	
}