/* @group global reset */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}
/* @end global reset */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#352714;
	border-spacing:1px;
	color:#666666;
	text-align:center;
}
.container{
	margin:0 auto;
	width:100%;
	background:transparent url(../img/bg1.jpg) no-repeat  center top;
	clear:both;
	height:1000px;
	margin-top:0;
	position:relative;
}
.xrowlogin{
	margin:0 auto;
	width:100%;
}
#desk {
	margin:0 auto;
	width:100%;
}




.xrowloginto{
	margin:0 auto;
	width: 920px;
	height:470px;
	background-image:url(../img/bg_contacto.png);
	top:50%;
	left:50%;
	position: absolute;
    left: 50%;
    top: 35%;
    height: 470px;
    margin-top: -235px;    // 470px/2
    width: 920px;
    margin-left: -460px;    // 920px/2
}
#bglogin{
	background-image:url(../img/bg_pad.png);
	background-repeat:repeat;
	height:450px;
	margin:10px;
	position:absolute;
	width:900px;	
}
#logologin {
	
	float:right;
	height:140px;
	padding:5px;
	position:relative;
	right:250px;
	top:145px;
	width:140px;
}
.xrowname{
	width:920px;
	height:100px;
	position:relative;
}
.title_form {
	
	font-size:22px;
	font-weight:normal;
	line-height:48px;
	padding-left:0px;
	margin:0px 0px 0px 0px;
	width:250px;
	position:relative;
	
	
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	left:42px;
	letter-spacing:2px;
	
	text-transform:uppercase;
	top:-30px;
	z-index:2;
}

.bar_contact {
	height:40px;
	width:920px;
	margin-left:-10px;
	margin-top:20px;
	z-index:6;
}

.xrowuser{
	clear:both;
	position:absolute;
	top:190px;
	overflow: hidden; 
	margin:0 auto;
	width: auto;
	height: auto;	
	visibility: visible;
	left:248px;
}
.xrowpass{
	clear:both;
	position:absolute;
	top:220px;
	overflow: hidden; 
	margin:0 auto;
	width: auto;
	height: auto;	
	visibility: visible;
	left:225px;
}
.xrowboton{
	clear:both;
	position:absolute;
	top:250px;
	overflow: hidden; 
	margin:0 auto;
	width: auto;
	height: auto;	
	visibility: visible;
	left:421px;
}

#f_label {
	float:left;
	margin-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height:18px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
}
#f_ctrl {
	float:left;
	padding:10px;
	
}
.f{
	background-color:#FCFCFC;
	border:1px solid #666666;
	color:#352714;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:20px;
	width:190px;
	
}
.fbg{
	cursor:hand;
	font-weight: normal;
	font-size:11px;
	width:70px;
	height:28px;
	color:#352714;
}
