
#cabecera {
    width:100%;
    height:300px;
    background-color:  rgb(15, 84, 84);
}
#cuerpo {
    width:100%;
    max-width:850px;
    height:1000px;
    background-color: rgb(18, 106, 106);
    margin-left:auto;
    margin-right:auto;
}
#pie {
    width:100%;
    height:300px;
    background-color: rgb(15, 84, 84);
}
#concabecera {
    width:850px;
    height:300px;
    background-color: rgb(5, 94, 94);
    margin-left:auto;
    margin-right:auto;
}
#conpie {
    width:850px;
    height:300px;
    background-color: rgb(5, 94, 94);
    margin-left:auto;
    margin-right:auto;
}
#cajalogo{
    float:left;
    border-radius:90px;
    margin-left:15px;
    margin-top:25px;
    background-color: rgb(3, 93, 3);
    width:150px;
    height:150px;
    background-image:url(logo.jpeg);
    background-size:cover;
}
#cajatitulo{
    display: flex;
    justify-content: center; 
    align-items: center;   
    border-radius: 50px;
    margin: 20px auto;
    background-color: rgb(6, 79, 79);
    width: 500px;
    height: 100px;
    font-size: 100%;
}   
#titulo{
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
}
#cajasubtitulo{
    float:left;
    border-radius: 200px;
    margin-left:15px;
    margin-top:15px;
    background-color: rgb(6, 79, 79);
    width:650px;
    height:100px;
}
#cajaencuerpo1{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height:250px;
    text-align:center;
}
#rellenoencaja1{
   text-align: center;
   font-size:17px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajaencuerpo2{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height: 250px;
    background-image:url(chicapacitor.jpeg);
}
#cajaencuerpo3{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height:250px;
    text-align:center;
}
#rellenoencaja3{
   text-align: center;
   font-size:16px;
   text-align:justify;
   margin-left:9px;
   margin-right:9px;
}
#cajaencuerpo4{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height:250px;
    text-align:center;
    font-size:15px;
}
#rellenoencaja4{
   font-size:15px;
   text-align:justify;
   margin-right:10px;
   margin-bottom:10px;
}
#cajaencuerpo5{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height: 250px;
    text-align: center;
}
#rellenoencaja5{
   font-size:15px;
   text-align:justify;
   margin-left:10px;
   margin-right:5px;
   margin-bottom:10px;
}
#cajaencuerpo6{
    float:left;
    border-radius:45px;
    margin-right:15px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    height:250px;
    width:250px;
    text-align:center;
}
#rellenoencaja6{
   font-size:15px;
   text-align:justify;
   margin-right:5px;
   margin-bottom:10px;
}
#cajaencuerpo7{
    float:left;
    margin-right:15px;
    margin-left:15px;
    margin-top:65px;
    background-color:rgb(6, 79, 79);
    width:810px;
    height:300px;
}
#video{
    width: 810px;
    height: 300px;
}
#video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
#cajaenpie1{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color: rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenoencajapie1{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajaenpie2{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color:rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenoencajapie{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}

/* Css de Segunda Pagina*/


