/* CSS centar pagina */
html, body { height:100%; }
.wrapper
{
	margin:auto;
	height: auto;
	width: 790px;	
}
/* Div principales de estructura */
#linkbar {
	width: auto;
	color:#666;
	font-size: 10px;
	clear: both;
	overflow: hidden;
	text-align: right;	
	padding: 2px 5px 2px 0;	
}
#cabecera{
	width: 790px;
	height: 81px;
	clear: both;
	background-image: url(../imagenes/cabezote_digital.png);
	background-repeat: no-repeat;
	text-align: left;	
}

#contenido
{
	width: 790px;
	height:auto;
	padding:0 0 20px 0;
	margin-top:10px;
	position: relative;
	z-index: 10;
	text-align: left;	
	clear: both;
}
#footer{
	width: auto;
	height: 85px;
	padding-top: 10px;
	clear: both;
	font-size: 10px;	
	color: #666666;
	line-height: 12px;	
}
/* otras posiciones */
.borrar{clear:both;}
#enlaces{padding: 44px 0 0 85px; font-size:9px; color:#464646;}
#ficha{	
	width: 790px;
	text-align:left;	
	}


