/* CSS Document */
body,html {
	background-color: #000000;
	margin: 0px;
	height:100%;
}

img {
	border:0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000033;
	text-align:justify;
}

table.bellmig {
	border:0px;
	width: 100%;
	height: 100%;
	z-index:2;
}

td.bellmig {
	vertical-align: middle;
	text-align: center;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #02b2fd;
	text-decoration: none;
}
a:hover, a:active {
	font-variant: normal;
	color: #A66990;
	text-decoration:underline;
}

#contenedor {
	position:relative;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	height:600px;
	text-align:left;
	overflow: hidden;
	border: 1px solid #000000;
}
#top {
	position: absolute;
	border: 1px solid black;
	top: 10px;
	left: 10px;
	width: 960px;
	height: 100px;
}
#datos {
	position: absolute;
	border: 1px solid black;
	top: 128px;
	left: 10px;
	width: 950px;
	height: 500px;
}
#bajo {
	position: absolute;
	top: 550px;
	left: 10px;
	width: 940px;
	height: 20px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 266px;
	height: 100px;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
}

#empresa {
	position: absolute;
	top: 20px;
	left: 525px;
	width: 350px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #02b2fd;
	font-weight: bold;
	text-align: left;

}
#empresa2 {
	position: absolute;
	border: 1px solid black;
	top: 52px;
	left: 525px;
	width: 350px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;

}

#menu {
	position: absolute;
	top: 95px;
	left: 6px;
	width: 950px;
	height: 25px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	padding: 0px;
	float: left;
}

#menu li a {
	display: block;
	border-left: 8px solid #FF6600;
	text-decoration: none;
	text-align: left;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	margin: 2px	;
	background-image: url(fboton.jpg);
	width: 140px;

}

#menu li a:hover {
	background-color: #f905e5;
	color: #000033;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000033;
}


#texto {
	position: absolute;
	overflow: auto;
	/*	border: 1px solid black; */
	background-image: url(fondo2.jpg);
	padding: 10px;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 210px;
}
.servertime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCFFFF;
	text-decoration: none;
}
