/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

body {
	font: 12px/1.5em "arial";
	font-family: verdana;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #CE2E00;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p {
	text-align: left;
	margin-right: 8px;
	margin-left: 2px;
	font-size: 12px;
}

li {
	font-size: 12px;
	margin-right: 10px;
	text-align: left;
}
 

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: #CE2E00;
}
a:visited {
	color: #6633CC;
}
a:hover {
	color: #A6A62A;
}
a:active {
	color: #000000;
}

a.nav:link {color: white; text-decoration:none}
a.nav:visited {color: white; text-decoration:none}
a.nav:active {color:white; text-decoration:none}
a.nav:hover {color: white; text-decoration:underline; font-weight: 500;}

a.linktop:link {color: black; text-decoration:underline}
a.linktop:visited {color: black; text-decoration:none}
a.linktop:active {color:black; text-decoration:none}
a.linktop:hover {color: black; text-decoration:none; font-weight: 500;}

a.linktitles:link {color: #378377; text-decoration:none}
a.linktitles:visited {color: #000033; text-decoration:none}
a.linktitles:active {color:black; text-decoration:none}
a.linktitles:hover {color: #A6A62A; text-decoration:none; font-weight: 700;}

/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/

.backpage  { 
	background-image: url(images/rest-back.jpg);
	background-repeat: repeat-y;
	background-color: black;
	}
	
.backcontent { 
	background-image: url(images/content-back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
	width: 708px;
	vertical-align: top;
	margin-left: -5px;
	padding-left: 10px;
	}

.backnav { 
	background-image: url(images/navigationback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px; 
	vertical-align: top;
	text-align: left;
	width: 708px;
	}
	
.backtableback { 
	background-image: url(images/big-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -10px;
	}
	
.backfooter  { 
	vertical-align: top;
	font-size: 10px;
	text-align: center;
	color: white;
	width: 750px;
	height: 93px;
	background-image: url(images/footer-back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/
	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(images/buttonon.jpg)  no-repeat;
white-space: normal;
display: block;
width: 89px;
height: 34px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 89px;
height: 34px;
display: block;
float: left;
color: white;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 89px;
height: 34px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 7px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

.footernav { 
	vertical-align: top;
	text-align: center;
	font-size: 118%;
	}
	
.image {
	width: 187px;
	float: left;
	height: 425px;