@charset "utf-8";
/* CSS Document */
body {
	background-color: #A9E5FF;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
#cabecera {
	margin:auto;
	width: 600px;
	height: 105px;

	}
#impresora{
	float: left;
	height: 75px;
	width: 100px;
	margin-top: 15px;
	margin-left: 15px;
}
#publi1{
	height: 60px;
	width: 468px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#publi2{
	height: 15px;
	width: 468px;
	float: right;
}
#imagen{
	margin: auto;
	height: auto;
	width: auto;
}
#estadisticas{
	height: 60px;
	width: 468px;
	margin: auto;
}

