/*ajustes accesibilidad*/
@import url('http://fonts.googleapis.com/css?family=Roboto:400,500,700');

*{margin: 0;padding: 0;list-style: none;text-decoration: none;border: none;outline: none;}

body{font-family:'Roboto', sans-serif;font-weight:400;width:80%;margin:0 auto;padding:1% 2%;}

h1{font-size:2rem;color:#236892;padding: 1rem 0;font-weight:700;}
h2{font-size:1.8rem;color:#236892;padding: 1rem 0;font-weight:700;}
strong{font-weight:700;}

main ul{margin:.5rem 0;}

a{color:black;}
a:focus {outline: 0.2rem solid #236892;}

caption {text-align:left;margin-bottom:.5rem;color:#236892;font-size:1.4rem;padding:.8rem 0;font-weight:500;}
th{text-align:left;}
table{border:.1rem solid #000;border-collapse:collapse;}
table thead tr th{border:.05rem solid #000;background-color:#72b8e2;padding:.2rem;font-weight:500;}
table tbody tr td{border:.05rem solid #000;padding:.2rem;}
table tbody tr:nth-child(2n+1){background-color:#d5d5d5;}
table tfoot tr th{padding:.5rem;font-weight:500;}

@media (max-width:850px){
	body{width:100%;}
}