/* CSS Document */

* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	top: -60px;
	bottom: -60px;
	background-color: #3A383D;
}
body {
   background: #3A383D; 
   color: #CCE47D; 
   text-align: center; 
   min-width: 680px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
}


p {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 80%;
}

a, a:link, a:visited {
   color: #99BE1F;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-size: 12px;
}

a:active, a:focus {
   text-decoration: none;
   color: #CCE47D;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	overflow: visible;
}

/* intro */

#pageHeader {
	border: 1px none #ADDC00;
	height: 300px;
	color: #352F2F;
	background-image: url(../imagenes/fondo_baires.jpg);
	background-repeat: no-repeat;
	background-position: -125px center;
}

#pageHeader h1 {
    color: #FFF;
	position: absolute;
	width: 378px;
	left: 12px;
	top: 398px;
}

#pageHeader h2 {
    color: #FFF;
	position: absolute;
	width: 294px;
	left: 17px;
	top: 447px;
	font-size: 80%;
}

#quickSummary {
	position: absolute;
	left: 445px;
	top: 64px;
	width: 259px;
	font-size: 80%;
	height: 44px;
}

#quickSummary a {
    color: #FFFFFF;
}

#about {
	clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border: 1px none #ADDC00;
	background-color: #3A383D;
}

#about h3 {
	color: #FFF;
	margin-bottom: 10px;
	top: -60px;
	padding-top: -0px;
}

/* text */

#supportingText {
   border: 1px none #ADDC00;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#prodserv {
   float: left;
   width: 330px;
}

#supdev {
   float: right;
   width: 330px;
}

#supportingText h3 {
   background: url(../images/heads.gif) left top no-repeat;
   height: 41px;
   margin-bottom: 10px;
   color: #000;
   padding-top: 8px;
   padding-left: 40px;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 5px;
   border-top: solid #ADDC00 1px;
   padding-top: 0px;
   color: #FFF;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   margin-bottom: 5px;
   margin-top: 5px;
   padding-top: 5px;
}

#lmenu li a:hover {
	color: #fff;
	background-color: #75A714;
	border-bottom: solid #ADDC00 5px;
	font-weight: bold;
}

#lmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3A383D;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .8em;
   color: #000;
   background-color: #ADDC00;
   border-bottom: solid #75A714 5px;
.buttonscontainer {width: 120px;}

.buttons a {color: #000000;
border: 1px solid;
background-color: #CCE47D;
padding: 2px;
padding-left: 3px;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #75A714 #ADDC00 #ADDC00 #75A714;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #698B69;
border-color: #ADDC00 #75A714 #75A714 #ADDC00;
color: #fff;
text-decoration: none;}
