html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body{
	background-color:#000;
	font-family:Courier;
	color:#fff;
	font-size:10px;
}
div.divContenedor{
	width:822px;
	margin-top:60px;
	text-align:center;
}
div.capaTransparente	{
  background-color: black;
  position: absolute; 
  left:0px;
  margin: 0px;
  width: 100%;
  height:614px;
  z-index: 22;
}
div.contentCapaTransparente	{
	position: absolute;
	width: 640px; 
	height: 500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-320px;
	z-index: 23;	
}
table.tableLogin{
	position:absolute;
	width:200px;
	height:110px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;
}
a{
	cursor:pointer;
}
a.link{
	background-color:#000;
	font-family:Courier;
	color:#fff;
	font-size:10px;
}
a:link.link, a:visited.link{
	text-decoration: none;
}
a:hover.link {
	background-color:#fff;
	color:#000;
}
input{
	font-family:Courier;
}
input.text {
    border: 1px solid #000;
}
input.text:hover {
    border: 1px solid #fff;
}
input.button {
	border:1px solid #000;
}
input.button:hover {
    border:1px solid red;
}
