﻿h1 {
	font-family: Century Gothic, Arial;
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	border-bottom: solid 2px #ff9c33;
}

h2 {
	font-family: Century Gothic, Arial;
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
}

span {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #ffffff;
}

.TextoNormal {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

.TextoMediano {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.TextoPeke {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.TextoPie {
	font-family: Century Gothic, Arial;
	font-size: 9px;
	color: #ffffff;
}

.PuntoBlanco li {
	display: block;
	padding-left: 10px;
	background-image: url(/Images/PuntoBlanco.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}

.TextoOK {
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 5px;
}

.TextoKO {
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #aa0000;
	border: solid 1px #aa0000;
	padding: 5px;
	background-color: #ffeeee;
	margin-bottom: 5px;
}