body
{
	margin:0px;
	padding:0px;
	color:#333;	
	background-color: #4d4d4d;
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
}

#container
{
	width:828px; /*NO HAURIA DE SER 830?*/
	margin:10px auto 0 auto;
	text-align:left;
}
 #left-head 
 {
	width: 305px;
	float: left;
 }
  #header-logo 
  {
	width: 305px;
	height: 140px;
	background: url(../img/logos/header.png) no-repeat 0 0;
  }

/*START NAV*/
  #menu 
  {
	background: #fff url(../img/bg/deco_menu_bottom.png) no-repeat 0 48px;
	height: 102px;
  }

#nav
{
	width: 305px;
	height: 23px;
	text-align: center;
	background: #4d4d4d;
	padding: 5px 0 20px 0;
}

#nav li
{
	display: inline;
	position: relative;
}

#nav li a
{
	font-size: 9px;
	border-right: 1px solid #7d7d7d;
	padding: 0 7px 0 4px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a.frst
{
	padding-left: 7px;
	border-left: 1px solid #7d7d7d;
}

#nav li a.last
{
	padding-left: 4px;
}

#nav li a:hover
{
	text-decoration: underline;
}

#nav li.selected
{
	border-bottom: 0px solid #4d4d4d;
}
/*END NAV*/
 #right-head 
 {
	background: #fff url(../img/bg/header_carton.jpg) no-repeat 0 0;
	width: 520px;
	height: 242px;
	float: left;
	margin:0 0 18px 3px;
 }
  #frases-head 
  {
	margin: 145px 0 0 10px;
	height: 70px;
  }
   #frases-head h2 
   {
	 
   }
   #frases-head h3 
   {
	 margin-top: -5px;
   }
   
/*SUBMENU*/
#submenu-head 
  {
	 text-align: right;
	 padding: 20px 10px 0 0;
	 position: relative;
  }
  
#submenu-head li
{
	display: inline;
}

#submenu-head li a
{
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding: 0 7px 0 4px;
}

#submenu-head li a:hover
{
	text-decoration: underline;
}
	
#submenu-head li a.frst
{
	padding-left: 7px;
	border-left: 1px solid #b5b5b5;
}

div#submenu-head ul li.selected a.frst
{
	color: #686868;
}
	

/*END SUBMENU*/

/*CONTENT*/
#content 
{
	clear: both;
	float: left;
	width: 828px;
	padding: 65px 0 0 0;
	background: #fff url(../img/bg/deco_menu_bottom.png) no-repeat 0 -68px;
}
 
#content_left
{
	float: left;
	width: 305px;
	margin-bottom: 50px;
}
 
#content_right
{
	margin-left: 10px;
	float: left;
	width: 490px;
	margin-bottom: 50px;
} 

#content p
{
	color: #6c6c6c;
	margin-bottom: 15px;
}

#content p.destacado
{
	color: #71adda;
	text-transform: uppercase;
	font-size: 13px;
}

#content p strong
{
	color: #71adda;
}















