@charset "UTF-8";
/* CSS Document */

body {
	font: "Adobe Caslon Pro";
	src: url('Caslon540LTStd-Roman.otf'/ 'Caslon3LTStd-Italic.otf'/ 'Caslon224LTStd-Bold.otf'/ 'ACaslonPro-BoldItalic.otf') format('opentype');
	position: relative;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 740px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Adobe Caslon Pro";
	src: url('Caslon540LTStd-Roman.otf') format('opentype');

}
#column4 {
	clear: none;
	float: left;
	height: auto;
	width: 245px;
	padding:10px 0;
	margin-top: 1.5em;
	font-family: "Adobe Caslon Pro";
	src: url('Caslon540LTStd-Roman.otf') format('opentype');
	top: 1.5em;
}
#texto {
	clear: none;
	float: right;
	height: auto;
	width: 400px;
	padding: 10px 0;
	margin-top: 1.5em;
	top: 1.5em;
	}
	
#header {
	position: relative;
	border-top: thin solid #000066;
	border-bottom: thin solid #000066;
	border-right-color: #000066;
	border-left-color: #000066;
	color: #000066;
	padding: 10px;
	clear: both;
	float: left;
	height: auto;
	width: 740PX;
	margin: 0px;
	top: 1.5em;
}
#menu {
	clear: both;
	float: left;
	height: auto;
	width: 740px;
}
#footer {
	position: relative;
	border-top: thin solid #000066;
	border-bottom: thin groove #000066;
	border-right-color: #000066;
	border-left-color: #000066;
	left: auto;
	float: left;
	clear: both;
	height: auto;
	width: 740PX;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}

body {
	font-size: 16px;
	line-height: 1.2857142857142858em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.5714285714285714em;
	line-height: 0.8181818181818182em;
	margin-bottom: 0.8181818181818182em;
	color:#000066;
}
h2 {
	margin: 0;
	font-size: 1.4285714285714286em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	color:#000066;
}
h3 {
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 1em;
	color:#000066;
}
h4 {
	margin: 0;
	font-size: 1.1428571428571428em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	color:#000066;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}
p.small {
	margin: 0;
	font-size: 0.8571428571428571em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.2857142857142858em;
}
blockquote{
	background:#B5DEFB;
	padding-left: 10px;
	border-left: #000066 thin solid;
}
