		body  {
			font-size: 16px;
			background: #A3E4D7;  
			font-family: 'Roboto', sans-serif;  
			width: 90%;
			margin: 0 auto;
			border-color: #6C3483;
			border-radius: 25px;
		}
		header h1{
      font-family: 'Sansita', cursive;
      text-align: center;
      border-style: solid;
      border-width: 2px 10px;
      border-radius: 15px;
      line-height: 150% ;
      background: linear-gradient(to right, #d2ff52 0%, #C0CA33 100%);
		}
		strong{
			color:#76448A ;
		}	
		.responsive-youtube iframe {
			border-radius: 10px;	
		}
    .imagen-jpg{
    	border-radius: 50px;
      border-style: solid;
      border-width: 2px;
      border-color: #6C3483;
      width: 100%
    }
		h2, h3{
			text-align: center;
		}
		ul{
			list-style-type: none;
			line-height: 150% ;
		}
  		nav ul li a {
			font-family: 'Sansita', cursive;
			color: #43A047;
		}
		.derechos-imagenes{
			margin-top: 10px;
			border-style: solid;
			border-width: 2px;
			border-radius: 5px 0px;
			float: left;
			padding-bottom: 2px;
			margin-bottom: 10px;
		}