/* CSS Document */
/* Made: Servicios Web, Computalleres de Nicaragua */
body{
	margin:0;padding:0;
	color: #606760;
	background:url(../../images/body-bg.jpg) repeat-x top left;
}
#wrapper{
	position:absolute;
	left:50%;
	width:970px;
	padding:0;
	margin-left:-485px;
	background-color: transparent;
}
#topLinks{
	position: absolute;
	right:1%;
	top=3px;
	margin-top:3px;
	margin-right:1%;
	line-height:25px;
	text-align:right;
}
topLinks a{
	font-size: 12px;
	vertical-align:middle;
}
img{border:0px;margin:3px;}
p,h1,h2,h3{
	margin:0px, padding:0px;
}
h1 {
	font-size:22px;
	font-weight:bold;
	color:#827a00;
}

h2{
	font-size:22px;
	font-weight:bold;
	color:#827a00;
}
h3{
	font-size:22px;
	font-weight:bold;
	color:#827a00;
}

#content{
 	margin-left: 350px;
	margin-top:36px;
	padding:0;
	min-height:600px;
}
#contentText {
	color: #606760;
}
#welcomeTxt{
	padding:20px 0px;
	height:80px;
}
#welcomeTxt h1,#welcomeTxt h2 {
	margin:0px;padding:0px;
}
#leftcolumn {
	position: absolute;
	top:79px;
	left:0;
	margin:0;
	width:305px;
	height: 530px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:305px;
}
html>body #leftcolumn {
	width:305px;
	/* ie5win fudge ends */
}
#rightcolumn {
	position: absolute;
	top: 243px;
	right: 2px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin:0; padding:0;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
html>body #rightcolumn {
	width: 150px; /* ie5win fudge ends */
}

#announce{
	clear:both;
	margin-bottom:.5em;
	padding-top:20px;
	color:#ccc;
}
#announce h2, #announce h3{
	margin:0px;padding:0px;
	color:#fff;
}
/*Menus*/
    #menu {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #menu ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      background:url("../../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("../../images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
	  background-position:100% -42px;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
	  }
a.highlighted {
	border-bottom:5px solid #fff200 !important;
}
#footer {
	margin-top: 1em;
	padding:0;
	font-size:12px;
}
#footer a {
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color: #606760;
}
#footer a:hover {
	text-decoration:underline;
}
#extraDiv1{
	width:49%;
	position:absolute;
	top:0;
	left:0;
	height:127px;
	background:url(xxx.gif) repeat-x;
	z-index:10;
	}
#extraDiv2 {
	width:49%;
	position:absolute;
	top:0;
	right:0;
	height:141px;
	background:url(xxx.gif) repeat-x;
	z-index:10;
	}
/*DIV forms */
div.row span.left {
  float: left;
  text-align: left;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 49%;
  }