.targetas{
	width: 23%;
	margin: 1%;
	background-color: rgb(10,93,102);
	float: left;
	box-shadow:inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(10,93,102.3);  border-radius: 15px;
}

.targetas img{
	width: 100%;
}

.datos{
	text-align: justify;
	box-shadow:inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(10,93,102.3);  border-radius: 15px;
}

#encabezados{
	width:100%;
background-color: rgb(10,93,102);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

.subencabezados{
	background-color: rgb(10,93,102);
    color: white;font-size: 30px;
    border-radius: 5px; 
    text-align: center;
    box-shadow:inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(10,93,102.3);  border-radius: 15px;
}

.datos #encabezados h1{
    color: white;
}

.formulario{
	margin-left: 450px;
}


@media (max-width: 700px){
   .targetas{
   	   width: 48%;
   }

   .tarjetasdcredito{
   	width:180px;
   }
   .formulario{
	margin-left: 15px;
   }
}