/**
* Sky Concept - Cristian Cortez
*	Caludio Attardo Website
*
*/
html 
{
	hight: 100%;
}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #000000;
  color: #929280;
  background:#000000;
}

#main
{
	width:880px;
	padding-top: 20px;
	margin-left: auto; 
    margin-right: auto;
	border-color: #82974B;
}

#menu
{
	height: 32px;
	width: 880px;
	background: #40403E;
    color: #EEE;
    border-color: #82974B;
	background:url(../img/fondo.png) repeat;
}

#menu ul
{
	margin: 0px auto;
}

#menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li a 
{ 
  float: left;
  display: block;
  text-align: center;
  height:26px;
  text-decoration: none; 
  padding: 6px 7px 0px 19px;
  border-right: 2px solid;
  font-weight: bold;
  background: #40403E;
  color: #929280;
  border-color: #2C2C2A;
  background:url(../img/nav.png) 0 0 !important;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ 
	background: #82974B;
	color: #ffffff;
	border-color: #2C2C2A;
  	background:url(../img/nav.png) 0 -34px !important;
	
} 

/* para inicio*/
#site_content
{ width: 878px;
  overflow: hidden;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  width:880px;
  padding-top: 20px;
} 

.sub 
{
	color: #aa940e;
	font-weight: bold;
}

#lateral
{ 
	padding: 22px 3px 10px 19px;
	float: left; 
	width: 300px;
}

.disignBoxFirst
{
	background:transparent url(../img/db_first_bg.jpg) no-repeat scroll left top;
clear:left;
margin-bottom:10px;
padding-top:16px;
position:relative;
}

.disignBoxFirst .boxFirstHeader
{
	color:white;
font-size:18px;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
/*text-transform:uppercase;+*/
}
.disignBoxFirst .boxContent
{
	font-size:13px;
overflow:hidden;
padding:10px 0pt 10px 24px;
position:relative;
}

#contennido
{ 
  text-align: left;
  width: 542px;
  float: left;
  padding: 12px 0px 18px 0px;

}

#contenido h1
{
  background: transparent;
  color: #E6E8DC;
  border-color: #40403E;
  

}

/*diseņo de la segunda caja box Second*/
.disignBoxSecond 
{
	background:transparent url(../img/db_second_bg.jpg) repeat-x scroll left top;
}

.disignBoxSecond .boxSecondHeader
{
	color:#006598;
font-size:110%;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxSecond .boxContent
{
	font-size:13px;
overflow:hidden;
padding:10px 24pt 10px 24px;
position:relative;
}


/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main
{ margin-left: auto; 
  margin-right: auto;
}

/* 
------------------------------
 Top Navagation 
------------------------------
*/
#globalNav{float:left; width:100%; /*background:url(nada.jpg) repeat-x left bottom; */clear:both}

#main_nav{position:reletave; top:160px; left:5px; list-style:none; margin: 0px/*este	*/ 0 0 0; padding:0; width:725px; /* was 900px */}
