/* Estilos HTML */
*{
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
	margin:0 auto;
	scrollbar-face-color: #0B0B0D;
	scrollbar-shadow-color: #8095C0;
	scrollbar-highlight-color: #8095C0;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #131315;
	scrollbar-arrow-color: #8095C0;
	background-color: #000000;
	background-image:url(../img/bg_web.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
input, select, textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#0B0B0D;
	color:#CCCCCC;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:ridge;
	margin:0px;
	padding:1px;
}
input[type=button],input[type=submit]{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#0B0B0D;
	color:#8095C0;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:ridge;
	margin:0px;
	padding:1px;
}
b{
	color:#69F;
	font-weight:bold;
}
a.closeX:link {
	text-decoration: none;
	color:#8095C0;
	cursor:pointer;
}
a.closeX:visited {
	cursor:pointer;}
a.closeX:active {
	cursor:pointer;}
a.closeX:hover {
	text-decoration: underline;
	color:#FFCC00;
	cursor:pointer;
}
a{
	color:#97ABF9;
	text-decoration:none;
}
a:hover{
	color:#5F7DF5;
}
