html, body {
	font-weight: normal;
	font-size: 12px;
	background: #FFF;
	color: #333;
	font-family: "segoe ui", arial, helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width:100%;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
ul .nicer li {
	list-style: square;
}
a {
	font-weight: bold;
	font-size: 11px;
	color: #03F;
	text-decoration: none
}
a:hover {
	color: #888;
	text-decoration: underline
}
img {
	border: 0px;
}
img.left {
	float: left
}
img.right {
	float: right
}
img.left_spaced {
	float: left;
	padding: 10px
}
img.right_spaced {
	float: right;
	padding: 10px
}
br {
	clear: both;
}
sub {
	font-size: 9px
}
sup {
	font-size: 9px
}
.ghost {
	display: none;
}
ul.inlined{
width:100%;
}
ul.inlined li{
display: inline;
width:250px;
}
ul.inlined li a{
width:50%;
}

#container {
	width: 100%;
/*	width: 760px;*/
height:100%;
	position: relative;
	margin: 0 auto;
		background: #FFF url(../images/bg_page_init.jpg) no-repeat center top;
}
#logoinit{
position:absolute;
width:348px;
height:114px;
top:10px;
right:20px;
background:url(../images/logosied_init.png) no-repeat;
}
#sloganinit{
position:absolute;
width:348px;
height:50px;
top:125px;
right:70px;
background:url(../images/slogan_init.gif) no-repeat;
}
/* ---------------- CONTENTS -----------------------*/
#contentContainer {
	position: relative;
	text-align: left;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

#warning{
position:absolute;
right:130px;
top:270px;
z-index:10;
color:#F00;
font-weight:bold;
width:300px;
text-align: right;
}
/* ---------------- LOGIN -----------------------*/
#loginbg{
position:absolute;
background: url(../images/bg_login.gif) no-repeat ;
width:343px;
height:182px;
top:250px;
right:100px;
}
#loginbox{
position:relative;
width:343px;
height:182px;
}
#inputbox ul li{
padding:45px 0 20px 0;
padding-left:20px;
}

#inputbox .inputinit{
border:1px none;
border-bottom:2px dashed #333;
background:transparent;
cursor:text;
}
.ingresar{
position:absolute;
bottom:30px;
right:20px;
cursor:hand;
background:transparent;
border:0;
font-family:"courier new", courier, arial;
font-weight:bold;
font-size:14px;
}
#pass{
position:absolute;
top:60px;
right:20px;
}

/*..........................................................*/
#footer {
	width: 100%;
	background:transparent url(../images/bg_bottom.png);
	}
.butt {
	display: inline
}
.butt a {
	left: 0px;
	top: 0px
}
.butt a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	}
