@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: #FFF;
	text-align: justify;
}

.txtcent16gris {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #CCC;
	text-align: center;
	font-weight: bold;
}
.txtcent16negro {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.txtcent17verd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #DDDDAA;
	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: 21px;
	font-style: normal;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.txtjustTitverd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #DDDDAA;
	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: 19px;
	font-style: normal;
	color: #333;
	text-align: left;
	font-weight: bold;
}

a:hover {
	color: #00FF00;
	background-color: #F0F0F0;
	text-decoration: none;
}

a:link {
	color: #993322;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993322;
}
