BODY {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-color:#ddd;
}

#cabecera {
}
#logo {
	float:left;
	width:300px;
	height:110px;
}
#menu_sup {
	color:#555;
	float:right;
	width:400px;
	height:75px;
	text-align:right;
	position:relative;
	top:30px;
}
#menu_sup a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
#menu_sup a:hover {
	color:#000;
}
#menu_inf {
	color:#555;
	float:right;
	width:400px;
	height:50px;
	text-align:right;
	position:relative;
	top:20px;
}
#menu_inf a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
#menu_inf a:hover {
	color:#000;
}
#copy {
	float:left;
	color:#555;
	height:50px;
	position:relative;
	top:20px;
}
#copy a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
#copy a:hover {
	color:#000;
}
.separador_hor {
	clear:both;
	height:5px;
	border-bottom:#ccc 2px dotted;
}
.sombra_ab{
	/*background-image:url(images/sombra_ab.png);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;*/
}
.sombra_arr{
	/*background-image:url(images/sombra_arr.png);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;*/
}
#publi {
	text-align:center;
	height:auto;/*border:#555 1px solid;*/
}

.cuadro_portada {
	padding:10px;
	float:left;
	width:200px;
	height:200px;
	border:#999 1px solid;
	background-color:#FFF;
}
.separador_cuadro_portada {
	width:7px;
	height:200px;
	float:left;
}
.tit_cuadro_portada {
	font-size:12px;
	color:#09C;
	font-weight:bold;
	vertical-align:top;
	text-transform:uppercase;
}
.texto_cuadro_portada {
	vertical-align:top;
}
.pie_cuadro_portada {
	vertical-align:bottom;
	font-weight:bold;
}
#titulo {
	font-size:16px;
	color:#09C;
}
#contenido_izq {
	border-right:#999 1px solid;
	float:left;
	width:705px;
}
#menu_vertical {
	float:right;
	width:200px;
	border-left:#999 1px solid;
}
#menu_vertical .cat {
	font-size:10px;
	text-decoration:none;
	color:#09C;
}
#menu_vertical .cat:hover {
	color:#069;
}
#menu_vertical .sub {
	font-size:9px;
	text-decoration:none;
	color:#999;
}
#menu_vertical .sub:hover {
	color:#666;
}
#pie {
	border-top:#666 1px solid;
}
#logos_portada{
clear:both;
/*height:60px;*/
/*width:905px;*/
text-align:center;
}

#tabsB {
      float:left;
      width:100%;
     
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
