/* pendiente modificar */

#indice {
	width:580px;
	}

#indice h1 {
	border:none;	
	font-size:20px;
	padding-bottom:10px;
}

.indice_box { /* div articulo */

	file:///home/mab/laburo/aai/dev/templates/default/css/leer.cssborder-bottom: 1px dotted  #ccc; 
	margin-bottom:5px;
	padding: 10px 0 ;
	font

	}
.indice_box h1 a { /* titulo articulo*/
	font-weight: bold;
	padding: 10px 0 2px 0;
	font-size:15px;
	text-decoration: none;	
	}
	
.indice_box h1 a:hover {
	text-decoration:underline;
	}
	
.indice_box h2 { /* copete articulo */ 	
	font-size: 12px;
	color: #333333;
	padding:0 0 2px 0;
	margin:0;
	font-weight: normal;
}

.indice_box h3 { /* autor */
	color: #666666;
	font-weight: bold;
	}
	
.indice_box h4 { /* volanta */
	font-size: 11px;
	color: #669933;
	text-transform:uppercase;
	}

.indice_box h5 { /*fgecha*/

	font-weight:bold;
	font-size:10px;
	}

	


#paginador table { /*FONDO TABLA PAGINADOR*/
	background-color: #eee;
	border: 1px solid #ccc;
	height:23px;
    }
    
#paginador td { /*PAG X DE X*/
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
    }
       
#paginador td div {	/* PAGINADOR */
	text-align: right;
	padding-right: 5px;
	color: #ccc;
    }
          
#paginador td div a { /* PAGINADOR A */
	font-weight: bold;
	color: #06f;
	text-decoration: none;
    }
   
    
       

