/*
	Tipography
*/

/*
	Colores:
		Negro#333333;
		Celeste#00A1F2;
		Naranja#F2A100;
*/

.typography * {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color: #333333;
}

.typography {
	font-size: 14px !important;
}

.typography p {
	font-size:  1em;
	color: #333333;
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	line-height: 1.1em;
	margin-bottom: 0.6em;
}



.typography h1 {
	color: #00A1F2;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	word-spacing: 2px;
	border-bottom: 1px solid #80D1F9;
}

.typography h2 {
	color: #F2A100;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px dashed #F9D180;
}

.typography h3 {
	color: #00A1F2;
	font-size: 1.4em;
	font-weight: bold;
}

.typography h4 {
	color: #F2A100;
	font-size: 1.4em;
	font-weight: bold;
}

.typography h5 {
	color: #00A1F2;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.typography h6 {
	color: #00A1F2;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

.typography a {
	color: #00A1F2;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #60C0F0;
}

.typography .textoMedio {
	font-size:  0.8em
}

.typography .textoChico {
	font-size:  0.8em
}

.typography a:hover  {
	color: #F2A100;
	border-bottom: 1px solid #F2A100;
}

.typography img {
margin: 5px;
}

.typography img.right {
	float: right;
	margin-left: 20px;
}
.typography img.left {
	float: left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}

.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Estilos Tablas */

.typography table td {
	font-size:  1em;
	color: #333333;
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
	line-height: 1.4em;
	padding: 3px 5px;
	vertical-align: top;
}

.typography table th {
	text-align: center;
	padding: 3px;
}

.typography table caption {
	line-height: 1.5em;
	color: #00A1F2;
	font-weight: bold;
	font-size: 1.2em;
}

.typography table.tablaCentrada {
margin-left: auto;
margin-right: auto;
}

	/* Tabla con Formato */
	.typography table.tablaFormato {
		table-layout: fixed;
		border-collapse: collapse;
		empty-cells: show;
		margin-bottom: 1em;
	}


	.typography table.tablaFormato td {
		padding: 3px;
		letter-spacing: 0;
		border: 2px solid #00A1F2;
	}

	.typography table.tablaFormato th {
		background-color: #00A1F2;
		color: #ffffff;
		border: 2px solid #00A1F2;
	}


	/* Tabla con Formato2 (Calendario) */

	.typography table.tablaFormato2 {
		table-layout: fixed;
		border-collapse: collapse;
		empty-cells: show;
		margin-bottom: 1em;
	}

	.typography table.tablaFormato2 td {
		padding: 3px 10px;
		color: #333333;
		border: 1px solid #0090D8;
	}

	.typography table.tablaFormato2 th {
		background-color: #00A1F2;
		color: #ffffff;
		border: 1px solid #ffffff;
	}


	.typography table.tablaFormato2 p {
		background-color: #F2A100;
		margin: 3px 2px 10px;
		padding: 0px;
		border: 1px solid #D68B00;
		font-size:  0.8em;
	}

	.typography table.tablaFormato2 p strong, .typography table.tablaFormato2 p b {
		color: #ffffff;
		font-weight: normal;
		text-align: center;
		display: block;
		margin:5px 2px;
	}

	.typography table.tablaFormato2 p em, .typography table.tablaFormato2 p i {
		display: block;
		background-color: #ffffff;
		padding: 3px;
		font-style: normal;
		text-align: center;
	}

	.tablaFormato2 td p.fondoAzulCalendario, .fondoAzulCalendario {
		background-color: #1818D8;
		/* border-color: #1515C1; */
		border-color: #A3A3F5;
	}

	.tablaFormato2 td p.fondoAzulCalendario em {
		background-color: #F6F6FE;
	}


	.tablaFormato2 td p.fondoNaranjoCalendario, .fondoNaranjoCalendario {
		background-color: #F0B400;
		/* border-color: #D6A000; */
		border-color: #FFE599;

	}

	.tablaFormato2 td p.fondoNaranjoCalendario em {
		background-color: #FFFDF5;
	}

	.tablaFormato2 td p.fondoVioletaCalendario, .fondoVioletaCalendario {
		background-color: #D818D8;
		/* border-color: #C115C1; */
		border-color: #F5A3F5;
	}
	.tablaFormato2 td p.fondoVioletaCalendario em {
		background-color: #FEF6FE;

	}

	.tablaFormato2 td p.fondoCafeCalendario, .fondoCafeCalendario {
		background-color: #B52121;
		/* border-color: #C115C1; */
		border-color: #EFA9A9;
	}
	.tablaFormato2 td p.fondoCafeCalendario em {
		background-color: #FDF7F7;

	}

	.tablaFormato2 td p.fondoVerdeCalendario, .fondoVerdeCalendario {
		background-color: #00852C;
		/* border-color: #C115C1; */
		border-color: #99FFBB;
	}
	.tablaFormato2 td p.fondoVerdeCalendario em {
		background-color: #F5FFF8;

	}
	
	
	
/* Estilos Listas */

.typography ul,ol {
	font-size: 1em;
	list-style-position: outside;
	color: #333333;
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: 1em;
	position: relative;
	left: 2em;
}

.typography ul {
	list-style-type: disc;
}

.typography ol {
	list-style-type: decimal;
}


/* Estilos Productos */

.typography .producto {
	overflow: auto;
	page-break-inside: avoid;
}

.typography .producto p {
	page-break-inside: avoid;
	float: none;
	clear:none;
	margin: 5px;
}

.typography .producto img {
	border: 1px dotted #91D2F2;
	float: left;
	margin: 5px;
}

.typography .division {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	page-break-before: auto;
	border-bottom: 1px solid #00A1F2;
}

.typography .textoRojo {
	color: #F20000 !important;
}