body {
	margin: 0;
	padding: 0;
	background: #191919;
	font-family:Century Gothic, Arial, Verdana; 
	}

a, a:hover, a:visited {
	color: #ffffff;
	text-decoration: none;
	}
a img { border:none; }

hr {	
	border: 0;
	height: 1px;
	color: #353535;
	background: #353535;
	}
	
h1 	{
	border: solid #353535;
	border-width: 1px 1px 1px 1px;	
	padding: 0 0 5px 25px ;
	margin: 0;	
	font-family: Century Gothic;
	font-size: 12pt;
	color: #ffffff;
	text-transform: lowercase;
	letter-spacing: 3px;
	background: #1f1f1f url('img/title.jpg');	
	background-position: left;
	background-repeat: no-repeat;
	text-align:left;		
	}

h2#logo, h2#logo a {
  margin: 0;
  font-size: 1px;
  width: 365px;
  height: 60px;
	}
	
h2#logo a {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  color: #17040f;
  background: url(img/logo.jpg) 0 0 no-repeat;	}

b 	{
	font-family: verdana; arial;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #ffffff;
	font-size: 9pt;	
	}

form {	
	margin-bottom: 0;	
	}
	
input, object {
	background-color: #1f1f1f;
	border: 1px solid #353535;
	color: #05aaee;
	font-family: Century Gothic;
	font-size: 9pt;
	text-transform: lowercase;	
	}
	
textarea {
	background-color: #1f1f1f;
	border: 1px solid #353535;
	color: #05aaee;
	font-family: Century Gothic;
	font-size: 9pt;
	}

select {
	background-color: #1f1f1f;
	border: 1px solid #353535;
	color: #05aaee;
	font-family: Century Gothic;
	font-size: 9pt;
	text-transform: lowercase;	
	}	
	
/*-----------------------------------------------------------------------------
MAIN STYLING 
-----------------------------------------------------------------------------*/	
#main {
	width: 800px;
	margin: 0 auto;
	}

.navtop{
	padding: 18px 20px 3px 0;
	font-size: 8pt;
	font-family: Century Gothic;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: right;
	}
	
.navtopa{
	color: #ffffff;
	}	

.top {
	margin: 0;
	width: 100%; 
	height: 100px;
	background-image:url('img/top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #111111;
	}
.top p.subtitle{ display:none; margin: 0;}

.logo {
	width: 365px; 
	float: left;
	margin: 0;
	padding: 30px 0 0 20px;
	}
	
.search {
	width: 395px; 
	float: right;
	padding-top: 10px;
	text-align: right;
	padding: 40px 20px 0 0;			
	}	

.novedades {
	width: 543px;
	height: 30px;
	padding: 7px 5px 3px 10px;
	border-left: 1px solid #353535;
	font-family: Century Gothic;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 8pt;
	color: #ffffff;
	text-align: left;
	background: #111111;
	float: left;	
	}

.fecha {
	width: 230px;
	height: 28px;
	padding: 12px 10px 0 0;
	border-right: 1px solid #353535;
	font-family: Century Gothic;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 7.5pt;
	color: #ffffff;
	text-align: right;
	background: #111111;
	float: right;	
	}

#contenido {
	width: 798px; 
	border: solid #353535;
	border-width: 0px 1px 0px 1px;	
	background: #111111;
	float: left;	
	}

.left {
	width: 165px; 
	padding-top: 30px;	
	text-align: justify;
	float: left;
	}

.right {
	width: 552px; 
	padding: 20px 40px 20px 40px;	
	font-family: Century Gothic;
	font-size: 10pt;
	color: #ffffff;
	border-left: solid #353535 1px;	
	text-align: justify;
	float: right;
	}
	
.navi {
	text-transform: lowercase;
	letter-spacing: 1.5px;
	font-size: 7.5pt;
	text-align: right;
	color: #05AAEE;
	}

.printarea {
	width: 600px; 
	padding: 20px 40px;	
	font-family: Century Gothic;
	font-size: 10pt;
	color: #404040;
	text-align: justify;
	background-color: #ffffff;
	}	
		
.footer {
	clear: both;
	width: 780px; 
	font-family: verdana;
	text-transform: lowercase;
	letter-spacing: 1.5px;
	font-size: 7.5pt;
	color: #05AAEE;
	text-align: right;
	border-top: solid #353535 1px;
	padding: 10px;
	}
	

/*-----------------------------------------------------------------------------
NAV-MENU STYLING 
-----------------------------------------------------------------------------*/

.navarea {
	clear: both;
	width: 798px;
	background: #05AAEE url('img/nav.jpg');
	border: solid #353535 1px;	
	text-align: center;		
	}

#nav {
	margin: 0;
	padding: 0;
	font: bold 13px Tahoma;
	float: left;	
	}

#nav li{ 
	display: inline;
	}

#nav li a {
	float: left;
	color: #ffffff;
	text-transform: lowercase;
	letter-spacing: 2px;
	padding: 8px 11px;
	text-decoration: none;
	border-right: solid #353535 1px;	
	}

#nav li a:visited {
	color: #ffffff;
	}

#nav li a:hover {
	color: #05AAEE;
	background: #000000; 
	text-decoration: none;
	}
	
.navarea:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}	

/*-----------------------------------------------------------------------------
SUB-MENU STYLING 
-----------------------------------------------------------------------------*/

#subnav {
	clear: both;
	width: 798px;
	height: 20px;
	text-align: left; 
	background: #000000;
	border: 1px solid #353535;	
	}

#subnav ul {
	padding: 0;
	margin: 0;	
	}
	
#subnav ul li {
	display: inline;
	}

#subnav ul li a {
	color: #05AAEE;
	padding: 3px 12px;
	margin: 0;
	text-decoration: none;
	background: #000000;
	border-right: 1px solid #353535;
	font-weight: bold;
	font-family: tahoma;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 9pt;
	float: left;
	}

#subnav ul li a:visited {
	color: #05AAEE;
	} 

#subnav ul li a:hover {
	color: #000000;
	background-color: #05AAEE;
	text-decoration: none;	
	}

/*-----------------------------------------------------------------------------
MENU STYLING 
-----------------------------------------------------------------------------*/

.menu
	{
	width: 165px;
	border-top: 1px solid #353535;
	font-family: verdana;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 9pt;
	}
	
.menu a
	{
	border-bottom: 1px solid #353535;
	width: 130px;		
	display: block;	
	padding: 7px 0px 3px 35px;
	background: #1f1f1f url(img/menu.jpg) top right no-repeat;
	height: 20px;		
	}

.menu a:hover
	{
	background: #000000 url(img/menu.jpg) bottom right no-repeat;  
	color: #ffffff; 
	}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
 	}
 
.menu li.current
	{
	background: #000000 url('img/menu.jpg') bottom right no-repeat;
	color: #ffffff; 	
	border-bottom: 1px solid #353535;
	padding: 7px 0px 3px 35px;
	display: block;	
	width: 130px;
	height: 20px;			
	}

/*-----------------------------------------------------------------------------
ANILLO STYLING 
-----------------------------------------------------------------------------*/

.bold {
	font-family: verdana; arial;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #ffffff;
	font-size: 9pt;
}

.title 	{
	border-bottom: solid #05AAEE 1px;
	font-family: verdana; arial;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #ffffff;
	font-size: 10pt;
	text-align:left;		
	}