* { outline: none; }

a,a:visited, a:hover, a:active,a:selected,a:focus  {	 
     border:none;
	 outline:none;
	 text-decoration:none;
}
/* ================================================================ 
CONTENEDOR
=================================================================== */
  #notas_mas_contenedor {
    position:relative;
	height: 138px;
	width: 838px;
    overflow: hidden;
    border: 0px solid #ddd;
	font-size:9px;
    color:#006600;
	
  }  
  
  #notas_mas_contenido,#bot_Atras,#bot_Adelante{
    position:relative;
	float:left;
    border:0;
	text-decoration:none;
  }
  
  
  #notas_mas_contenido {
    height:138px;
    width:646px;
    overflow: hidden;
    border: 0px solid #ddd;
    color:#006600;
	z-index:0;
  }
  
  
  #notas_mas_scroll {
 
    height:138px;
	width:1300px;
    border: 0px solid #ddd;
    color:#006600;
	z-index:0;
	overflow:auto;	
  }
  
  #bot_Atras,#bot_Adelante{
      height:138px;
      width:80px;
	  padding-top:64px;
	  text-decoration:none;
  }
  
  #bot_Atras {
	  padding-left:16px;
  }
  
  #bot_Adelante {
  	  float:right;
	  padding-right:16px;
  }
  
  #btnAdelante,#btnAtras {
  	  height:48px;
      width:48px;
	  border:0;
	  text-decoration:none;
  }
  
  #btnAdelante {
  	  float:right;
  }
  



/*
   ie-dummy: expression(this.hideFocus=true);
*/

/* ================================================================ 
NOTAS
=================================================================== */


.notas_mas_not
{
	position:relative;
	float:left;
	clear:none;
	margin-left:10px;
	height: 138px;
	width: 208px;
	z-index: 0;
	overflow:hidden;
}

#notas_mas01 
{
clear:both;
margin-left:0px;

}



.notas_mas_img{
    position:relative;
	height: 138px;
	width: 208px;
	z-index:0;
}



/* ================================================================ 
DESCRIPCION
=================================================================== */
.notas_mas_descri{
	position:absolute;
	margin: 0 auto;
	margin-top: 80px;
	padding:2px;
	height: 46px;
	width: 100%;
	z-index:2;
	color:#FFFFFF;
	background-image:url(../sistema/imagenes/fondo_descri_principal.png);


}

.notas_mas_seccion,
.notas_mas_titulo,
.notas_mas_copete,
.notas_mas_vermas
{
	position:relative;
	float:left;
	clear:both;
	font-family: 'Dosis', sans-serif;
	overflow:hidden;
}

.notas_mas_seccion{
    font-size:9px;
	font-weight:800;
	height:12px;
	color:#95BFC2;
	 
}

.notas_mas_titulo{
    margin-top:2px;
    font-size:11px;
	font-weight:900;
	height:28px;
	width: 180px;
	color:#FFFFFF;
	 
	
 
}



.notas_mas_vermas{
    float:right;
	clear:none;
	width:15px;
	height:28px;
	margin-right:8px;
	 
	 
	 
}

.notas_mas_vermas_img{
    margin-top:12px;
 	width:15px;
	height:15px;
}
