/*-----------------------------------------------------------------------------------------------------------------

Basic Screen Style Sheet (for GSPACE website)


--------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------=GENERAL----------------------------------------------------*/

* {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image:none;
	text-decoration: none;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background:white;

}
#container {
	width: 771px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


/*------------------------------------------------=header----------------------------------------------------*/
#header #gspacelogo {
	position: absolute;
	left: 213px;
	top: 110px;
	z-index: 5;
}
#header #newVersion {
	background: url(/images/newVersion.png) no-repeat;
	height: 242px;
	width: 256px;
	position: absolute;
	left: 88px;
	z-index: 4;
}
#header #newVersion h2 {
	color: #FFFFFF;
	font-size: 1.8em;
	margin-top: 80px;
	margin-left: 45px;
	margin-right: 50px;
}
#header #newVersion p {
	color: #FFFFFF;
	font-size: 1em;
	margin-left: 70px;
	margin-top: 10px;
	font-weight: bold;
}

#header #language {
	position: fixed;
	top: 10px;
}

/*filtro a aplicar a IE*/
* html #header #language {
	position: absolute;
	left: 10px;
}

#header #language #formlang select {
	border: 1px solid #999999;
}

#header #extra {
	position: absolute;
	z-index: 4;
	top: 120px;
	right: 226px;
}
#header #extra img.download {
	margin-left: -17px;
	z-index: 200;
	position: absolute;
	left: -6px;
}

#header #extra ul {
	padding-left: 15px;
	position: absolute;
	top: 44px;
	width: 146px;
	z-index: 100;
	padding-bottom: 15px;
	padding-top: 32px;
	left: -5px;
	background: url(../images/downloadBtnBottom.png) no-repeat left bottom;
}
#header #extra ul li {
	margin-bottom: 2px;
}
#header #extra ul li a {
	color: #FFFFFF;
}
#header #extra ul li a:hover {
	font-weight: bold;	
}
#header #explanation {
	position: absolute;
	top: 7px;
	left: 275px;
	z-index: 3;
	background: url(../images/orangeOnly.png) no-repeat left top;
	width: 401px;
	padding: 30px 20px 30px 30px;
}
#header #explanation h2 {
	font: bold 1.8em Arial, sans-serif;
	color: #FFFFFF;
}
#header #explanation p {
	font: bold 1.2em Arial, sans-serif;
	color: #000000;
}
#header #installTitle, #header #worksTitle, #header #faqTitle {
	position: absolute;
	top: 7px;
	left: 275px;
	z-index: 3;
	background: url(../images/orangeOnly.png) no-repeat left top;
	width: 401px;
	padding: 40px 20px 60px 50px;
}
#header #installTitle h2 {
	font-size: 3em;
	color: #FFFFFF;
}
#header #worksTitle h2 {
	font-size: 3em;
	color: #FFFFFF;
}
#header #faqTitle h2 {
	font-size: 3em;
	color: #FFFFFF;
}
#header #firefox {
	position: fixed;
	top: 394px;
}

/*filtro a aplicar a IE*/
* html #header #firefox {
	position: absolute;
	left: 10px;
}
#header #buttons {
	position: absolute;
	left: 332px;
	top: 287px;
}
#header #buttons img {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#content #menu1 {
	position: fixed;
	top: 200px;
	width: 140px;	
}

/*filtro a aplicar a IE*/
* html #content #menu1 {
	position: absolute;
	left: 10px;	
}
#content #menu1 ul {
	border-top: 2px solid #eaeae9;
}
#content #menu1 ul li {
	border-bottom: 2px solid #eaeae9;
	margin-top: 5px;
	padding-bottom: 5px;
}
#content #menu1 ul li a {
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
}
#content #menu1 ul li a:hover {
	background: url(../images/flechaSeccion.png) no-repeat left center;
	color: #005496;  
}
#home #content #menu1 ul li a.home, #works #content #menu1 ul li a.works, #faq #content #menu1 ul li a.faq, #install #content #menu1 ul li a.install, #download #contact #content #menu1 ul li a.download {
	background: url(../images/flechaSeccion.png) no-repeat left center;
	text-decoration: underline;
	color: #005496;
}


/*------------------------------------------------=specificcontent----------------------------------------------------*/
#content #specificcontent {
	background: #eaeae9;
	padding-left: 150px;
	width: 451px;
	float: right;
}
#content #specificcontent div {
	background: #f4f4f2;
	padding: 30px;
}
#content #specificcontent div#important_notice {
	position: absolute;
	left: 184px;
	top: 263px;
	background: #eaeae9;
	width: 120px;
	padding: 0px;
}
#content #specificcontent div#important_notice h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
#content #specificcontent div#important_notice a img {
	margin-bottom: 10px;
	
}

#content #specificcontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	text-indent: -15px;
	line-height: 1.5em;
}
#content #specificcontent p {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.7em;
}
#content #specificcontent h5 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

#content #specificcontent ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 15px;
}
#content #specificcontent ol li ul {
	padding-left: 15px;
	margin-top: 10px;
}
#content #specificcontent ol li ul li {
	list-style-type: disc;
	margin-bottom: 7px;
}
#content #specificcontent ol li ul li strong {
	font-weight: normal;
	text-decoration: underline;	
}
#content #specificcontent a {
	color: #005496;
	font-weight: bold;
}
#content #specificcontent a:hover {
	text-decoration: underline;
	
}
#content #specificcontent h4 {
	margin-top: 10px;
	font-size: 1em;
	text-align: center;
}
#content #specificcontent h4 a {
	font-size: 1.2em;
	color: #999999;
}
