body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FC0;
}

h1 {
	font-size: 1,2em;
	font-weight:bold;
}
h2 {
	font-size: 1em;
	font-weight:bold;
}
/* normal links - all links but not menu */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
/* table layout */
table#layout
{
	background-color:#FFF;
}
table#top
{
	background-color:#0000CC;
}
/* Begining settings for menu */
table#menu
{
	background-color:#FFFF80;
	border-width:0px;
}

/* end settings for menu */
/* settings for images */
img#left {
	float:left; margin: 6px 6px 6px 6px;
}
img#right {
	float:right; margin: 6px 6px 6px 6px;
}
/* settings top */
img#logo {
	float:left; margin: 4px 25px 4px 25px;
}
.sitetitle
{
	font-size:2.2em;
	color:#FFF;
	padding-left:100px;
}
.sitetitle_espanol
{
	font-size:2.2em;
	color:#FFF;
	padding-left:10px;
}
/* footer */
.footer
{
	background-color:#F0F0F0;
	font-size:0.7em;
}
/* justify text */
.centre {
	text-align: center;
}
.justify{
	text-align: justify;
}
.right {
	text-align: right;
}
/* p justify text */
p#centre {
	text-align: center;
}
p#justify{
	text-align: justify;
}
p#right {
	text-align: right;
}
/* contents */
.titlecontents {
	background:#FFFFE1;
	color:#006;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	height:25px;
}
.subtitlecontents {
	background:#FFFFE1;
	color:#006;
	font-size:1em;
	font-weight:bold;
	height:25px;
	padding-left:10px;
}
.padding10 {
	padding-left:10px;
}
.padding30 {
	padding-left:30px;
}
.padding50 {
	padding-left:30px;
}
.small {font-size: 11px;
}
div.captionboxright{float: right; margin: 10px;border: 1px solid #999}
div.captionboxright img{border:0;display:block}
div.captionboxright a{position: relative;float: left;color: #FFF;
    text-decoration: none}
div.captionboxright span{position:absolute;bottom: 0;width: 100%;padding: 3px 0;
    background: url(../images/opacity.png) repeat-x 0 -100px;
    cursor: pointer;text-align: center}
div.captionboxright a:hover span{background-position: 0 -200px}

div.captionboxleft{float: left; margin: 10px;border: 1px solid #999}
div.captionboxleft img{border:0;display:block}
div.captionboxleft a{position: relative;float: left;color: #FFF;
    text-decoration: none}
div.captionboxleft span{position:absolute;bottom: 0;width: 100%;padding: 3px 0;
    background: url(../images/opacity.png) repeat-x 0 -100px;
    cursor: pointer;text-align: center}
div.captionboxleft a:hover span{background-position: 0 -200px}
div.lingua {padding-right:20px; padding-bottom:15px; text-align:right}
div.lingua a{color:#FFFFFF; text-decoration:none;}
div.lingua a:hover{color:#CCCCCC; text-decoration:none;}


