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

#header
{
	height: 117px;
}

#logo
{
	float: left;
	margin-top: 10px;
	width: 263px;
	height: 89px;
}

/*LANGUAGE*/

#lang a
{
	display: block;
	padding-top: 11px; height: 0 !important;
	height /**/: 11px; overflow: hidden; 
	margin-top: 17px;
	margin-right: 10px;
	width: 16px;
}

#es
{
	background: url(../img/icons/es.gif) no-repeat 0 0;
}

#en
{
	background: url(../img/icons/gb.gif) no-repeat 0 0;
}

/*NAVIGATION*/
#navigation
{
	width: 600px;
	height: 117px;
	float: right;
}

#nav
{
	margin-top: 51px;
}

#navigation li 
{
  	float:right;
}

.nav_basic
{
	border-bottom: 1px solid #999;
	border-left:1px solid #999;	
}

.last
{
	border-right:1px solid #999;
}

.nav_anchor
{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #6e6e6e;
	display: block;
	border-bottom: 3px solid #fff;
	padding: 3px 15px 2px 15px;
}

.nav_anchor:hover
{
	border-bottom: 3px solid #999;
	color: #e50;
}

.selected
{
	color: #e50;
	border-bottom: 3px solid #e50;
}

/*DROP DOWN SUBMENU*/
#drop_down
{
	position: absolute;
	width: 109px;
	text-align: center;
	z-index: 1000000;
}

#drop_down a
{
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	background-color: #ff6710;
	padding: 5px 0 5px 0;
	width: 109px;
	margin: 1px 0 0 0;
	color: #fff;
	text-decoration: none;
}

#drop_down a:hover
{
	background-color: #4e4e4e;
}

/*FOTO HEADER*/
#fotos
{
	float: left;
	width: 915px;
	height: 260px;
	margin-bottom: 30px;
	color:#4e4e4e;
}

#fotos span
{
	font-family: 'Helvetica', 'Arial',sans-serif;
	font-size: 30px;
	background-color: #fff;
}

/*CONTENT*/

#content
{
}

/*GENERIC*/

a
{
	font-family: Arial, Helvetica, sans-serif;
}

p,li,form,textarea,span
{
	font-family: 'Helvetica','Arial','Lucida Grande', 'Lucida Sans Unicode', sans-serif;	
}

h1,h2,h3,h4,h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1
{
	text-transform: uppercase;
	font-size: 17px;
	color: #000;
}

p,li
{
	font-size: 12px;
	color: #666;	
}

strong
{
	font-weight: bold;
	color: #333;
}

/*ORANGE BUTTONS*/
.orange_btn
{
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	background: url(../img/bg/buttons.gif) repeat 0 0;
	float:left;
    display:block;
    width:auto;
}

.orange_btn:hover
{
	background-position:0 21px;	
}

/*FOOTER*/
#footer
{
	clear: left;
	width: 915px;
	height: 100px;
	border-top: 1px solid #999;
	padding-top: 10px;
	text-align: center;
}

#footer p
{
	font-size: 10px;
	clear: both;
	padding-top: 10px;
}

/*FOOTER NAV*/

#bottom_navigation ul
{
	width: 645px;
	margin-left: 135px;
}

#bottom_navigation li 
{
  	float:right;
}

#bottom_navigation .nav_basic
{
	border-bottom:none;
	border-left:1px solid #999;	
}

#bottom_navigation .nav_anchor
{
	text-transform: none;
	font-size: 10px;
	text-decoration: none;
	color: #4e4e4e;
	font-weight: normal;
	display: block;
	border-bottom: 3px solid #fff;
	padding: 2px 10px 1px 10px;
}

#bottom_navigation .nav_anchor:hover
{
	border-bottom: 3px solid #999;
	color: #e50;
}



