#cajaenlogo{
    float:left;
    border-radius:90px;
    margin-left:15px;
    margin-top:25px;
    background-color: rgb(3, 93, 3);
    width:150px;
    height:150px;
    border:rgb(40, 88, 51);
    background-image:url(logo.jpeg);
    background-size:cover;
}
#cajaentitulo{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:500px;
    height:100px;
    font-size:100%;
    text-align: start;
}   
#titulo2{
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
}
#cajaensubtitulo{
    float:left;
    border-radius: 200px;
    margin-left:15px;
    margin-top:15px;
    background-color: rgb(6, 79, 79);
    width:650px;
    height:100px;
}
#subtitulo2{
    font-size:25px;
    margin-top: 35px;
    margin-right:30px;
    margin-left:50px;
    text-decoration:underline;
}
#cajacuerpo1{
    float:left;
    border-radius:50px;
    margin-left:25px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:200px;
    height:200px;
    background-image:url(electrodomesticos.jpeg);
}
#cajacuerpo2{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:20px;
    margin-right:25px;
    background-color: rgb(6, 79, 79);
    width:560px;
    height: 200px;
    text-align:center;
    font-size:15px;
}
#rellenocajacuerpo2{
   font-size:18px;
   text-align:justify;
   margin-right:10px;
   margin-bottom:10px;
}
#cajacuerpo3{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:25px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:560px;
    height:200px;
    text-align:center;
    font-size:15px;
}
#rellenocajacuerpo3{
   font-size:18px;
   text-align:justify;
   margin-right:10px;
   margin-bottom:10px;
}
#cajacuerpo4{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:200px;
    height:200px;
    background-image:url(Capacitorplastico.jpeg);
}
#cajacuerpo5{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:20px;
    background-color :rgb(6, 79, 79);
    width:380px;
    height: 200px;
    text-align:center;
}
#rellenoencaja5{
   font-size:17px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajacuerpo6{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:30px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:380px;
    height:200px;
    text-align:center;
}
#rellenoencaja6{
   font-size:17px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajacuerpo7{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:30px;
    margin-top:25px;
    margin-bottom:25px ;
    background-color: rgb(6, 79, 79);
    width:790px;
    height:280px;
}
#video{
    width: 810px;
    height: 300px;
}
#video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
#cajapie1{
    float:left;         
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color: rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenocajapie1{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajapie2{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color: rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenocajapie2{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}

body {
  font-family: Calibri, sans-serif;
  background-color: #f0f0f0;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.formato_lista_h{
margin:0;
padding:0;
list-style-type: none;
display:flex;
}
.formato_lista_h li{
display:inline;
}
.formato_lista_h li a {
display: inline-block;
width:250px;
height:70px;
margin-left:40px;
margin-right:15px;
margin-top:15px;
background-color: rgb(5, 61, 61);
margin-bottom:5px;
color: rgb(151, 168, 168);
text-decoration: none;
text-align: center;
line-height: 50px;
font-weight: bold;
border-radius:90px;
}
/*Adaptación para tablet*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  #cabecera {
    height: calc(0.75 * 120px);
  }

  #cuerpo {
    width: calc(0.75 * 850px);
    height: calc(0.75 * 1000px);
  }

  #pie {
    height: calc(0.75 * 300px);
  }

  #concabecera {
    width: calc(0.75 * 850px);
    height: calc(0.75 * 300px);
  }

  #conpie {
    width: calc(0.75 * 850px);
    height: calc(0.75 * 300px);
  }

  #cajalogo {
    border-radius: calc(0.75 * 90px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 25px);
    width: calc(0.75 * 150px);
    height: calc(0.75 * 150px);
  }

  #cajatitulo {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 500px);
    height: calc(0.75 * 100px);
  }

  #titulo {
    font-size: calc(0.75 * 35px);
    margin-top: calc(0.75 * 10px);
  }

  #cajasubtitulo {
    border-radius: calc(0.75 * 200px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 15px);
    width: calc(0.75 * 650px);
    height: calc(0.75 * 100px);
  }

  #cajaencuerpo1 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 40px);
    width: calc(0.75 * 250px);
    height: calc(0.75 * 250px);
  }

  #rellenoencaja1 {
    font-size: calc(0.75 * 17px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  #cajaencuerpo2 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 40px);
    width: calc(0.75 * 250px);
    height: calc(0.75 * 250px);
  }

  #cajaencuerpo3 {
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 40px);
    width: calc(0.75 * 250px);
    height: calc(0.75 * 250px);
  }

  #rellenoencaja3 {
    font-size: calc(0.75 * 16px);
    margin-left: calc(0.75 * 9px);
    margin-right: calc(0.75 * 9px);
  }

  #cajaencuerpo4 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 40px);
    width: calc(0.75 * 250px);
    height: calc(0.75 * 250px);
    font-size: calc(0.75 * 15px);
  }

  #rellenoencaja4 {
    font-size: calc(0.75 * 15px);
    margin-right: calc(0.75 * 10px);
    margin-bottom: calc(0.75 * 10px);
  }

  #cajaencuerpo5 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 40px);
    width: calc(0.75 * 250px);
    height: calc(0.75 * 250px);
  }

  #rellenoencaja5 {
    font-size: calc(0.75 * 15px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 5px);
    margin-bottom: calc(0.75 * 10px);
  }

  #cajaencuerpo6 {
    border-radius: calc(0.75 * 45px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 40px);
    height: calc(0.75 * 250px);
    width: calc(0.75 * 250px);
  }

  #rellenoencaja6 {
    font-size: calc(0.75 * 15px);
    margin-right: calc(0.75 * 5px);
    margin-bottom: calc(0.75 * 10px);
  }

  #cajaencuerpo7 {
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 65px);
    width: calc(0.75 * 810px);
    height: calc(0.75 * 300px);
  }

  #video {
    width: calc(0.75 * 810px);
    height: calc(0.75 * 300px);
  }

  #cajaenpie1 {
    float: left;
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 30px);
    width: calc(0.75 * 390px);
    height: calc(0.75 * 250px);
  }

  #rellenoencajapie1 {
    font-size: calc(0.75 * 23px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  #cajaenpie2 {
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 30px);
    width: calc(0.75 * 390px);
    height: calc(0.75 * 250px);
  }

  #rellenoencajapie1 {
    font-size: calc(0.75 * 23px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  /* Css de Segunda Pagina */

  #cajaenlogo {
    border-radius: calc(0.75 * 90px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 25px);
    width: calc(0.75 * 150px);
    height: calc(0.75 * 150px);
  }

  #cajaentitulo {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 500px);
    height: calc(0.75 * 100px);
  }

  #titulo2 {
    margin-top: calc(0.75 * 10px);
  }

  #cajaensubtitulo {
    border-radius: calc(0.75 * 200px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 15px);
    width: calc(0.75 * 650px);
    height: calc(0.75 * 100px);
  }

  #subtitulo2 {
    font-size: calc(0.75 * 25px);
    margin-top: calc(0.75 * 35px);
    margin-right: calc(0.75 * 30px);
    margin-left: calc(0.75 * 50px);
  }

  #cajacuerpo1 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 25px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 200px);
    height: calc(0.75 * 200px);
  }

  #cajacuerpo2 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 20px);
    margin-right: calc(0.75 * 25px);
    width: calc(0.75 * 560px);
    height: calc(0.75 * 200px);
    font-size: calc(0.75 * 15px);
  }

  #rellenocajacuerpo2 {
    font-size: calc(0.75 * 18px);
    margin-right: calc(0.75 * 10px);
    margin-bottom: calc(0.75 * 10px);
  }

  #cajacuerpo3 {
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 25px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 560px);
    height: calc(0.75 * 200px);
    font-size: calc(0.75 * 15px);
  }

  #rellenocajacuerpo3 {
    font-size: calc(0.75 * 18px);
    margin-right: calc(0.75 * 10px);
    margin-bottom: calc(0.75 * 10px);
  }

  #cajacuerpo4 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 200px);
    height: calc(0.75 * 200px);
  }

  #cajacuerpo5 {
    border-radius: calc(0.75 * 50px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 380px);
    height: calc(0.75 * 200px);
  }

  #rellenoencaja5 {
    font-size: calc(0.75 * 17px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  #cajacuerpo6 {
    float: left;
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 20px);
    width: calc(0.75 * 380px);
    height: calc(0.75 * 200px);
  }

  #rellenoencaja6 {
    font-size: calc(0.75 * 17px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  #cajacuerpo7 {
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 30px);
    margin-top: calc(0.75 * 25px);
    margin-bottom: calc(0.75 * 25px);
    width: calc(0.75 * 790px);
    height: calc(0.75 * 280px);
  }

  #video {
    width: calc(0.75 * 810px);
    height: calc(0.75 * 300px);
  }

  #cajapie1 {
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 30px);
    width: calc(0.75 * 390px);
    height: calc(0.75 * 250px);
  }

  #rellenocajapie1 {
    font-size: calc(0.75 * 23px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  #cajapie2 {
    border-radius: calc(0.75 * 50px);
    margin-right: calc(0.75 * 15px);
    margin-left: calc(0.75 * 15px);
    margin-top: calc(0.75 * 30px);
    width: calc(0.75 * 390px);
    height: calc(0.75 * 250px);
  }

  #rellenocajapie2 {
    font-size: calc(0.75 * 23px);
    margin-left: calc(0.75 * 10px);
    margin-right: calc(0.75 * 10px);
  }

  body {
    padding: calc(0.75 * 50px);
  }

  .formato_lista_h li a {
    width: calc(0.75 * 250px);
    height: calc(0.75 * 70px);
    margin-left: calc(0.75 * 40px);
    margin-right: calc(0.75 * 15px);
    margin-top: calc(0.75 * 15px);
    margin-bottom: calc(0.75 * 5px);
    line-height: calc(0.75 * 50px);
    border-radius: calc(0.75 * 90px);
  }
}

