@charset "utf-8";
/* CSS Document */

* {
				
				padding: 0px 1px 1px 0px;
			}
html{
	background:rgb(178, 200, 223); 
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #180c50;
	font-size: 20px;
}

article{
	padding: 0 20px 20px 20px;
	margin: 50px;
    
}
h2{
    color:#2099dd;
}

img {
	display: block;
	margin: auto;
	
}
h1{
	font-size:50px;
    color: #180c50;
	text-decoration-style:double;
	
	text-align: center;
}
li{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size:18px;
	
}

.contenedor{
	display: flex;
  flex-flow: row;
}
.columna{
	width:33%px;
  float:none;
	padding: 0 10px 10px 10px;
	border: 2px solid;
	margin: 5px;
}

footer{
	text-align:center;
}

@media (max-width:768px) {
    
    header{
        padding: 10px 10px 20px 20px;
    }
    h1{
	font-style: oblique;
        font-size:25px;
    color: #180c50;
        text-decoration: underline;
	text-decoration-style:double;
	
	text-align: center;
}
    h2{
    font-size:16px;
        
    color: #07144e;
        margin-left: 15px;
}
    
}