@charset "utf-8";
/* CSS Document */

.Pequeña {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10px;
	font-weight: bolder;
}
.Encabezado {
	font-size: 18px;
	color: #F15922;
	font-weight: bold;
}
.Lista {
	font-size: 12px;
	color: #F15922;
	font-weight: bold;
}
.DibFondo {
	background-image: url(Imagenes/logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 100px;
	width: 100px;
	position: relative;
	right: 0px;
	bottom: 60px;
}