/*adaptación para celular*/
@media (max-width: 600px) {

  html, body { margin: 0; padding: 0; }
  * { box-sizing: border-box; }

  #cabecera { width:100%; height:auto; }
  #concabecera {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    overflow:hidden;
  }

  #cajalogo {
    width:120px; height:120px;
    margin:10px auto;
    float:none;
    border-radius:60px;
    background-size:cover;
    background-position:center;
  }
  #cajatitulo {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:10px;
    border-radius:25px;
    text-align:center;
  }
  #titulo { font-size:22px; margin-top:6px; }
  #cajasubtitulo {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:6px 0;
    border-radius:25px;
  }

  .formato_lista_h { display:block; margin:0; padding:0; list-style:none; }
  .formato_lista_h li { display:block; margin:6px 0; }
  .formato_lista_h li a {
    display:block;
    width:100%;
    height:48px;
    line-height:48px;
    margin:0;
    border-radius:18px;
    text-align:center;
    text-decoration:none;
  }

  #cuerpo {
    width:95%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:12px;
  }

  #cajaencuerpo1, #cajaencuerpo3, #cajaencuerpo4,
  #cajaencuerpo5, #cajaencuerpo6 {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:10px;
    border-radius:25px;
    text-align:left;
  }
  #rellenoencaja1, #rellenoencaja3, #rellenoencaja4,
  #rellenoencaja5, #rellenoencaja6 {
    font-size:16px;
    margin:6px 8px;
    text-align:justify;
  }

  #cajaencuerpo2 {
    width:95%;
    height:200px; 
    margin:10px auto;
    float:none;
    border-radius:25px;
    background-size:cover;
    background-position:center;
  }

  #cajaencuerpo7 {
    width:95%;
    height:220px;
    margin:10px auto 16px;
    float:none;
    border-radius:25px;
    padding:0;
  }
  #cajaencuerpo7 #video { width:100%; height:100%; }
  #cajaencuerpo7 #video iframe { width:100%; height:100%; border:none; }

  #pie { width:100%; height:auto; }
  #conpie {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    overflow:hidden;
  }
  #cajaenpie1, #cajaenpie2 {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:10px;
    border-radius:25px;
    text-align:left;
  }
  #rellenoencajapie1 {
    font-size:18px;
    margin:6px 8px;
    text-align:justify;
  }


  /* Segundo Css */
  #cajaenlogo {
    width:120px; height:120px;
    margin:10px auto;
    float:none;
    border-radius:60px;
    background-size:cover;
    background-position:center;
  }
  #cajaentitulo {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:10px;
    border-radius:25px;
    text-align:center;
  }
  #titulo2 { font-size:22px; margin-top:6px; }
  #cajaensubtitulo {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:6px 0;
    border-radius:25px;
  }


  #cajacuerpo2, #cajacuerpo3, #cajacuerpo5, #cajacuerpo6 {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:10px;
    border-radius:25px;
    text-align:left;
  }
  #rellenocajacuerpo2, #rellenocajacuerpo3,
  #rellenoencaja5, #rellenoencaja6 {
    font-size:16px;
    margin:6px 8px;
    text-align:justify;
  }

  #cajacuerpo1, #cajacuerpo4 {
    width:95%;
    height:200px;
    margin:10px auto;
    float:none;
    border-radius:25px;
    background-size:cover;
    background-position:center;
  }

  #cajacuerpo7 {
    width:95%;
    height:220px;
    margin:10px auto 16px;
    float:none;
    border-radius:25px;
    padding:0;
  }
  #cajacuerpo7 #video { width:100%; height:100%; }
  #cajacuerpo7 #video iframe { width:100%; height:100%; border:none; }

  #cajapie1, #cajapie2 {
    width:95%;
    height:auto;
    margin:10px auto;
    float:none;
    padding:10px;
    border-radius:25px;
    text-align:left;
  }
  #rellenocajapie2 {
    font-size:18px;
    margin:6px 8px;
    text-align:justify;
  }

  h1 { font-size:22px; margin:8px 0; }
  h2 { font-size:18px; margin:8px 0; }
  p, li { font-size:16px; }

}

