@charset "UTF-8";
.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
	line-height: normal;
	text-align: justify;
	list-style-position: outside;
	list-style-image: url(../imagen/bullet.png);
}
.Encabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
.PieDeFoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E30C7D;
	border-bottom-color: #E30C7D;
	margin-right: 30px;
	margin-left: 660px;
}
.PieDeFoto02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: italic;
	font-weight: normal;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E30C7D;
	border-bottom-color: #E30C7D;
	margin-right: 660px;
	margin-left: 30px;
	color: #666666;
	text-align: justify;
}
.TextoMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 10px;
}

