body { 
	font: 11px/1.4em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	background: transparent;
	color: #333;
}

a { color: #61BF1A; text-decoration: none; border: none; }

a:hover { color: #007336; text-decoration: underline; }

a:active { color: #ED6E00; }

a:visited { color: #007336; }

p, ul {
	text-align: justify;
	margin: 10px 20px;
	padding: 0;
}

ul { padding: 0 0 0 15px; }

h2 {
	font-size: 12px;
	margin: 20px 0px 10px 40px;
	color: #333333;
}

h3 {
	margin: 15px 15px 7px;
	font-size: 11px;
	color: #333333;
}

p.center {
	text-align: center;
}

#sidebar p, #sidebar ul {
	margin: 7px 15px 10px;
	padding: 0;
	text-align: left;
}

#sidebar ul { padding-left: 15px; }

.date {
	color: #666666;
	font-weight: normal;
	float: right;
}

img.right {
	float: right;
	margin: 0 0 3px 10px;
}

img.left {
	float: left;
	margin: 0 10px 3px 0;
}

a img {
	border-width: 0;
}

/*<group=Header>*/

h1 { margin: 0; padding: 0; }
h1 a { display: block; text-indent: -1000em; /*\*/overflow: hidden; /**/
    width: 100%; height: 8px;
	background: url(../img/top.jpg) no-repeat -10px 0px;
	width: 100%;
	font-size: 10px;
}
	
/*</group>*/

/*<group=Tabs>*/

#menutop {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	float:right;
	text-align: right;
}

#tabs { display: block; padding: 0px 0px 0px 30px; }

#tabs ul {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	line-height: 13px;
	text-align: left;
}

#tabs ul li { display: block; margin: 2px 0 0 -3px; padding: 0; float: left; }

#tabs ul li#news { margin-left: 1px; }
#tabs ul li a { display: block; padding: 7px 10px 8px 10px; float: left; color: #666666; text-decoration: none; }
#tabs ul li a:hover { display: block; padding: 7px 10px 8px 10px; float: left; color: #61BF1A; text-decoration: none; }

#tabs ul li span { display: block; float: left; /*background-image: url(../img/TabIcons.gif); background-repeat: no-repeat*/ }
	
/*</group>*/

/*<group=Main Layout>*/

#pagewrapper { 
	display: block;
	width: 786px; 
	margin: 20px auto 0 auto;
	background: url(../img/left_right.jpg) repeat-y -6px 0;
}

#shadowwrapper {
	padding: 2px 4px 0;
	background: url(../img/top.jpg) no-repeat 0 0;
}

#content {
	display: block;
	background: url(../img/background.jpg) no-repeat 0 0;
	padding-top: 0;
}

#content.columns {
	/*background: #fff url(../img/ShadowMosaic.gif) repeat-y -2124px 2px;*/
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

#footer {
	display:  block;
	background: url(../img/bottom.jpg) no-repeat -6px 0px;
	padding: 15px 4px 10px;
	width: 778px;
	margin: -4px auto 0 auto;
	font-size: 10px;
	text-align: center;
	color: #666;
}

#main {
	float: left;
	width: 500px;
	padding: 0 0 15px;
}

#sidebar {
	float: right;
	width: 199px;
}
	
/*</group>*/

/*<group=Software Pages>*/

#currentpath {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

#sidebar .smallinfo {
	color: #666666;
	text-align: center;
	margin-top: 4px;
}

hr {
	border: 0;
	width: 90%;
	color: #CCCCCC;
	background-color: transparent;
	height: 1px;
	margin: 15px auto;
	padding: 0;
}

p#ratings img {
	padding: 5px 1px 2px 2px;
}

p#quotes {
	font-style: italic;
	color: #333333;
}

.screenshot {
	border: 1px solid #cccccc;
	padding: 1px;
}

ul#sections, ul#sections a {
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
}

ul#sections li {
	list-style: none outside;
}

ul#sections li.active, ul#sections li.active a {
	font-weight: bold;
	text-decoration: none;
}

#softheader {
	margin: 12px 5px 0px 12px;
}

/*</group>*/

/*<group=Front Page>*/

#appshowcase {
	display: block;
	width: 778px;
	height: 350px;
	margin: 0;
	padding: 0;
	/*background: url(../img/FrontPage.jpg) no-repeat;*/
	position: relative;
	top: 0;
	left: 0;
}

#appshowcase li {
	list-style: none;
}

#appshowcase #verdemilenio a, #appshowcase #deskshade a {
	display: block;
	width: 266px;
	height: 187px;
	position: absolute;
	text-indent: -1000em;
	background-image: url(../img/verdemilenio2.jpg);
}

#appshowcase #bird{
	display: block;
	margin-left: 510px;
	margin-top: 146px;
	width: 266px;
	height: 187px;
	position: absolute;
}


#appshowcase #verdemilenio a {
	background: url(../img/verdemilenio2.jpg) no-repeat;
	top: 162px;
	left: 0;
}

#appshowcase #deskshade a {
	top: 0;
	left: 428px;
}

p.frontpage {
	margin-bottom: 25px;
	padding-left: 20px;
}
	
/*</group>*/

/** imagen trabajo**/

#imagenTrabajo { 
    width: 1920px;
    height: 1080px;
  
}