/* global */
html{height: 100%;}

body
{ font-family: Century Gothic; /*verdana, arial, sans-serif; */
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}
.Estilo6 {font-size: 24px} /*24*/
.Estilo4 {font-size: 13px}
.Estilo3 {font-size: 16px}
.Estilo5 {color: #0077FF}
.Estilo3 {color: #00aaFF}
.Estilo7 {font-size: 13px}
.Estilo7 {color: #929269}
/* ancors Start
---------------------*/
a{outline: none;}

a, a:link, a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }


#menu li a 
{ display: block;
  float: left;
  height:26px; /*26*/
  text-decoration: none; 
  padding: 6px 19px 0px 19px;
  border-right: 1px solid; /*2px (separacion entre botones)*/
  font-weight: bold;
  background: #40403E;
  color: #929280;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #82974B;
  color: #EEE;
  border-color: #2C2C2A;
  	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px; /*0 -34px*/
} 





/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p
{ margin: 0px;
  padding: 0px 0px 16px 0px; /*0 0 16 0*/
  line-height: 1.7em;
}

h1
{
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px;  /*20 0 20 0*/
  padding: 10px 20px 0px 20px; /*10 20 0 20*/
  border-left: 8px solid; /* 8 */
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;  /*2 0 18 16 */
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; /* 0 0 6 0 */
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px; /* 8 0 0 24 */
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; /* 0 0 11 0*/
  padding: 0px;
}



/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/
#main
{
	width:1050px;  /*1050*/
	padding-top: 0px;
}


/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main
{ margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{
	width: 1052px; /*1050*/
	height: 34px;  /* 38 donde empieza el cuadro desde arriba */
}

#logo h1
{
	font-family: "century gothic", sans-serif;
	font-size: 26px; /*30*/
	text-transform: capitalize;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	float: left;
	letter-spacing: 0px;
	color: #0066FF;
}


#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}


/* navigation menu */
#menu
{
	height: 36px; /*30*/
	width: 345px; /*385*/
	float: right;
	margin-top: 0px; /*2 */
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px; /*16 16 0 300*/
}

/* main content */
#site_content
{
	width: 1050px;
	overflow: hidden;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
} 

/* side menu */
#first_column
{ padding: 22px 3px 10px 19px;
  float: left; 
  width: 300px;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  width: 542px;
  float: left;
  padding: 12px 0px 18px 0px;
}



#footer
{
	padding:5px;
	font-size:14px;
}


#footer #copy_r
{
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*colors Start
---------------------------*/

body
{ background: #2C2C2A;
  color: #929280;
  background:#000000 url(../images/body_bg.jpg) repeat-x scroll left top;
}

blockquote{border-color: #40403E;}

#site_content
{ 
	background-color:#000;
	border-color: #40403E;
}



#content h1
{ background: transparent;
  color: #E6E8DC;
  border-color: #40403E;

}

#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;
}

#menu
{ background: #40403E;
  color: #EEE;
  border-color: #82974B;
}
