@charset "utf-8";
/* CSS Document */

#overlay {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #000;
	height: 100px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#overhead {
	/*display:none; PARA SUPRIMIR LA CABECERA*/
	height:97px;
	width:995px;
	left:0;
	top:0;
	background-color:#FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:-1px;
}
#loginwindowcontainer {
	z-index: 3;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
}
#loginwindow {
	height: auto;
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
#loginwindow .caption{
	font-size:0.8em;
}
#logbox {
	border-bottom: 1px solid #999999;
	padding: 4px 5px 5px 0;
	font-size:12px;
}
#logtext {
	color: #999999;
}
#logbox a {
	color: #999999;
}
#logbox #logavatar{
	float:left;
	width:60px;
	height:100%;
}
#logbox strong{
	font-size:14px;
	color:#000000;
}

