@charset "utf-8";


a:link {
	color: #333333;
	text-decoration: none;
	background-color: #8A8579;
}
a:visited {
	color: #3A3833;
	text-decoration: none;
	background-color: #8A8579;
}
a:hover {
	color: #EBEDD5;
	text-decoration: none;
	background-color: #8A8579;
}
a:active {
	color: #FF6699;
	text-decoration: none;
	background-color: #8A8579;
}

#global #capsalera h1 {
	font-size: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#global #menu ul {
	margin-left: 15px;
	margin-top: 15px;
	padding-left: 2px;
}
#global #menu ol {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 25px;
}
#global #menu li {
	margin-bottom: 5px;
}
#global #text {
	font-size: 0.8em;
	
	text-align: justify;
}
#global #text p {

	text-indent: 5px;
}
#global #text p:first-letter{
	font-weight: bold;
	color: #3A3833;
	font-size: 1.2em;
	background-color: #8A8579;
}

#global #text h2 {
	margin-top: 0px;
	text-align: left;
	text-transform: uppercase;
}
#global #text h3 {
	margin-top: 60px;
	margin-bottom: 25px;
	text-align: left;
}
	
#global #text h4 {
	color: #535048;
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: left;
	background-color: #8A8579;
}

#global #text li {
	margin-bottom: 8px;
}
#global #text td {
	vertical-align: text-top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6A6559;
	padding-left: 5px;
}

#global #text tr {
  
}
	
#global #text td br {
	margin-top: 4px;
}
#global #text th {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
caption {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
	background-color: #45433D;
	color: #8A8579;
	height: auto;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
#global #text table {
	text-align: center;
}
