	*{
    box-sizing:border-box;
    margin:0;
    padding:5px;
	text-decoration: none;
    }
	p{
   	text-align: justify;
    }
    @media screen and (min-width:300px) and (max-width:800px) { /* hace compatible con movil */
    body{font-size:0.8em;}
    sidebar{display:none;}
    }
    .main {
	width:70%;
    }
	body,
	html {
	background: url(fondo3.jpg);   /* la imagen de fondo */
    background-repeat: no repeat;
    background-position: center top;
	background-size: cover;
	}            
    ul {
    background: #f0ffff;   /*  color de fondo   */        
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 15em;
    margin-right: 15em;
    padding: 10px 50px 10px;     /* margen izquierdo, superior, inferior y derecho */
    }
	h1 {
    font-style:normal;
    font-weight:bold;
    font-size:2em;           /* tamaño letra h1  */
    }