﻿p, td {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
h3, td.contentheading {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}


/* ###################### para el editor ###################### */
.titulo-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #00209F;
}
.titulo-naranja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF9F00;
}
.titulo-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #5F5F5F;
}
.TITULO_MAY-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #5F5F5F;
	text-transform: uppercase;
}

.subtitulo-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #00209F;
}
.subtitulo-naranja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF9F00;
}
.subtitulo-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #5F5F5F;
}
.subtituloN2-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #5F5F5F;
}
.destacado-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00209F;
}
.destacado-naranja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF9F00;
}
.destacado-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
}
.texto-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00209F;
}
.texto-naranja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF9F00;
}
.texto-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5F5F5F;
}
.textosmall-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 9px;
	font-weight: normal;
	color: #00209F;
}
.textosmall-naranja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FF9F00;
}
.textosmall-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 9px;
	font-weight: normal;
	color: #5F5F5F;
}
.caja-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00209F;
	padding: 2px;
	margin-bottom: 8px;
	width: 100%;
}
.caja-naranja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9F00;
	padding: 2px;
	margin-bottom: 8px;
	width: 100%;
}
.caja-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F5F5F;
	padding: 2px;
	margin-bottom: 8px;
	width: 100%;
}
.caja-azulclaro {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00209F;
	background-color: #E1EAFF;
	padding: 2px;
	margin-bottom: 8px;
	width: 100%;
}
.caja-naranjaclaro {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF9F00;
	background-color: #FFEFD5;
	padding: 2px;
	margin-bottom: 8px;
	width: 100%;
}
.caja-grisclaro {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5F5F5F;
	background-color: #EAEAEA;
	padding: 2px;
	margin-bottom: 8px;
	width: 100%;
}
.linea-azul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00209F;
	color: #000000;
	width: 100%;
}
.linea-maramja {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9F00;
	color: #000000;
	width: 100%;
}
.linea-gris {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F5F5F;
	color: #000000;
	width: 100%;
}

