
@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; } 


body{
	font-family: 'Shadows Into Light', cursive;
    font-size: 1em;

}
a{
	color: black;
	text-decoration: none;
}
a a:link a:visited{
	color: black;
}
a:hover{
	color: gray;
}
html{
	background-image:url(../images/fondo.jpg);
	/*background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-bacground-size:cover;*/
	width:100wv;
	height:100vh;
	}	

h1 {
  font-family: 'Walter Turncoat', cursive;
  text-align: center;
  margin: 0;
  color: #000;
	font-size: 1.2em;
}
p{
	text-align: center;
	font-size: 1.8em;
}
.contenedor{
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: -moz-flex;
	flex-direction: column;
	-webkit-flex-direction: column; 
	align-content: center;
	align-items: center;
	width: 100%;
}

.cosas{
	max-width: 40%;
	width: 40%;
}
.logo{
	max-width: 15%;
	width: 15%;
}

.correos{
	 display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: -moz-flex;
	flex-direction: row;
	-webkit-flex-direction: row; 
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	
}

@media  screen and (max-width: 600px) {
	
p{
	font-size: 1.4em;
}
h1 {
 font-size: 1.1em;
}
	
.cosas{
	max-width: 100%;
	width: 100%;
}
.logo{
	max-width: 40%;
	width: 40%;
}
.correos{
	 display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: -moz-flex;
	flex-direction: row;
	-webkit-flex-direction: row; 
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 4%;
	
}	
}	


@media  screen and (max-width: 424px) {
	
p{
	font-size: 1.4em;
}
h1 {
 font-size: 1.1em;
}
	
.cosas{
	max-width: 100%;
	width: 100%;
}
.logo{
	max-width: 40%;
	width: 40%;
}
.correos{
	 display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: -moz-flex;
	flex-direction: row;
	-webkit-flex-direction: row; 
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 4%;
	
}	
}	

@media  screen and (max-width: 320px) {
	
p{
	font-size: 1.1em;
}
h1 {
 font-size: 1.1em;
}
	
.cosas{
	max-width: 80%;
	width: 80%;
}
.logo{
	max-width: 30%;
	width: 30%;
}
.correos{
	 display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: -moz-flex;
	flex-direction: column;
	-webkit-flex-direction: column; 
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	
}	
}	
