* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: black;
	font-size: 10px;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	/*min-height: 300px;
	min-width: 390px;*/
	width: 100%;
	height: 100%;
}

textarea{
	resize: none;
}

ol#menu {
	position: fixed;
	right: 0px;
	top: 13px;
	width: 430px;
	z-index: 999;
	margin-left: 300px;
}

ol#menu li {
	display: inline-table;
	list-style: none;
	color: #830912;
	
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#magic-line { 
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #fe4902;
	opacity: 0;
}

#logo {
	position: absolute;
	z-index: 9;
	left: 55%;
	top: 10%;
	width: 10%;/**/
	height: 10%;/**/
}

textarea{
	resize: none;
}

#fondo {
	background-color: black;
	background-repeat: no-repeat;
	background-image: url(/FacturacionElectronica/imgstyle/backgraundMod2.png);
	position: fixed;
	top: 35%;
	right: 0%;
	width: 100%;
	height: 75%;
	background-position: left bottom;
	z-index: 0;
	/* http://outdoorsindoors.net/DEV/BVO/	 */
}

/*  CSS ANTERIOR POR SINO FUNCIONA LA MODIFICACION
#fondo {
	background-color: black;
	background-repeat: no-repeat;
	position: fixed;
	top: 119px;
	right: 0px;
	width: 100%;
	height: 500px;
	background-position: left bottom;
	background-image: url(imgstyle/backgraund.png);
	z-index: 0;
	http://outdoorsindoors.net/DEV/BVO/	 
}
*/

h2#title {
	position:fixed;
	left: 60px;
	top: 350px;
	color: gray;
	text-align: left;	
	font-style: normal;
	font-size: 23px;
}

dl#list {
	position:fixed;
	left: 12%;
	top: 90%;
	color: black;
	text-align:left;
	vertical-align:text-top;	
	font-style: normal;
	font-size: 35px;
	font-weight: bold;
}

/* +--------------------------------------+ */ 
/*  |                       Login                          |  */  
/* +--------------------------------------+ */ 

#login-wrapper {position:relative; margin-bottom: 2em;}

#login {
	display: none;
	position:absolute; 
	top:30px;
	right: 30px;
	width:300px; 
	padding: 2px 0 0 0;
	padding:8px 10px;
	text-align:center; 
	background:#fff;
	overflow:hidden;
	z-index:1001;
	border: 2px solid #830912;
}

#login dt, #login dd {width:140px; display:inline; float:left; margin:0; padding:5px 0;}
#login dd#goin {font-weight:bold; text-transform:uppercase; text-decoration:none;}
dd.divider {border-bottom:1px solid #e6e6e6;  height:0px; margin:0; padding:0 !important; overflow:hidden; width:100% !important;}
