/*
=====================================================================
Lagash Systems - main stylesheet
url: http://www.lagash.com/
Design by Esteban A. Calvi (estebancalvi@gmail.com)
September 2008. Buenos Aires, Argentina
=====================================================================
*/

body {
	background: url(/objects/img/main_bg.jpg) #000 center top no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #fff;
	text-align: center;
}

#mainImg{
	margin: auto;
	*margin: 0;
	text-align: center;
	width: 972px;
	height: 420px;
	text-indent: -9999px;
	background: url(/objects/img/main_img.jpg) top no-repeat;
	padding-bottom: 12px;
}

a {
	color: #8BBA1E;
}

a:hover {
	color: #D9FF80;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

#selectLang {
	width: 972px;
	margin:auto;
}

.spacer {
	line-height: 12px;
}

#selectLang p {
	float: right;
	margin-top: 24px;
	font-size: 1.2em;
}

select.Lang {
	border: 1px solid #333;
	background-color: #000;
	color: #999;
}

select.Lang  a{
	color: #8BBA1E;
}

select.Lang  a:hover {
	color: #D9FF80;
}

#ticker {
	background: url(/objects/img/ticker_bg.jpg) no-repeat;
	width: 972px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin: auto;
	text-align: left;
	font-size: 1.2em;
	text-align: center;
}

#ticker p {
	display: inline;
}

p.header {
	float: left;
	text-align: left;
}

p.header a{
	font-weight: bold;
	padding-left: 24px;
	background: url(/objects/img/bullet_green.gif) left no-repeat;
}

.nav-container-outer {
	text-align: center;
	margin: auto;
	width: 924px;
	margin-top: 78px;
	*margin-top: 79px;
}

#newsbox {
	text-align: center;
	margin: auto;
	width: 972px;
	margin-top: 12px;
}

#newsbox div {
	background: url(/objects/img/newsbox_bg.jpg) no-repeat;
	width: 264px;
	height: 228px;
	float: left;
	text-align: left;
	padding: 12px 24px;
}

#newsbox div h3{
	line-height: 36px;
	color: #999;
	font-size: 1.8em;
}

#newsbox div p.preview {
	margin: 12px 0;
	width: 264px;
	height: 96px;
	text-indent: -9999px;
}

#newsbox div p {
	font-size: 1.2em;
	line-height: 1.3em;
}

#newsbox div ul {
	border-top: 1px solid #4D4716;
	list-style: none inside;
	font-size: 1.2em;
	line-height: 2.4em;
	margin: 12px 0;
	text-indent: 1.6em;
	*text-indent: 0;
}

#newsbox div ul li {
	border-bottom: 1px solid #4D4716;
	background: url(/objects/img/rss_bullet.gif) 0 8px no-repeat;
}

#newsbox div ul li a {
	color: #fff;
	text-decoration: none;
}

#newsbox div ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
	width: 972px;
	margin: auto;
	text-align: center;
}

#footer h4{
	text-align: right;
	margin: 12px 0 36px 0;
	color: #808080;
}

#footer h4 a {
	color: #808080;
}

#footer h4 a:hover {
	color: #bbb;
}

/* secciones */

h3.subtitle {
	width: 652px;
	height: 44px;
	font-size: 2.8em;
	font-weight: normal;
	line-height: 44px;
	text-align: left;
	margin: 0 12px;
	padding: 0 12px;
	background: url(/objects/img/subtitle_bg.gif) no-repeat;
	float: left;
}

h4.minortitle{
	font-size: 1.8em;
	text-align: left;
	font-weight: normal;
}

#headersInt {
	width: 972px;
	height: 108px;
	text-indent: -9999px;
	text-align: center;
	margin: auto;
	*margin: 0;
}

#content {
	width: 970px;
	min-height: 538px;
	overflow: hidden;
	background: url(/objects/img/section_bg.gif) #454542 repeat-x;
	border-left: 1px solid #2D3819;
	border-right: 1px solid #2D3819;
	margin: auto;
	padding: 35px 0;
}

#content h4 {
	clear: both;
	text-align: left;
	font-size: 1.6em;
	color: #8CBB1E;
	font-weight: bold;
	margin: 0 24px;
} 

#content strong {
	color: #8CBB1E;
}

#content p {
	float: left;
	width: 624px;
	font-size: 1.3em;
	text-align: left;
	margin: 12px 24px;
}

#content img {
	padding: 0.4em;
	border: 1px solid #232C0E;
}

#content ul.list {
	float: left;
	width: 612px;
	font-size: 1.3em;
	text-align: left;
	margin: 12px 36px;
}

#content ul.list li {
	margin-bottom: 12px;
	background: url(/objects/img/rss_bullet.gif) 0 2px no-repeat;
	text-indent: 1.5em;
	list-style: none;
	/*list-style: url(/objects/img/rss_bullet.gif) disc;*/
}

#content ul.services {
	width: 360px;
	font-size: 1.2em;
	text-align: left;
	margin: auto;
	padding: 12px 36px;
}

#content ul.services li {
	margin-bottom: 12px;
	list-style: url(/objects/img/rss_bullet.gif) disc;
}

