/* CSS Document */


body,td,th {
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
.outline {
	border: 1px solid #333333;
}
.titulos-texto {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

body {
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;
	background-color: #0c0c0c;
	background-image: url(imgs/elem/bg-fill.gif);
	background-repeat: repeat-x;
  	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: underline;
	color: #cccccc;
}
.login-boxes {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	width: 150px;
	height:18px;
	border: 1px solid #cccccc;
}

.contactos-boxes {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #666666;
	width: 250px;
	border: 1px solid #8F96A6;
}

form {
	margin: 0px;
	padding: 0px;
}

.home {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.home a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.home a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.home a:hover {
	text-decoration: none;
	color: #999999;
}
.home a:active {
	text-decoration: none;
	color: #FFFFFF;
}

