@charset "utf-8";
/* Autor: Percy Vilca */
header,nav,section,article,aside,figure,footer{
	display:block;
}
body{
	margin:0;
	background:#FFFFFF;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:6px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	margin:6px;
}
.center {
  display: block;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}
#_boton{
    padding: 30px;
}
.boton{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}
.boton:hover{
    color: #1883ba;
    background-color: #ffffff;
}
/*****************************************************************/
/*******************  Estilos para tabletas  ********************/
/*****************************************************************/
@media only screen and (max-width: 768px) {
.center {
  padding-top: 20px;
  width: 70%;
}
}
/*****************************************************************/
/*******************  Estilos para movil 480  ********************/
/*****************************************************************/
@media only screen and (max-width: 480px) {
.center {
  padding-top: 20px;
  width: 100%;
}
}
/*****************************************************************/
/*******************  Estilos para movil 320  ********************/
/*****************************************************************/
@media only screen and (max-width: 320px) {
}
