@charset "utf-8";
.txtjust16 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
	text-align: justify;
}
.txtjust16bco {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
}
.txtcent16bco {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}


.txtcent16gris {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #CCC;
	text-align: center;
	font-weight: bold;
}

.txtjust15 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-style: italic;
	color: #333;
	text-align: justify;
}

.txtjustTit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.txtjustTitbco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #dddddd;
	text-align: center;
	font-weight: bold;
}

.txtjustTit1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #662211;
	text-align: center;
	font-weight: bold;
}

.txtjustTitleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.txtjustTitleftbco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #ddd;
	text-align: left;
	font-weight: bold;
}


a:hover {
	color: #00FF00;
	background-color: #CF9;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #993322;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993322;
	font-weight: bold;
}
