/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: "Lucida Sans Unicode", Arial,sans-serif;
	font-size:14px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	color: #FFFFFF;
}

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color: #183A93;
	line-height:1.4em;
}

.typography p {
	margin-top:10px;
}

.typography pre {
	color:#183A93;
	font-size: 8px !important;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:0px !important;
}

	.typography ul li,
	.typography ol li {
		margin-top:2px;
		margin-left: 15px;
		vertical-align: middle;
		border-bottom: #EEEEEE;
		border-bottom-width: 3px;
		line-height: 18px;
	}

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

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

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-weight:normal;
	margin-bottom:10px;
	color:#183A93;
}

.typography h2,
.typography h3 {
	padding-bottom: 40px;
}
	.typography h1 {
		font-size:2.2em;
	}

	.typography h2 {
		font-size:2.2em;
	}

	.typography h3 {
		font-size:1.6em;
	}

	.typography h4 {
		font-size:1.6em;
	}

	.typography h5 {
		font-size:1.2em;
	}

	.typography h6 {
		font-size:1.2px;
	}
/* LINK STYLES */
.typography a {
	color:#183A93;
	text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}

.typography table {
	width: 100%;
	font-size:14px;
	color:#183A93;
}

.typography table a{
	font-size:12px;
	position: relative;
	top: -4px;
}

	.typography table a img{
		position: relative;
		top: 4px;
		left: 3px;
	}

	.typography table tr td {
		border: 0px solid;
		padding:0px 0px 5px 5px;
		font-size:16px;
		vertical-align: top;
	}

	.typography table.news tr td {
		padding:5px 0px 5px 5px;
		font-size:12px;
		vertical-align: top;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EEEEEE;
	}

	table.news tr td.tablehead{
		font-size:14px;
		color: #FFFFFF;
		background-color: #7085A0;
		text-align: left;
	}

.typography div.pagingmid{
	padding-top: 10px;
	width: 225px;
	float: left;
	text-align: center;
	font-size: 14px !important;
	color: #183A93;
}

	.typography div.pagingmid a{
		font-size: 14px !important;
		text-decoration: underline;
	}

.typography div.pagingside{
	padding-top: 10px;
	width: 100px;
	float: left;
	text-align: center;
}

	.typography div.pagingside a{
		font-size: 12px !important;
		color: #183A93;
	}

.oferta,
.oferta p,
.oferta p strong{
	font-size: 12px !important;
}

.ofertabold{
	font-size: 12px !important;
	font-weight: bold !important;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}