/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-image: url();
	background-color: #334952;
	margin-top: 25px;
}
a:link {
	text-decoration: none;
	color: #9D0004;
}

a:visited {
	text-decoration: none;
	color: #9D0004;
}
a:hover {
	text-decoration: underline;
	color: #9D0004;
}
a:active {
	text-decoration: none;
	color: #9D0004;
}

A.clase1:visited {color:#FFFFFF;}
A.clase1:active {color:#FFFFFF;}
A.clase1:link {color:#FFFFFF;}
A.clase1:hover {color:#FFFFFF;} 

.Estilo1 {
	color: #FFFFFF;
}
.Estilo5 {
	font-size: 22px;
	font-weight: bold;
	color: #9D0004;
}
.Estilo9 {
	font-size: 20px;
	font-weight: bold;
}	
.Estilo8 {
	color: #FFFFFF;
}
.Estilo9 {
	font-size: 20px;
	font-weight: bold;
}
.Estilo11 {font-size: 11px}
.Estilo12 {
	font-size: 14px;
	font-weight: bold;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 140px;
height: 90px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 600px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
