body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(images/fondo1.jpg);
	background-position: center top;
	background-color: #26486D;
	width: 950px;
	text-align: center;
	height: auto;
}
#container {
	width: 950px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
	height: 450px;
	vertical-align: top;
}
#header {
	background-image: url(img/encabezado.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 0px;
	background-position: center;
	width: auto;
}
#header h1 {
	margin: 0;
}
#nav {
	height: 380px;
	width: auto;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin: auto;
	}
#nav a {
	display: block;
	height: 40px;
	width: 115px;
	padding-top: 3px;
	margin-right: 1px;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #003366;
	color:#999999;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav a:hover {
	display: block;
	font-weight: bold;
	color: #FFFF99;
	background-color: #003399;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 115px;
	height: 40px;
}
#nav #current {
	font-weight: bold;
	color: #00CCFF;
	background-color: #003366;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
#content h3 {
	color: #FFFFFF;
}
#footer {
	text-align: center;
	font-size: 10px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
}
#pics {
	margin: auto;
	border-left: medium solid #606060;
	border-top: medium solid #808080;
	border-right: medium solid #505050;
	border-bottom: medium solid #404040;
	background-color: Black;
	color: White;
	width: 640px;
	height: 262px;
	text-align: center;
	font-size: 12px;
}
#pics h3 {
	margin: 0;
}
#pics p {
	clear: both;
	margin: 0;
}
.float-right {
	clear: right;
	float: right;
	width: 950px;
}

.gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: -40px;
	margin-top: 0px;
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -27px;
	left: -32px;
	z-index: 1;
}
.gallery img
{
	background: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #CC8547;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
	width: 950px;
}
.gallery .preview
{
	border: Yellow medium solid;
	width: 220px;
	height: auto;
}
