@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
}
body {
	background-color: #000000;
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

iframe {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #4B4B4B;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
}

#contenedor {
	width: 850px;
	height: 105px;
	position:absolute;
	left: 50%;
	margin-top:10px;
	margin-left:-425px; /* half of width */
}

#titulo {
	width: 850px;
	height: 80px;
	margin:0px;
}

#titulo img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#secciones{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	width: 850px;
	height: 25px;
	text-align: center;
}

#secciones a, a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

#secciones a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#frame{
	width: 100%;
	height: 485px;
	top: 125px;
	position: absolute;
	text-align: center;
	
}

#minis{
	width: 620px;
	height: 450px;
	position:absolute;
	text-align:center;
	left: 50%;
	margin-left:-310px; /* half of width */
}

#minis img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#galeria{
	width: 100%;
	height: 450px;
	text-align:center;
	position:absolute;
	margin: 0px;
	border:0 px;
}

#galeria table {
	margin: 0 auto;
	text-align: left;
}

#info {
	width: 100%;
	height: 20px;
	top: 625px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A9A9A9;
	font-size: 65%;
	position:absolute;
	margin: 0px;
	border:0 px;
	
}
