body
{
  margin: 0 auto;
  padding: 0px;
  width: 820px;
  background-color: #F4F1E7;
  font-family: Verdana, Arial, sans-serif;    
}

#header
{
  width: 820px;
  height: 110px;
  background-image: url(../imgs/header.jpg);
  background-repeat: no-repeat;
  background-position: 1px top;
}

#header a.link_home
{
  height: 65px;
  width: 448px;
  display: block;
  float: right;
  margin-right: 26px;
  margin-top: 20px;  
}

#fondo
{
  width: 820px;
  height: 715px;
  background-color: #F4F4F4;
  background-image:  url(../imgs/body_bg.jpg);
  background-repeat: no-repeat;
}

#menu
{
  width: 210px;  
  height: 570px;
  float: left;
  margin-left: 26px;
  padding-top: 7px;  
}

#menu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li a
{
  display: block;
  width: 210px;
  height: 60px;
  text-decoration: none;
  color: #000;
}

#menu ul li a.japo
{
  background: url(../imgs/japo.jpg) no-repeat;
  margin-bottom: 8px;
}

#menu ul li a.japo:hover
{
  background: url(../imgs/japo_h.jpg) no-repeat;  
}

#menu ul li a.audio
{
  background: url(../imgs/audio.jpg) no-repeat;
  height: 55px;
  margin-bottom: 7px;
}

#menu ul li a.audio:hover
{
  background: url(../imgs/audio_h.jpg) no-repeat;
  height: 55px;  
}

#menu ul li a.edit
{
  background: url(../imgs/edit.jpg) no-repeat;
  margin-bottom: 8px;
}

#menu ul li a.edit:hover
{
  background: url(../imgs/edit_h.jpg) no-repeat;
}

#menu ul li a.gene
{
  background: url(../imgs/gene.jpg) no-repeat;
  height: 55px;
  margin-bottom: 8px;
}

#menu ul li a.gene:hover
{
  background: url(../imgs/gene_h.jpg) no-repeat;
  height: 55px;
}

#menu ul li a.porta
{
  background: url(../imgs/porta.jpg) no-repeat;
  margin-bottom: 14px;
}

#menu ul li a.porta:hover
{
  background: url(../imgs/porta_h.jpg) no-repeat;
}

#menu ul li a.equipo
{
  background: url(../imgs/equipo.jpg) no-repeat;
  height: 11px;
  width: 55px;
  margin-bottom: 8px;
}

#menu ul li a.equipo:hover
{
  background: url(../imgs/equipo_h.jpg) no-repeat;
}

#menu ul li a.contacto
{
  background: url(../imgs/contacto.jpg) no-repeat;
  width: 74px;
  height: 10px;  
}

#menu ul li a.contacto:hover
{
  background: url(../imgs/contacto_h.jpg) no-repeat;
}

#main
{
  float: left;
  margin-left: 4px;
  width: 545px;
  height: 600px;
  font-size: 12px;
  color: #555;
  padding-right: 6px;
  margin-top: 10px;
  margin-bottom: 32px;
  padding-top: 10px;
  overflow: auto;
}

#main a
{
  color: #EF5C45;
  text-decoration: none;
}

#main a:hover
{
  color: #F00;
  text-decoration: underline;
}

#main h1
{
  font-size: 12px;
  margin-bottom: 18px;
}

#main p em
{
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
}

#footer
{
	positon: relative;
	clear: both;
	margin: 0 auto;
	width: 760px;
	height: 36px;

}

#footer p
{
	color: #FFF;
	font-size: 11px;
	text-align: right;
}

/*
#main ul.cat
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 10px;	
}

#main ul.cat>li
{
	font-family: "Courier New", courier, mono;
	font-size: 26px;
	font-weight: bold;
	color: #E81C3D;
	display: inline;
	margin-right: 14px;
}
*/

#main ul.subcat
{
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
}

#main ul.subcat li
{
	display: inline;
	margin: none;
}

#main ul.subcat li.elmto
{
	/*padding-right: 8px;
	background-image: url(../imgs/separator.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
}

#main ul.subcat li.elmto img
{
	padding-bottom: 2px;	
}

#main ul.subcat li.titulo
{

	font-family: "Courier New", courier, mono;
	font-size: 26px;
	font-weight: bold;
	color: #E81C3D;
}

#main ul.subcat li a
{
	font-size: 14px;
	color: #555;
	font-weight: bold;	
}

#main ul.subcat li a:hover
{
	color: #E81C3D;
}

#main div.item
{
	clear: both;
	margin-bottom: 20px;
	float:left;
	width: 500px;

}

#main .item img
{
	float: left;
	display: inline;
	margin-right: 8px;
	clear: both;
	padding: 0px 4px 4px 0px;
	background: url(../imgs/porta_fondo_img.jpg) no-repeat bottom right;
}

#main .item .item_desc
{
	float: left;
}

#main .item .item_desc ul.desc
{
	list-style: none;
	margin: 0px;	
	padding: 0px;
	float: left;
}

#main .item .item_desc ul.desc li, #main .item .item_desc ul.desc div li
{
	font-size: 11px;
}

#main .item .item_desc ul.desc li.title
{
	font-weight: bold;
	font-size: 14px;
}

#main .item .item_desc ul.desc li.bold
{
	font-weight: bold;	
	margin-top: 12px;
	margin-bottom: 4px;
}




