@charset "utf-8";


body {
	margin:0 0 0 0;
	background-color:#ffffff;
	background: url('../imagenes/fondo.jpg') no-repeat center top; 
}

hr {
	display:block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

/* Tablet Layout: 100px to 500px.  */
@media only screen and (min-width: 100px) {
	.font1 {
		font-size:16px;
	}
	.font2 {
		font-size:25px;
	}
}

/* Desktop Layout: 550px to ... */
@media only screen and (min-width: 550px) {
	.font1 {
		font-size:22px;
	}
	.font2 {
		font-size:40px;
	}
}