#contentBottom {
	width: 970px;
	height: 4px;
	background: url(/objects/img/section_bgbottom.gif) no-repeat;
	margin: auto;
}

#leftCol{
	float: left;
	height: 516px;
	background: url(/objects/img/divbar.gif) top right no-repeat;
	padding: 0 12px;
	text-align: left;
}

#leftCol ul {
	width: 216px;
	border-top: 1px solid #3A420C;
	list-style: none inside;
}

#leftCol li {
	border-bottom: 1px solid #3A420C;
	padding: 12px 0 12px 24px;
	*padding: 12px 0 12px 12px;
	font-weight: bold;
	font-size: 1.2em;
}

.slideButton {
	line-height: 28px;
	font-size: 1.4em;
	display:block;
	text-transform: uppercase;
}

.slideButton a {
	line-height: 28px;
	color: #fff;
   background: url(/objects/img/btnslide_left.gif) no-repeat left top;
   padding: 0 0 0 18px;
   text-decoration:none;
	position: absolute;
	top: 420px;
	right: 92px;
	*right: 128px;
}

.slideButton a:hover {
   background: url(/objects/img/btnslide_left.gif) no-repeat left top 32px;
}

.slideButton a span {
   background: url(/objects/img/btnslide_right.gif) no-repeat right top;
   padding:0 18px 0 0;
	line-height: 28px;
	display: block;
}

/* Contacto */

h3.titContact {
	width: 562px;
	height: 44px;
	font-size: 2.8em;
	font-weight: normal;
	line-height: 44px;
	text-align: left;
	margin: 12px 0;
	padding: 0 12px;
	background: url(/contacto/objects/img/subtitle_bg.gif) no-repeat;
}

.colContact{
	background: url(/contacto/objects/img/main_img.jpg) -20px 20px no-repeat;
	_background-position: -20px 60px;
	padding-bottom: 316px;
	_width: 200px !important;
}

div.form{
	width: 586px;
	height: 502px;
	border: 1px solid #4D4D4D;
	float: left;
	margin-left: 24px;
	text-align: left;
	position: relative;
}

div.form form {
	margin-top: 24px;
}

div.form label {
	font-size: 1.4em;
	width: 72px !important;
	*width: 48px !important;
	position: absolute;
	margin: 6px 60px;
}

div.form label strong{
	color: #fff !important;	
}

div.form input, textarea {
	font-size: 1.4em;
	border: 1px solid #4B5816;
	width: 324px;
	*width: 288px;
	background-color: #969696;
	margin: 6px 0;
	color: #fff;
	position: absolute;
	left: 168px;
}

div.form textarea {
	height: 174px;
	overflow: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p.clearing {
	width: 562px !important;
	margin: 0 !important;
	color: #aaa;
	font-size: 1em !important;
	text-align: right !important;
	float: left;
}

/* About */
div.misionvisionImg {
	background: url(/about/objects/img/misionvision_img.jpg) no-repeat;
	width: 664px;
	height: 240px;
	text-indent: -9999px;
	margin: 0 12px 12px 12px;
	float: left;
}


/* Productos */

h3#titProds {
	width: 924px;
	font-size: 2.8em;
	font-weight: normal;
	line-height: 44px;
	text-align: left;
	margin: 0 12px 12px 12px;
	padding: 0 12px;
	background: url(/productos/objects/img/title_bg.gif) no-repeat;
}

div.prodsmainImg {
	background: url(/productos/objects/img/main_img.jpg) 10px 10px no-repeat;
	width: 240px;
	_width: 200px !important;
	height: 396px;
	_height: 435px;
	text-indent: -9999px;
	margin: 0 12px;
	float: left;
}

.contentProds {
	float: left;
	width: 660px;
	_width: 420px;
	_float: right;
}

.contentProds h4 {
	text-align: left;
	font-size: 1.6em;
	color: #8CBB1E;
	font-weight: bold;
	margin: 0 24px; 
}

a.imgProd {
	width: 216px;
	height: 156px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 12px 0 0 21px;
}

/* Servicios */
div.servicesImg {
	background: url(/servicios/objects/img/main_img.jpg) top no-repeat;
	width: 611px;
	height: 374px;
	text-align: center;
	margin: auto;
	text-indent: -9999px;
}

/* Clientes */
p.servicesImg {
	background: url(/clientes/objects/img/clients_logos.jpg) top no-repeat;
	text-indent: -9999px;
	width: 650px !important;
	height: 552px;
	margin-top: 0 !important;
}

p.disclaimer {
	font-size: 1em !important;
	margin-top: 0 !important;
	padding-left: 27em;
}

/* Carreras */
.jobsImg {
	background: url(/jobs/objects/img/main_img.jpg) no-repeat;
	width: 693px;
	height: 252px;
	float: left;
	margin-left: 13px;
}

.rrhhImg {
	background: url(/jobs/objects/img/rrhh.jpg) no-repeat;
	width: 693px;
	height: 312px;
	float: left;
	margin-left: 13px;
}

/* Policy */
.policyImg {
	background: url(/about/objects/img/policy_img.gif) no-repeat;
	width: 660px;
	height: 288px;
	float: left;
	margin-left: 13px;
}