/*
 * Septeto Template Style
 * by Ignacio Pomar Ballestero (20061224)
 * License.... Who minds?
 */



/******************** Global ********************/
body {
  margin:0px;
  padding:0px;
  background:#f6f6f6;
  color:#000000;
  font:normal Verdana,Sans-Serif;
}

a {
  color:#804000;
} 
		
a:hover {
  color:#654D19;
} 

a img { 
  border-width: 0;
}


/******************** Titulo ********************/
.CabeceraTitulo { 
  padding:25px 0px 10px 5%;
  color:78573D;
  background:#DBBA75;
  font:normal bold Verdana,Sans-Serif;
  font-size: 25px;
  letter-spacing:-2px; 
  
} 

.CabeceraTitulo a {
  color:#040404;
  font:normal bold Verdana,Sans-Serif;
  font-size: 35px;
}

.CabeceraTitulo a:link {
 text-decoration:none;
 color:#040404
}

.CabeceraTitulo a:visited  {
  text-decoration:none;
  color:#040404
} 

.CabeceraBarra {
  font-size: 1px;	/* Fix IE minimun height size */
  height: 8px;
  background:#F5E39e;
  border-bottom:dotted 1px #f2984c;
}
/******************** BarraLateral **************/
.BarraBloque {
  width: 200px;
  margin-left: 10px;
}

.BarraBloqueDatos h2 {
  margin-bottom: 5px;
  margin-top: 15px;
}

.BarraBloqueDatos a {
  text-decoration:none;
  display: block;
}

.PerfilNombre {
  display: block;
  margin-bottom: 5px;
  font:normal bold 15px Verdana,Sans-Serif;
}

PerfilDatos {
  display: block;
}

/******************** AreaPrincipal *************/
.Comentario {
    width: 400px;
    border-top: dotted 1px #f2984c;
    border-left: dotted 1px #f2984c;    
    padding: 10px;
    margin-top: 0px
}

.MainTitulo {
  font:normal 25px Verdana,Sans-Serif;
  margin-top: -10px;
}

.ListadoArticulos a {
  text-decoration:none;
}

.plataforma0 {
  background: url("http://www.septeto.com/img/win.gif") no-repeat 11px 5px;
}

.plataforma1 {
  background: url("http://www.septeto.com/img/tuxp.gif") no-repeat 11px 0px;
}

.plataforma2 {
  background: url("http://www.septeto.com/img/tuxwin.gif") no-repeat 0 0px;
}

.plataforma0, .plataforma1, .plataforma2 {
  padding: 10px 0px 15px 49px;
  line-height:2.5em;
}


.MainImpresion {
  position: absolute;
  visibility: hidden;
  display: none;
}

.MainBloque {
  position: absolute; right:8px; left:225px;
  min-height: 500px;
  padding:30px 0 10px 1em;
  border-left:dotted 1px #f2984c;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float 
}


.MainCuerpo {
}



