/*Página de estilos para el sitio roxanaortiz.webcindario.com */
*{
  font-family:arial;
}
.bodi{
  /*background: url("/imagen/fondovalores.jpg") no-repeat center fixed;
  background-size:cover;*/
  background:linear-gradient(gray 30%, white) fixed;
  font-size:16px;
  color:#444;
}
.bodils{
  font-size:16px;
  color:#444;
}
.btnazul{
  background-color:#20f;
  color:#fff;
  font-size:14px;
  text-decoration:none;
  padding:5px;
  border-radius:10px;
  width:200px;'
}
.btnchk{
  width:20px;
  height:20px;
}
.campotxc{
  font-size:16px;
  color:#555;
  width:70px;
}
.campotxm{
  font-size:16px;
  color:#555;
  width:150px;
}
.fsinop{
  font-size:14px;
  color:#444; 
  text-indent:10px;
  line-height:1.75em;
  letter-spacing:.1em;
  padding:4px;
}
.imgcab{
  width:250px;
  text-align:center;
  padding:0px;
  text-indent:0px;
}
.marcogd{
  background-color:#fff;
  border-radius: 10px;
  width:340px; 
  text-align:justify; 
  font-size:14px; 
  padding: 10px;
}
.marcomd{
  background-color:#fff;
  border-radius: 10px;
  width:220px; 
  text-align:justify; 
  font-size:14px; 
  padding: 10px;
}
.marcoch{
  background-color:#fff;
  border-radius: 10px;
  width:150px; 
  text-align:justify; 
  font-size:14px; 
  padding: 10px;
}
.orbitron{
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.parr{
  color:#444; 
  text-align:justify; 
  font-size:16px; 
  text-indent:10px;
  line-height:1.75em;
  letter-spacing:.2em;
  padding:4px;
}
.stittabla{
  font-size:18px;
  font-family:Helvetica;
  color:#fff; 
  text-align:center;
  font-weight:bold;
  background-color:#500;
} 
.tdia{
  font-size:20px;
  font-weight:bold;
  text-align:center;  
}
.tittabla{
  font-size:20px;
  font-family:Orbitron;
  color:#500; 
  text-align:center;
  font-weight:bold;
}
.titulos{
  letter-spacing:.3em;
  color:#500; 
  font-weight:bold;
}
.txarea{
  height:120px;
}
.txareag{
  background-color:#fff;
  border-radius: 10px;
  text-align:justify; 
  font-size:16px; 
  padding: 10px;
  width:100%;
  height:150px;
  color:#444;
}
.txareal{
  background-color:#fff;
  border-radius: 10px;
  text-align:justify; 
  font-size:16px; 
  padding: 10px;
  width:90%;
  height:100px;
}
.videol{
  width:320px;
  height:320px;
} 

@media (min-width:780px){
  .bodi{
    font-size:18px;
  }
  .bodils{
    font-size:18px;
  }
  .campotxc{
    font-size:18px;
    width:100px;
  }  
  .campotxm{
    font-size:18px;
    width:300px;
  }
  .imgcab{
    width:450px;
  } 
  .marcogd{
    width:1000px; 
    font-size:16px;
    padding: 20px;
  }
  .marcomd{
    width:600px; 
    font-size:16px;
    padding: 20px;
  }
  .marcoch{
    border-radius: 20px;
    width:350px; 
    font-size:16px;
    padding: 20px;
  }
  .parr{ 
    font-size:18px; 
    text-indent:20px;
    line-height:1.5m;
    letter-spacing:.1em;
  }
  .titulos{
    letter-spacing:.5em;
  }
  .videol{
    width:560px;
    height:450px;
  } 
}


--------------------
