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

#cabecera {
	margin:auto;
	width: 800px;
	height: 350px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	}
#impresora{
	float: left;
	height: 75px;
	width: 100px;
	margin-top: 15px;
	margin-left: 15px;
}
#publi1{
	height: 300px;
	width: 475px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#publi2{
	height: 15px;
	width: 475px;
	float: left;
}
#imagen{
	margin: auto;
	height: auto;
	width: auto;
}
