div#cabecera{background:#FFFFFF;}

#logotipo h1{display:none;}

#logotipo h2{display:none;}

#logotipo img{padding-left:9em;/*12*/
	      padding-right:10.7em;}

.ocultar {display:none;}/*importante sino se descuadra todo*/

.ocultar a{
	   position:absolute;
	   left:-10000px;
	   top:auto;
	   width:1px;
	   height:1px;
	   overflow:hidden;}

.ocultar a:focus{
		 position:static;
		 width:auto;
		 height:auto;}

#fechadehoy {font-size:1.3em;
	     position:absolute;
	     left:12em;
	     top:5%;
	     font-family:"Trebuchet MS",Arial,"sans-serif";}

/*elimino boliches predeterminados*/
#navhorizontal ul {
		margin:0;
  		padding:0;
  		float:left;
  		max-width:100%;
		width:100em;
  		background:#666666 url(imagenes/fbarra.gif) repeat-x;
  		list-style:none;
		float:left;
		border:1px solid #333333;
		height:5em;/*para navegadores distintos de IE*/}

#navhorizontal ul li{float:left;}

#navhorizontal ul a {
  			padding:0 2.5em;/* 0 3em;*/
  			line-height:3.3em;
  			background:url(imagenes/barra.gif) repeat-y left top;
  			text-decoration: none;
  			color:#FFFFFF;
  			font-size:1.5em;
			font-weight:bold;
			text-indent:1em;
  			display:block;}

#navhorizontal ul .first a {background:none;}

#navhorizontal ul a:hover {color:#333333;}


